Home
last modified time | relevance | path

Searched refs:SIGTTIN (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/tcsh/
H A Dtc.sig.h127 sigaction(SIGTTIN, NULL, &(sv)[3]); \
135 sigaddset(&m__, SIGTTIN); \
147 sigaction(SIGTTIN, &(sv)[3], NULL); \
H A Dsh.init.c602 #ifdef SIGTTIN in mesginit()
603 if (mesg[SIGTTIN].pname == NULL) { in mesginit()
604 mesg[SIGTTIN].iname = "TTIN"; in mesginit()
606 mesg[SIGTTIN].pname = CSAVS(2, 51, "Suspended (tty input)"); in mesginit()
608 mesg[SIGTTIN].pname = CSAVS(2, 52, "Stopped (tty input)"); in mesginit()
H A Ddotlock.c138 (void)sigaddset(&nset, SIGTTIN); in dot_lock()
/freebsd/lib/libc/gen/
H A Dsiglist.c56 [SIGTTIN] = "TTIN",
91 [SIGTTIN] = "Stopped (tty input)",
H A Dreadpassphrase.c120 (void)__libc_sigaction(SIGTTIN, &sa, &savettin); in readpassphrase()
158 (void)__libc_sigaction(SIGTTIN, &savettin, NULL); in readpassphrase()
172 case SIGTTIN: in readpassphrase()
/freebsd/usr.bin/mail/
H A Dtty.c72 savettin = signal(SIGTTIN, SIG_DFL); in grabh()
139 (void)signal(SIGTTIN, savettin); in grabh()
211 (void)signal(SIGTTIN, ttystop); in readtty()
222 (void)signal(SIGTTIN, SIG_DFL); in readtty()
/freebsd/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c154 M(M(SIGTSTP, SIGTTIN), SIGTTOU)))
241 (void)sigaction(SIGTTIN, &sa, &savettin); in readpassphrase()
289 (void)sigaction(SIGTTIN, &savettin, NULL); in readpassphrase()
304 case SIGTTIN: in readpassphrase()
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d66 inline int SIGTTIN = 21; variable
67 #pragma D binding "1.0" SIGTTIN
115 signal == SIGTTIN ? "SIGTTIN" :
/freebsd/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c125 (void)sigaction(SIGTTIN, &sa, &savettin); in readpassphrase()
167 (void)sigaction(SIGTTIN, &savettin, NULL); in readpassphrase()
181 case SIGTTIN: in readpassphrase()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c129 (void)sigaction(SIGTTIN, &sa, &savettin); in readpassphrase()
171 (void)sigaction(SIGTTIN, &savettin, NULL); in readpassphrase()
185 case SIGTTIN: in readpassphrase()
/freebsd/bin/timeout/
H A Dtimeout.c248 signal(SIGTTIN, SIG_IGN); in main()
256 signal(SIGTTIN, SIG_DFL); in main()
/freebsd/lib/libsysdecode/
H A Dsignal.c53 [SIGTTIN] = "SIGTTIN",
/freebsd/bin/sh/
H A Dtrap.c305 signo == SIGTTIN || signo == SIGTTOU)) { in setsignal()
537 if (sig != 0 && sig != SIGSTOP && sig != SIGTSTP && sig != SIGTTIN && in exitshell_savedstatus()
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg227 $ SIGTTIN
H A Dmn_MN.UTF-8.msg227 $ SIGTTIN
H A Duk_UA.UTF-8.msg237 $ SIGTTIN
H A Del_GR.ISO8859-7.msg227 $ SIGTTIN
H A Dru_RU.KOI8-R.msg244 $ SIGTTIN
H A Dko_KR.UTF-8.msg237 $ SIGTTIN
H A Dja_JP.UTF-8.msg237 $ SIGTTIN
H A Dja_JP.eucJP.msg237 $ SIGTTIN
H A Dko_KR.eucKR.msg237 $ SIGTTIN
H A Dzh_CN.UTF-8.msg237 $ SIGTTIN
H A Dzh_CN.GB18030.msg239 $ SIGTTIN
/freebsd/sys/sys/
H A Drctl.h115 #define RCTL_ACTION_SIGTTIN SIGTTIN

123