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 182 int got_sigterm; variable
658 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) {
675 if (got_sigterm) {
676 info("Terminating on signal %d", got_sigterm);
681 got_sigterm = 0;
    [all...]

Completed in 49 milliseconds