Home
last modified time | relevance | path

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

123

/dragonfly/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()
/dragonfly/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c156 M(M(SIGTSTP, SIGTTIN), SIGTTOU)))
241 (void)sigaction(SIGTTOU, &sa, &savettou); in readpassphrase()
271 const int sigttou = signo[SIGTTOU]; in readpassphrase()
275 errno == EINTR && !signo[SIGTTOU]) in readpassphrase()
277 signo[SIGTTOU] = sigttou; in readpassphrase()
287 (void)sigaction(SIGTTOU, &savettou, NULL); in readpassphrase()
301 case SIGTTOU: in readpassphrase()
/dragonfly/contrib/less/
H A Dsignal.c212 #ifdef SIGTTOU in psignals()
213 LSIGNAL(SIGTTOU, SIG_IGN); in psignals()
219 #ifdef SIGTTOU in psignals()
220 LSIGNAL(SIGTTOU, SIG_DFL); in psignals()
/dragonfly/contrib/gdb-7/readline/
H A Dsignals.c194 case SIGTTOU:
364 #if defined (SIGTTOU) in rl_set_signals()
365 sigaddset (&bset, SIGTTOU); in rl_set_signals()
402 #if defined (SIGTTOU) in rl_set_signals()
403 rl_maybe_set_sighandler (SIGTTOU, rl_signal_handler, &old_ttou); in rl_set_signals()
450 #if defined (SIGTTOU) in rl_clear_signals()
451 rl_sigaction (SIGTTOU, &old_ttou, &dummy); in rl_clear_signals()
/dragonfly/contrib/gdb-7/gdb/
H A Dinflow.c395 #ifdef SIGTTOU in terminal_ours_1()
402 #ifdef SIGTTOU in terminal_ours_1()
404 osigttou = (void (*)()) signal (SIGTTOU, SIG_IGN); in terminal_ours_1()
456 #ifdef SIGTTOU in terminal_ours_1()
458 signal (SIGTTOU, osigttou); in terminal_ours_1()
698 osigttou = (void (*)()) signal (SIGTTOU, SIG_IGN); in new_tty()
701 signal (SIGTTOU, osigttou); in new_tty()
/dragonfly/usr.bin/mail/
H A Dtty.c64 savettou = signal(SIGTTOU, SIG_DFL); in grabh()
99 signal(SIGTTOU, savettou); in grabh()
149 signal(SIGTTOU, ttystop); in readtty()
160 signal(SIGTTOU, SIG_DFL); in readtty()
/dragonfly/lib/libc/gen/
H A Dreadpassphrase.c121 _sigaction(SIGTTOU, &sa, &savettou); in readpassphrase()
148 errno == EINTR && !signo[SIGTTOU]) in readpassphrase()
159 _sigaction(SIGTTOU, &savettou, NULL); in readpassphrase()
173 case SIGTTOU: in readpassphrase()
H A Dsiglist.c60 [SIGTTOU] = "TTOU",
130 [SIGTTOU] = "Stopped (tty output)",
/dragonfly/contrib/tcsh-6/
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()
/dragonfly/games/tetris/
H A Dscreen.c248 sigaddset(&sigset, SIGTTOU); in scr_set()
252 if ((ttou = signal(SIGTTOU, stopset)) == SIG_IGN) in scr_set()
253 signal(SIGTTOU, SIG_IGN); in scr_set()
298 signal(SIGTTOU, ttou); in scr_set()
315 sigaddset(&sigset, SIGTTOU); in scr_end()
/dragonfly/contrib/gdb-7/gdb/common/
H A Dsignals.c233 #if defined (SIGTTOU) in gdb_signal_from_host()
234 if (hostsig == SIGTTOU) in gdb_signal_from_host()
490 #if defined (SIGTTOU) in do_gdb_signal_to_host()
492 return SIGTTOU; in do_gdb_signal_to_host()
/dragonfly/bin/sh/
H A Dtrap.c294 case SIGTTOU: in setsignal()
317 signo == SIGTTIN || signo == SIGTTOU)) { in setsignal()
547 sig != SIGTTOU) { in exitshell_savedstatus()
/dragonfly/sys/sys/
H A Dsignalvar.h158 SIGDELSET(set, SIGTTIN), SIGDELSET(set, SIGTTOU)
162 SIGDELSET_ATOMIC(set, SIGTTIN), SIGDELSET_ATOMIC(set, SIGTTOU)
/dragonfly/usr.bin/timeout/
H A Dtimeout.c269 signal(SIGTTOU, SIG_IGN); in main()
277 signal(SIGTTOU, SIG_DFL); in main()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrsignal.c174 #if defined (SIGTTOU)
175 ENTRY(SIGTTOU, "SIGTTOU", "Stopped (tty output)"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrsignal.c174 #if defined (SIGTTOU)
175 ENTRY(SIGTTOU, "SIGTTOU", "Stopped (tty output)"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrsignal.c174 #if defined (SIGTTOU)
175 ENTRY(SIGTTOU, "SIGTTOU", "Stopped (tty output)"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrsignal.c174 #if defined (SIGTTOU)
175 ENTRY(SIGTTOU, "SIGTTOU", "Stopped (tty output)"),
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg230 $ SIGTTOU
H A Del_GR.ISO8859-7.msg230 $ SIGTTOU
H A Dmn_Cyrl_MN.UTF-8.msg228 $ SIGTTOU
H A Dru_RU.KOI8-R.msg245 $ SIGTTOU
H A Duk_UA.UTF-8.msg238 $ SIGTTOU

123