Home
last modified time | relevance | path

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

/external/dbus/tools/
Ddbus-launch.c400 static int got_sighup = FALSE; variable
412 got_sighup = TRUE; in signal_handler()
428 got_sighup = FALSE; in kill_bus_when_session_ends()
496 if (got_sighup) in kill_bus_when_session_ends()
/external/ppp/pppd/
Dmain.c181 int got_sighup; variable
655 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) { in handle_events()
665 if (got_sighup) { in handle_events()
668 got_sighup = 0; in handle_events()
1403 got_sighup = 1;