Home
last modified time | relevance | path

Searched refs:SIGTTOU (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c79 #ifdef SIGTTOU in signal_name()
80 case SIGTTOU: in signal_name()
144 #ifdef SIGTTOU in handle_SIGTSTP()
182 #ifdef SIGTTOU in handle_SIGTSTP()
183 sigttou_blocked = sigismember(&omask, SIGTTOU); in handle_SIGTSTP()
186 (void) sigaddset(&mask, SIGTTOU); in handle_SIGTSTP()
200 #ifdef SIGTTOU in handle_SIGTSTP()
203 (void) sigaddset(&mask, SIGTTOU); in handle_SIGTSTP()
/freebsd/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c126 (void)sigaction(SIGTTOU, &sa, &savettou); in readpassphrase()
152 const int sigttou = signo[SIGTTOU]; in readpassphrase()
156 errno == EINTR && !signo[SIGTTOU]) in readpassphrase()
158 signo[SIGTTOU] = sigttou; in readpassphrase()
168 (void)sigaction(SIGTTOU, &savettou, NULL); in readpassphrase()
182 case SIGTTOU: in readpassphrase()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c130 (void)sigaction(SIGTTOU, &sa, &savettou); in readpassphrase()
156 const int sigttou = signo[SIGTTOU]; in readpassphrase()
160 errno == EINTR && !signo[SIGTTOU]) in readpassphrase()
162 signo[SIGTTOU] = sigttou; in readpassphrase()
172 (void)sigaction(SIGTTOU, &savettou, NULL); in readpassphrase()
186 case SIGTTOU: in readpassphrase()
/freebsd/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c154 M(M(SIGTSTP, SIGTTIN), SIGTTOU)))
242 (void)sigaction(SIGTTOU, &sa, &savettou); in readpassphrase()
273 const int sigttou = signo[SIGTTOU]; in readpassphrase()
277 errno == EINTR && !signo[SIGTTOU]) in readpassphrase()
279 signo[SIGTTOU] = sigttou; in readpassphrase()
290 (void)sigaction(SIGTTOU, &savettou, NULL); in readpassphrase()
305 case SIGTTOU: in readpassphrase()
/freebsd/contrib/less/
H A Dsignal.c217 #ifdef SIGTTOU in psignals()
218 LSIGNAL(SIGTTOU, SIG_IGN); in psignals()
224 #ifdef SIGTTOU in psignals()
225 LSIGNAL(SIGTTOU, SIG_DFL); in psignals()
/freebsd/lib/libc/gen/
H A Dreadpassphrase.c121 (void)__libc_sigaction(SIGTTOU, &sa, &savettou); in readpassphrase()
148 errno == EINTR && !signo[SIGTTOU]) in readpassphrase()
159 (void)__libc_sigaction(SIGTTOU, &savettou, NULL); in readpassphrase()
173 case SIGTTOU: in readpassphrase()
H A Dsiglist.c57 [SIGTTOU] = "TTOU",
92 [SIGTTOU] = "Stopped (tty output)",
/freebsd/contrib/tcsh/
H A Dtc.sig.h128 sigaction(SIGTTOU, NULL, &(sv)[4]); \
136 sigaddset(&m__, SIGTTOU); \
148 sigaction(SIGTTOU, &(sv)[4], NULL); \
H A Dsh.init.c613 #ifdef SIGTTOU in mesginit()
614 if (mesg[SIGTTOU].pname == NULL) { in mesginit()
615 mesg[SIGTTOU].iname = "TTOU"; in mesginit()
617 mesg[SIGTTOU].pname = CSAVS(2, 53, "Suspended (tty output)"); in mesginit()
619 mesg[SIGTTOU].pname = CSAVS(2, 54, "Stopped (tty output)"); in mesginit()
H A Ddotlock.c139 (void)sigaddset(&nset, SIGTTOU); in dot_lock()
/freebsd/usr.bin/mail/
H A Dtty.c71 savettou = signal(SIGTTOU, SIG_DFL); in grabh()
138 (void)signal(SIGTTOU, savettou); in grabh()
210 (void)signal(SIGTTOU, ttystop); in readtty()
221 (void)signal(SIGTTOU, SIG_DFL); in readtty()
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d68 inline int SIGTTOU = 22; variable
69 #pragma D binding "1.0" SIGTTOU
116 signal == SIGTTOU ? "SIGTTOU" :
/freebsd/bin/sh/
H A Dtrap.c282 case SIGTTOU: in setsignal()
305 signo == SIGTTIN || signo == SIGTTOU)) { in setsignal()
538 sig != SIGTTOU) { in exitshell_savedstatus()
/freebsd/bin/timeout/
H A Dtimeout.c249 signal(SIGTTOU, SIG_IGN); in main()
257 signal(SIGTTOU, SIG_DFL); in main()
/freebsd/lib/libsysdecode/
H A Dsignal.c54 [SIGTTOU] = "SIGTTOU",
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg229 $ SIGTTOU
H A Dmn_MN.UTF-8.msg229 $ SIGTTOU
H A Duk_UA.UTF-8.msg239 $ SIGTTOU
H A Del_GR.ISO8859-7.msg229 $ SIGTTOU
H A Dru_RU.KOI8-R.msg246 $ SIGTTOU
H A Dko_KR.UTF-8.msg239 $ SIGTTOU
H A Dja_JP.UTF-8.msg239 $ SIGTTOU
H A Dja_JP.eucJP.msg239 $ SIGTTOU
H A Dko_KR.eucKR.msg239 $ SIGTTOU
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp451 saved_sigttou_callback = (void (*)(int))signal(SIGTTOU, SIG_IGN); in Restore()
455 signal(SIGTTOU, saved_sigttou_callback); in Restore()

123