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

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c60 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
98 (void)sigaction(SIGHUP, &sa, &savehup);
156 (void)sigaction(SIGHUP, &savehup, NULL);
/freebsd-9.3-release/lib/libc/gen/
H A Dreadpassphrase.c51 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; local
108 (void)_sigaction(SIGHUP, &sa, &savehup);
146 (void)_sigaction(SIGHUP, &savehup, NULL);
/freebsd-9.3-release/usr.bin/mail/
H A Dcollect.c61 static sig_t savehup; /* Previous SIGHUP value */ variable
93 if ((savehup = signal(SIGHUP, SIG_IGN)) != SIG_IGN)
484 (void)signal(SIGHUP, savehup);

Completed in 119 milliseconds