HomeSort by relevance Sort by last modified time
    Searched refs:got_sighup (Results 1 - 2 of 2) sorted by null

  /external/dbus/tools/
dbus-launch.c 441 static int got_sighup = FALSE; variable
453 got_sighup = TRUE;
469 got_sighup = FALSE;
546 if (got_sighup)
  /external/ppp/pppd/
main.c 183 int got_sighup; variable
658 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) {
668 if (got_sighup) {
671 got_sighup = 0;
    [all...]

Completed in 147 milliseconds