Searched refs:saveint (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/usr.bin/mail/ |
| H A D | tty.c | 65 sig_t saveint; in grabh() local 94 if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL) in grabh() 109 saveint = signal(SIGINT, ttyint); in grabh() 161 (void)signal(SIGINT, saveint); in grabh()
|
| H A D | collect.c | 62 static sig_t saveint; /* Previous SIGINT value */ variable 93 if ((saveint = signal(SIGINT, SIG_IGN)) != SIG_IGN) in collect() 484 (void)signal(SIGINT, saveint); in collect()
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | readpassphrase.c | 52 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local 118 (void)__libc_sigaction(SIGINT, &sa, &saveint); in readpassphrase() 156 (void)__libc_sigaction(SIGINT, &saveint, NULL); in readpassphrase()
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | readpassphrase.c | 60 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local 120 (void)sigaction(SIGINT, &sa, &saveint); in readpassphrase() 162 (void)sigaction(SIGINT, &saveint, NULL); in readpassphrase()
|
| /freebsd-13.1/contrib/libfido2/openbsd-compat/ |
| H A D | readpassphrase.c | 66 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local 124 (void)sigaction(SIGINT, &sa, &saveint); in readpassphrase() 166 (void)sigaction(SIGINT, &saveint, NULL); in readpassphrase()
|
| /freebsd-13.1/contrib/libarchive/libarchive_fe/ |
| H A D | passphrase.c | 174 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local 235 (void)sigaction(SIGINT, &sa, &saveint); in readpassphrase() 281 (void)sigaction(SIGINT, &saveint, NULL); in readpassphrase()
|