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 400 static int got_sighup = FALSE; variable
412 got_sighup = TRUE;
428 got_sighup = FALSE;
496 if (got_sighup)
  /external/ppp/pppd/
main.c 181 int got_sighup; variable
655 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) {
665 if (got_sighup) {
668 got_sighup = 0;
    [all...]

Completed in 92 milliseconds