Home
last modified time | relevance | path

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

123

/glibc-2.36/hurd/
Dctty-input.c50 if (__sigismember (&ss->blocked, SIGTTIN) in _hurd_ctty_input()
51 || actions[SIGTTIN].sa_handler == SIG_IGN) in _hurd_ctty_input()
64 __USEPORT (CTTYID, _hurd_sig_post (0, SIGTTIN, port)); in _hurd_ctty_input()
73 if (!(actions[SIGTTIN].sa_flags & SA_RESTART)) in _hurd_ctty_input()
Dhurdsig.c610 #define STOPSIGS (__sigmask (SIGTTIN) | __sigmask (SIGTTOU) \ in weak_alias()
827 case SIGTTIN: in weak_alias()
896 && (__sigmask (signo) & (__sigmask (SIGTTIN) | __sigmask (SIGTTOU) in weak_alias()
1314 case SIGTTIN: in signal_allowed()
/glibc-2.36/bits/
Dsignum-arch.h36 #define SIGTTIN 21 /* Background read from control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dsignum-arch.h47 #define SIGTTIN 27 /* Background read from control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsignum-arch.h42 #define SIGTTIN 26 /* Background read from control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsignum-arch.h42 #define SIGTTIN 21 /* Background read from control terminal. */ macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsignum-arch.h42 #define SIGTTIN 21 /* Background read from control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsignum-arch.h44 #define SIGTTIN 21 /* Background read from control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsignum-arch.h45 #define SIGTTIN 21 /* Background read from control terminal. */ macro
/glibc-2.36/sysdeps/generic/
Dsiglist.h48 init_sig (SIGTTIN, "TTIN", N_("Stopped (tty input)"))
/glibc-2.36/signal/
Dtst-sigset.c44 VERIFY (set, SIGTTIN); in do_test()
/glibc-2.36/nscd/
Dnscd.c288 signal (SIGTTIN, SIG_IGN); in main()
/glibc-2.36/manual/
Djob.texi145 @cindex @code{SIGTTIN}, from background job
147 terminal, the process group is usually sent a @code{SIGTTIN} signal.
352 by sending a @code{SIGTTIN} signal to its own process group. It may not
409 kill (- shell_pgid, SIGTTIN);
415 signal (SIGTTIN, SIG_IGN);
531 signal (SIGTTIN, SIG_DFL);
Dsignal.texi675 @deftypevr Macro int SIGTTIN
680 @code{SIGTTIN} signal. The default action for this signal is to
688 This is similar to @code{SIGTTIN}, but is generated when a process in a
708 Groups}) receives a @code{SIGTSTP}, @code{SIGTTIN}, or @code{SIGTTOU}
3287 | sigmask (SIGTTIN) | sigmask (SIGTTOU))
Derrno.texi788 it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
/glibc-2.36/conform/data/
Dsignal.h-data84 macro-int-constant SIGTTIN {int} > 0
/glibc-2.36/ChangeLog.old/
DChangeLog.42035 * hurd/fd-read.c (_hurd_fd_read): Enabled and rewrote SIGTTIN code.
2042 * hurd/hurdsig.c (_S_sig_post): Add SIGTTIN and SIGTTOU cases,
/glibc-2.36/po/
Deo.po2890 # SIGTTIN 21,21,26 Stop tty input for background process
3744 #. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
Dhu.po1752 #. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
Del.po2907 #. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
Dnb.po2965 #. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
Dcs.po5537 msgstr "Pozastaven (vstup TTY) (SIGTTIN)"
6389 #. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
Den_GB.po2043 #. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
Dsk.po4372 #. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
Dgl.po4340 #. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},

123