Home
last modified time | relevance | path

Searched refs:savetstp (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/gen/
H A Dreadpassphrase.c50 struct sigaction savetstp, savettin, savettou, savepipe; in readpassphrase() local
119 (void)__libc_sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase()
157 (void)__libc_sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase()
/freebsd/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c61 struct sigaction savetstp, savettin, savettou, savepipe; in readpassphrase() local
124 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase()
166 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c67 struct sigaction savetstp, savettin, savettou, savepipe; in readpassphrase() local
128 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase()
170 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase()
/freebsd/usr.bin/mail/
H A Dtty.c58 sig_t savetstp; in grabh() local
70 savetstp = signal(SIGTSTP, SIG_DFL); in grabh()
137 (void)signal(SIGTSTP, savetstp); in grabh()
H A Dcollect.c56 static sig_t savetstp; /* Previous SIGTSTP value */ variable
92 savetstp = signal(SIGTSTP, collstop); in collect()
484 (void)signal(SIGTSTP, savetstp); in collect()
/freebsd/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c174 struct sigaction savetstp, savettin, savettou, savepipe; in readpassphrase() local
240 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase()
288 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase()