Home
last modified time | relevance | path

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

1234

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D28-14.c63 if (signal(SIGTSTP, handler_1) == SIG_ERR) { in main()
83 ret = sigaction(SIGTSTP, &sa, &save); in main()
91 ret = raise(SIGTSTP); in main()
104 ret = sigaction(SIGTSTP, &save, 0); in main()
112 ret = raise(SIGTSTP); in main()
D3-14.c40 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
46 if (sigaction(SIGTSTP, 0, &oact) == -1) { in main()
52 if (raise(SIGTSTP) == -1) { in main()
D22-14.c54 raise(SIGTSTP); in handler()
71 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
77 if (raise(SIGTSTP) == -1) { in main()
D25-14.c53 raise(SIGTSTP); in handler()
70 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
76 if (raise(SIGTSTP) == -1) { in main()
D8-15.c32 raise(SIGTSTP); in SIGTTIN_handler()
46 sigaddset(&act.sa_mask, SIGTSTP); in main()
56 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
D19-14.c52 if (info->si_signo != SIGTSTP) { in handler()
87 ret = sigaction(SIGTSTP, &sa, 0); in main()
100 ret = raise(SIGTSTP); in main()
D1-14.c40 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
46 if (raise(SIGTSTP) == -1) { in main()
D6-14.c38 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
44 if (raise(SIGTSTP) == -1) { in main()
D4-14.c54 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
60 if (raise(SIGTSTP) == -1) { in main()
D18-14.c67 ret = sigaction(SIGTSTP, &sa, 0); in main()
80 ret = raise(SIGTSTP); in main()
D2-14.c40 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
48 if (sigaction(SIGTSTP, &act, &oact) == -1) { in main()
D12-40.c50 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
62 if (raise(SIGTSTP) == -1) { in main()
D13-14.c51 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
63 if (raise(SIGTSTP) == -1) { in main()
D4-40.c53 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
59 if (raise(SIGTSTP) == -1) { in main()
D8-14.c47 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
62 if (raise(SIGTSTP) == -1) { in main()
D12-14.c52 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
72 if (raise(SIGTSTP) == -1) { in main()
D17-14.c48 sigaction(SIGTSTP, &act, 0); in main()
82 kill(pid, SIGTSTP); in main()
D4-92.c33 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
D4-66.c33 if (sigaction(SIGTSTP, &act, 0) == -1) { in main()
/third_party/musl/src/string/
Dstrsignal.c9 && (SIGCHLD == 17) && (SIGCONT == 18) && (SIGSTOP == 19) && (SIGTSTP == 20) \
38 [SIGTSTP] = 20,
/third_party/node/src/api/
Dutils.cc92 #ifdef SIGTSTP in signo_string()
93 SIGNO_CASE(SIGTSTP); in signo_string()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D13-1.c26 (0 == SIGTSTP) || in main()
D14-1-buildonly.c22 int dummy16 = SIGTSTP;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/
D1-3.c27 SIGTSTP, SIGTTIN, SIGTTOU, SIGUSR1, SIGUSR2,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
D1-1.c26 SIGTERM, SIGTSTP, SIGTTIN, SIGTTOU, SIGUSR1, in main()

1234