Home
last modified time | relevance | path

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

/NextBSD/lib/libc/gen/
HDreadpassphrase.c53 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/
HDreadpassphrase.c61 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/
HDtty.c64 sig_t savetstp; in grabh() local
76 savetstp = signal(SIGTSTP, SIG_DFL); in grabh()
141 (void)signal(SIGTSTP, savetstp); in grabh()
HDcollect.c62 static sig_t savetstp; /* Previous SIGTSTP value */ variable
95 savetstp = signal(SIGTSTP, collstop); in collect()
485 (void)signal(SIGTSTP, savetstp); in collect()