Searched refs:sighup (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/usr.bin/sdiff/ |
| HD | edit.c | 44 sig_t sighup, sigint, sigquit, sigchld; in editit() local 55 sighup = signal(SIGHUP, SIG_IGN); in editit() 75 (void)signal(SIGHUP, sighup); in editit()
|
| /freebsd-11-stable/contrib/amd/amd/ |
| HD | amd.c | 119 sighup(int sig) in sighup() function 122 signal(sig, sighup); in sighup() 472 setup_sighandler(SIGHUP, sighup); in main()
|
| /freebsd-11-stable/usr.sbin/bluetooth/hcsecd/ |
| HD | hcsecd.c | 60 static void sighup 116 sa.sa_handler = sighup; in main() 420 sighup(int s) in sighup() function
|
| /freebsd-11-stable/contrib/atf/atf-c/detail/ |
| HD | process_test.c | 747 struct sigaction sighup, old_sighup; in child_spawn_loop_and_wait_eintr() local 768 sighup.sa_handler = nop_signal; in child_spawn_loop_and_wait_eintr() 769 sigemptyset(&sighup.sa_mask); in child_spawn_loop_and_wait_eintr() 770 sighup.sa_flags = 0; in child_spawn_loop_and_wait_eintr() 771 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1) in child_spawn_loop_and_wait_eintr()
|
| /freebsd-11-stable/usr.bin/chat/ |
| HD | chat.c | 154 SIGTYPE sighup(int signo); 466 SIGTYPE sighup(int signo __unused) in sighup() function 475 signal(SIGHUP, sighup); in init() 888 signal(SIGHUP, sighup); in chat_send()
|
| /freebsd-11-stable/usr.bin/usbhidaction/ |
| HD | usbhidaction.c | 79 sighup(int sig __unused) in sighup() function 167 (void)signal(SIGHUP, sighup); in main()
|
| /freebsd-11-stable/contrib/blacklist/bin/ |
| HD | blacklistd.c | 94 sighup(int n __unused) in sighup() function 486 signal(SIGHUP, sighup); in main()
|
| /freebsd-11-stable/tools/regression/security/proc_to_proc/ |
| HD | README | 15 sighup cred1 attempts SIGHUP of cred2
|
| /freebsd-11-stable/contrib/unbound/doc/ |
| HD | README | 91 on sighup. On a restart 'did not exit gracefully last time' warning is 93 configure and recompile unbound to make sighup work correctly.
|
| /freebsd-11-stable/contrib/atf/atf-sh/ |
| HD | atf-check_test.sh | 128 ${Atf_Check} -s signal:sighup -x 'kill -1 $$' || atf_fail "Signal not" \
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | main.c | 54 static SIGFUNC_DECL sighup __P((int)); 2404 (void) sm_signal(SIGHUP, sighup); 3232 sighup(sig) in sighup() function 3237 FIX_SYSV_SIGNAL(sig, sighup);
|