HomeSort by: relevance | last modified time | path
    Searched refs:got_sighup (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/cron/dist/
cron.c 49 static volatile sig_atomic_t got_sighup, got_sigchld; variable
241 if (got_sighup) {
242 got_sighup = 0;
479 if (got_sighup) {
480 got_sighup = 0;
496 got_sighup = 1;
  /src/external/bsd/ppp/dist/pppd/
main.c 182 int got_sighup; variable
279 return !!got_sighup;
695 if (!(got_sighup || got_sigterm || got_sigusr2 || got_sigchld))
701 if (got_sighup) {
704 got_sighup = 0;
1570 got_sighup = 1;

Completed in 27 milliseconds