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

  /external/ppp/pppd/
tty.c 158 extern int got_sigterm;
561 got_sigterm = 0;
697 if (got_sigterm) {
710 if (got_sigterm) {
736 if (!persist || errno != EINTR || hungup || got_sigterm)
770 if (got_sigterm)
    [all...]
main.c 179 int got_sigterm; variable
655 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) {
672 if (got_sigterm) {
673 info("Terminating on signal %d", got_sigterm);
678 got_sigterm = 0;
    [all...]

Completed in 74 milliseconds