Searched refs:sighup (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.bin/sdiff/ |
H A D | edit.c | 41 sig_t sighup, sigint, sigquit, sigchld; in editit() local 52 sighup = signal(SIGHUP, SIG_IGN); in editit() 72 (void)signal(SIGHUP, sighup); in editit()
|
/freebsd/tools/test/stress2/misc/ |
H A D | ptrace9.sh | 54 sighup(int sig __unused) 71 act.sa_handler = sighup;
|
H A D | ptrace10.sh | 57 sighup(int sig __unused) 91 act.sa_handler = sighup;
|
/freebsd/usr.sbin/bluetooth/hcsecd/ |
H A D | hcsecd.c | 59 static void sighup 115 sa.sa_handler = sighup; in main() 419 sighup(int s) in sighup() function
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | process_test.c | 758 struct sigaction sighup, old_sighup; in child_spawn_loop_and_wait_eintr() local 779 sighup.sa_handler = nop_signal; in child_spawn_loop_and_wait_eintr() 780 sigemptyset(&sighup.sa_mask); in child_spawn_loop_and_wait_eintr() 781 sighup.sa_flags = 0; in child_spawn_loop_and_wait_eintr() 782 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1) in child_spawn_loop_and_wait_eintr()
|
/freebsd/usr.bin/chat/ |
H A D | chat.c | 151 SIGTYPE sighup(int signo); 463 SIGTYPE sighup(int signo __unused) in sighup() function 472 signal(SIGHUP, sighup); in init() 885 signal(SIGHUP, sighup); in chat_send()
|
/freebsd/contrib/blocklist/bin/ |
H A D | blacklistd.c | 94 sighup(int n __unused) in sighup() function 479 signal(SIGHUP, sighup); in main()
|
/freebsd/usr.bin/usbhidaction/ |
H A D | usbhidaction.c | 78 sighup(int sig __unused) in sighup() function 166 (void)signal(SIGHUP, sighup); in main()
|
/freebsd/tools/regression/security/proc_to_proc/ |
H A D | README | 14 sighup cred1 attempts SIGHUP of cred2
|
/freebsd/contrib/unbound/doc/ |
H A D | README | 90 on sighup. On a restart 'did not exit gracefully last time' warning is 92 configure and recompile unbound to make sighup work correctly.
|
/freebsd/contrib/atf/atf-sh/ |
H A D | atf-check_test.sh | 128 ${Atf_Check} -s signal:sighup -x 'kill -1 $$' || atf_fail "Signal not" \
|
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 60 static SIGFUNC_DECL sighup __P((int)); 2452 (void) sm_signal(SIGHUP, sighup); 3302 sighup(sig) in sighup() function 3307 FIX_SYSV_SIGNAL(sig, sighup);
|