Searched refs:saveint (Results 1 – 6 of 6) sorted by relevance
| /src/usr.bin/mail/ |
| H A D | tty.c | 57 volatile sig_t saveint; in grabh() local 86 if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL) in grabh() 101 saveint = signal(SIGINT, ttyint); in grabh() 155 (void)signal(SIGINT, saveint); in grabh()
|
| H A D | collect.c | 54 static sig_t saveint; /* Previous SIGINT value */ variable 88 if ((saveint = signal(SIGINT, SIG_IGN)) != SIG_IGN) in collect() 482 (void)signal(SIGINT, saveint); in collect()
|
| /src/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()
|
| /src/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()
|
| /src/lib/libc/gen/ |
| H A D | readpassphrase.c | 49 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local 115 (void)__libc_sigaction(SIGINT, &sa, &saveint); in readpassphrase() 153 (void)__libc_sigaction(SIGINT, &saveint, NULL); in readpassphrase()
|
| /src/contrib/libarchive/libarchive_fe/ |
| H A D | passphrase.c | 173 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local 236 (void)sigaction(SIGINT, &sa, &saveint); in readpassphrase() 284 (void)sigaction(SIGINT, &saveint, NULL); in readpassphrase()
|