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

/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c53 struct sigaction savetstp, savettin, savettou, savepipe; local
122 (void)__libc_sigaction(SIGTSTP, &sa, &savetstp);
160 (void)__libc_sigaction(SIGTSTP, &savetstp, NULL);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c69 struct sigaction savetstp, savettin, savettou, savepipe; local
132 (void)sigaction(SIGTSTP, &sa, &savetstp);
174 (void)sigaction(SIGTSTP, &savetstp, NULL);
/freebsd-11-stable/usr.bin/mail/
H A Dtty.c64 sig_t savetstp; local
76 savetstp = signal(SIGTSTP, SIG_DFL);
141 (void)signal(SIGTSTP, savetstp);
H A Dcollect.c62 static sig_t savetstp; /* Previous SIGTSTP value */ variable
95 savetstp = signal(SIGTSTP, collstop);
484 (void)signal(SIGTSTP, savetstp);
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c175 struct sigaction savetstp, savettin, savettou, savepipe; local
239 (void)sigaction(SIGTSTP, &sa, &savetstp);
285 (void)sigaction(SIGTSTP, &savetstp, NULL);

Completed in 47 milliseconds