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

  /src/usr.sbin/npf/npfd/
npfd.c 52 static volatile sig_atomic_t hup, stats, done, flush; variable
84 if (hup) {
85 hup = false;
126 hup = true;
  /src/crypto/external/cpl/trousers/dist/src/tcsd/
svrside.c 45 static volatile int hup = 0, term = 0; variable
98 hup = 1;
232 hup = 0;
510 // Block TERM and HUP signals to prevent race condition
515 // TERM and HUP are blocked here, so its safe to test flags.
516 if (hup) {
  /src/external/bsd/atf/dist/test-programs/
expect_test.sh 111 atf_check -s signal:hup -e ignore "${h}" -r result \
  /src/external/bsd/atf/dist/atf-sh/
atf-check_test.sh 131 ${Atf_Check} -s signal:hup -x 'kill -1 $$' || atf_fail "Signal not detected"
  /src/external/bsd/ppp/dist/pppd/
main.c 242 static void hup(int);
762 SIGNAL(SIGHUP, hup); /* Hangup */
1560 * hup - Catch SIGHUP signal.
1567 hup(int sig) function
  /src/usr.sbin/ypbind/
ypbind.c 1592 hup(int __unused sig) function
1605 sa.sa_handler = hup;
  /src/usr.sbin/moused/
moused.c 442 __dead static void hup(int sig);
772 signal(SIGHUP, hup);
1008 hup(int sig) function
  /src/share/terminfo/
terminfo 21518 .dim=\EB, .hup=\E9g, .rs2=^L, .u8=^ABr4^D,
    [all...]

Completed in 83 milliseconds