Home
last modified time | relevance | path

Searched refs:SIGTSTP (Results 1 – 19 of 19) sorted by relevance

/glibc-2.36/bits/
Dsignum-arch.h33 #define SIGTSTP 18 /* Keyboard stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dsignum-arch.h44 #define SIGTSTP 25 /* Keyboard stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsignum-arch.h39 #define SIGTSTP 24 /* Keyboard stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsignum-arch.h39 #define SIGTSTP 20 /* Keyboard stop. */ macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsignum-arch.h39 #define SIGTSTP 18 /* Keyboard stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsignum-arch.h41 #define SIGTSTP 18 /* Keyboard stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsignum-arch.h42 #define SIGTSTP 18 /* Keyboard stop. */ macro
/glibc-2.36/sysdeps/generic/
Dsiglist.h45 init_sig (SIGTSTP, "TSTP", N_("Stopped"))
/glibc-2.36/signal/
Dtst-sigset.c41 VERIFY (set, SIGTSTP); in do_test()
/glibc-2.36/sysdeps/mach/hurd/
Dkill.c90 case SIGTSTP: in __kill()
/glibc-2.36/hurd/
Dhurdsig.c611 | __sigmask (SIGSTOP) | __sigmask (SIGTSTP)) in weak_alias()
830 case SIGTSTP: in weak_alias()
897 | __sigmask (SIGTSTP)))) in weak_alias()
1311 case SIGTSTP: in signal_allowed()
/glibc-2.36/nscd/
Dnscd.c289 signal (SIGTSTP, SIG_IGN); in main()
/glibc-2.36/manual/
Dsignal.texi659 @deftypevr Macro int SIGTSTP
661 The @code{SIGTSTP} signal is an interactive stop signal. Unlike
667 @code{SIGTSTP} so they can turn echoing back on before stopping.
708 Groups}) receives a @code{SIGTSTP}, @code{SIGTTIN}, or @code{SIGTTOU}
990 user requests such as @code{SIGINT}, @code{SIGQUIT}, and @code{SIGTSTP}
2170 (@code{SIGTSTP}), and you want to clean up some internal data buffers
2174 @comment But that would require that the handler for SIGTSTP unblock the
2179 @comment as soon as the SIGTSTP handler returns, which is fine.
2190 signal (SIGTSTP, SIG_DFL);
2193 raise (SIGTSTP);
[all …]
Djob.texi414 signal (SIGTSTP, SIG_IGN);
495 send a @code{SIGTSTP} signal to the process group of the process, not
530 signal (SIGTSTP, SIG_DFL);
Dterminal.texi1357 supports job control (@pxref{Job Control}). It causes a @code{SIGTSTP}
1368 mechanism, the program should send a @code{SIGTSTP} signal to the
1381 supports job control (@pxref{Job Control}). It sends a @code{SIGTSTP}
/glibc-2.36/conform/data/
Dsignal.h-data83 macro-int-constant SIGTSTP {int} > 0
/glibc-2.36/po/
Dcs.po5525 msgstr "Pozastaven (SIGTSTP)"
/glibc-2.36/ChangeLog.old/
DChangeLog.212906 (SIGTSTP): Remove.
DChangeLog.1879112 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
83468 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.