Searched refs:savetstp (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/lib/libc/gen/ |
| HD | readpassphrase.c | 53 struct sigaction savetstp, savettin, savettou, savepipe; in readpassphrase() local 114 (void)__libc_sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 152 (void)__libc_sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | readpassphrase.c | 61 struct sigaction savetstp, savettin, savettou, savepipe; in readpassphrase() local 103 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 161 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase()
|
| /NextBSD/usr.bin/mail/ |
| HD | tty.c | 64 sig_t savetstp; in grabh() local 76 savetstp = signal(SIGTSTP, SIG_DFL); in grabh() 141 (void)signal(SIGTSTP, savetstp); in grabh()
|
| HD | collect.c | 62 static sig_t savetstp; /* Previous SIGTSTP value */ variable 95 savetstp = signal(SIGTSTP, collstop); in collect() 485 (void)signal(SIGTSTP, savetstp); in collect()
|