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

/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dreadpassphrase.c63 struct sigaction savetstp, savettin, savettou; local
98 (void)_sigaction(SIGTSTP, &sa, &savetstp);
142 (void)_sigaction(SIGTSTP, &savetstp, NULL);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dreadpassphrase.c61 struct sigaction savetstp, savettin, savettou, savepipe; local
103 (void)sigaction(SIGTSTP, &sa, &savetstp);
161 (void)sigaction(SIGTSTP, &savetstp, NULL);
/macosx-10.9.5/mail_cmds-29/mail/
H A Dtty.c73 sig_t savetstp; local
85 savetstp = signal(SIGTSTP, SIG_DFL);
153 (void)signal(SIGTSTP, savetstp);
H A Dcollect.c68 static sig_t savetstp; /* Previous SIGTSTP value */ variable
114 savetstp = signal(SIGTSTP, collstop);
560 (void)signal(SIGTSTP, savetstp);
/macosx-10.9.5/sudo-72/src/
H A Dtgetpass.c74 sigaction_t savetstp, savettin, savettou, savepipe; local
122 (void) sigaction(SIGTSTP, &sa, &savetstp);
155 (void) sigaction(SIGTSTP, &savetstp, NULL);

Completed in 184 milliseconds