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

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

Completed in 141 milliseconds