Home
last modified time | relevance | path

Searched refs:sighup (Results 1 – 22 of 22) sorted by relevance

/openbsd/usr.bin/sdiff/
H A Dedit.c36 sig_t sighup, sigint, sigquit, sigchld; in editit() local
49 sighup = signal(SIGHUP, SIG_IGN); in editit()
69 (void)signal(SIGHUP, sighup); in editit()
/openbsd/usr.bin/cvs/
H A Dlogmsg.c285 sig_t sighup, sigint, sigquit; in cvs_logmsg_edit() local
292 sighup = signal(SIGHUP, SIG_IGN); in cvs_logmsg_edit()
305 (void)signal(SIGHUP, sighup); in cvs_logmsg_edit()
316 (void)signal(SIGHUP, sighup); in cvs_logmsg_edit()
/openbsd/usr.bin/mail/
H A Dedit.c245 sig_t sighup, sigint, sigquit, sigchld; in editit() local
259 sighup = signal(SIGHUP, SIG_IGN); in editit()
279 (void)signal(SIGHUP, sighup); in editit()
/openbsd/usr.sbin/amd/amd/
H A Damd.c119 sighup(int sig) in sighup() function
250 (void) signal(SIGHUP, sighup); in main()
/openbsd/sbin/isakmpd/
H A Disakmpd.c230 sighup(int sig) in sighup() function
293 signal(SIGHUP, sighup); in set_slave_signals()
/openbsd/sbin/scsi/
H A Dscsi.c641 sig_t sighup, sigint, sigquit; in editit() local
655 sighup = signal(SIGHUP, SIG_IGN); in editit()
661 (void)signal(SIGHUP, sighup); in editit()
684 (void)signal(SIGHUP, sighup); in editit()
/openbsd/games/sail/
H A Dsync.c203 sig_t sighup, sigint; in Sync() local
211 sighup = signal(SIGHUP, SIG_IGN); in Sync()
295 (void) signal(SIGHUP, sighup); in Sync()
/openbsd/bin/ed/
H A Dio.c266 if (sighup) in get_tty_line()
280 if (sighup) in get_tty_line()
H A Ded.h191 extern volatile sig_atomic_t sighup;
H A Dmain.c103 volatile sig_atomic_t sighup = 0; /* if set, sighup received while mutex set */ variable
1331 sighup = 1; in signal_hup()
1351 sighup = 0; in handle_hup()
/openbsd/usr.sbin/cron/
H A Dcrontab.c556 sig_t sighup, sigint, sigquit, sigchld; in editit() local
569 sighup = signal(SIGHUP, SIG_IGN); in editit()
595 (void)signal(SIGHUP, sighup); in editit()
/openbsd/usr.bin/sendbug/
H A Dsendbug.c258 sig_t sighup, sigint, sigquit, sigchld; in editit() local
271 sighup = signal(SIGHUP, SIG_IGN); in editit()
292 (void)signal(SIGHUP, sighup); in editit()
/openbsd/usr.bin/usbhidaction/
H A Dusbhidaction.c75 sighup(int signo) in sighup() function
154 (void)signal(SIGHUP, sighup); in main()
/openbsd/usr.sbin/edquota/
H A Dedquota.c352 sig_t sighup, sigint, sigquit, sigchld; in editit() local
365 sighup = signal(SIGHUP, SIG_IGN); in editit()
385 (void)signal(SIGHUP, sighup); in editit()
/openbsd/usr.bin/sndiod/
H A Dsndiod.c96 void sighup(int);
156 sighup(int s) in sighup() function
354 sa.sa_handler = sighup; in setsig()
/openbsd/usr.sbin/pppd/chat/
H A Dchat.c181 SIGTYPE sighup(int signo);
487 SIGTYPE sighup(int signo) in sighup() function
496 signal(SIGHUP, sighup); in init()
970 signal(SIGHUP, sighup); in chat_send()
/openbsd/usr.bin/login/
H A Dlogin.c108 void sighup(int);
475 signal(SIGHUP, sighup); in main()
928 sighup(int signum) in sighup() function
/openbsd/sbin/disklabel/
H A Ddisklabel.c675 sig_t sighup, sigint, sigquit, sigchld; in editit() local
688 sighup = signal(SIGHUP, SIG_IGN); in editit()
708 (void)signal(SIGHUP, sighup); in editit()
/openbsd/usr.sbin/unbound/doc/
H A DREADME90 on sighup. On a restart 'did not exit gracefully last time' warning is
92 configure and recompile unbound to make sighup work correctly.
/openbsd/usr.sbin/nsd/
H A Dnsd.conf.sample.in212 # check mtime of all zone files on start and sighup
/openbsd/usr.sbin/nsd/doc/
H A DChangeLog2784 on sighup and startup (from Robin Hack).
5133 unexpectedly, send sighup to all processes in the group.
H A DRELNOTES1361 on sighup and startup (from Robin Hack).