Home
last modified time | relevance | path

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

123

/glibc-2.36/hurd/
Dctty-output.c44 if (__sigismember (&ss->blocked, SIGTTOU) in _hurd_ctty_output()
45 || actions[SIGTTOU].sa_handler == SIG_IGN) in _hurd_ctty_output()
69 __USEPORT (CTTYID, _hurd_sig_post (0, SIGTTOU, port)); in _hurd_ctty_output()
78 if (!(actions[SIGTTOU].sa_flags & SA_RESTART)) in _hurd_ctty_output()
Dhurdsig.c610 #define STOPSIGS (__sigmask (SIGTTIN) | __sigmask (SIGTTOU) \ in weak_alias()
828 case SIGTTOU: in weak_alias()
896 && (__sigmask (signo) & (__sigmask (SIGTTIN) | __sigmask (SIGTTOU) in weak_alias()
1315 case SIGTTOU: in signal_allowed()
/glibc-2.36/bits/
Dsignum-arch.h37 #define SIGTTOU 22 /* Background write to control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dsignum-arch.h48 #define SIGTTOU 28 /* Background write to control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsignum-arch.h43 #define SIGTTOU 27 /* Background write to control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsignum-arch.h43 #define SIGTTOU 22 /* Background write to control terminal. */ macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsignum-arch.h43 #define SIGTTOU 22 /* Background write to control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsignum-arch.h45 #define SIGTTOU 22 /* Background write to control terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsignum-arch.h46 #define SIGTTOU 22 /* Background write to control terminal. */ macro
/glibc-2.36/sysdeps/generic/
Dsiglist.h49 init_sig (SIGTTOU, "TTOU", N_("Stopped (tty output)"))
/glibc-2.36/signal/
Dtst-sigset.c45 VERIFY (set, SIGTTOU); in do_test()
/glibc-2.36/manual/
Djob.texi153 @cindex @code{SIGTTOU}, from background job
155 controlling terminal, the default behavior is to send a @code{SIGTTOU}
160 Writing is also permitted if the @code{SIGTTOU} signal is being ignored
416 signal (SIGTTOU, SIG_IGN);
532 signal (SIGTTOU, SIG_DFL);
1242 normally all processes in the process group are sent a @code{SIGTTOU}
1244 blocking @code{SIGTTOU} signals, in which case the operation is
Dterminal.texi355 @code{SIGTTOU} signal, in the same way as if the process were trying to
357 is ignoring or blocking @code{SIGTTOU} signals, in which case the
916 @code{SIGTTOU} signals are generated by background processes that
1676 sent a @code{SIGTTOU} signal. The exception is if the calling process
1677 itself is ignoring or blocking @code{SIGTTOU} signals, in which case the
Dsignal.texi686 @deftypevr Macro int SIGTTOU
690 Again, the default action is to stop the process. @code{SIGTTOU} is
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/nscd/
Dnscd.c287 signal (SIGTTOU, SIG_IGN); in main()
/glibc-2.36/conform/data/
Dsignal.h-data85 macro-int-constant SIGTTOU {int} > 0
/glibc-2.36/ChangeLog.old/
DChangeLog.42029 Do ctty magic and check for EBACKGROUND to generate SIGTTOU.
2036 * hurd/fd-write.c (_hurd_fd_write): Enabled and rewrote SIGTTOU code.
2042 * hurd/hurdsig.c (_S_sig_post): Add SIGTTIN and SIGTTOU cases,
/glibc-2.36/po/
Deo.po2895 # SIGTTOU 22,22,27 Stop tty output 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.po5541 msgstr "Pozastaven (výstup TTY) (SIGTTOU)"
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},

123