Home
last modified time | relevance | path

Searched refs:got_sighup (Results 1 – 2 of 2) sorted by relevance

/external/dbus/tools/
Ddbus-launch.c441 static int got_sighup = FALSE; variable
453 got_sighup = TRUE; in signal_handler()
469 got_sighup = FALSE; in kill_bus_when_session_ends()
546 if (got_sighup) in kill_bus_when_session_ends()
/external/ppp/pppd/
Dmain.c183 int got_sighup; variable
658 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) { in handle_events()
668 if (got_sighup) { in handle_events()
671 got_sighup = 0; in handle_events()
1484 got_sighup = 1;