Searched refs:savehup (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c52 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
117 (void)__libc_sigaction(SIGHUP, &sa, &savehup);
155 (void)__libc_sigaction(SIGHUP, &savehup, NULL);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c68 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
127 (void)sigaction(SIGHUP, &sa, &savehup);
169 (void)sigaction(SIGHUP, &savehup, NULL);
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c174 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
234 (void)sigaction(SIGHUP, &sa, &savehup);
280 (void)sigaction(SIGHUP, &savehup, NULL);
/freebsd-11-stable/usr.bin/mail/
H A Dcollect.c61 static sig_t savehup; /* Previous SIGHUP value */ variable
93 if ((savehup = signal(SIGHUP, SIG_IGN)) != SIG_IGN)
483 (void)signal(SIGHUP, savehup);

Completed in 69 milliseconds