/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 28-26.c | 63 if (signal(SIGXFSZ, handler_1) == SIG_ERR) { in main() 83 ret = sigaction(SIGXFSZ, &sa, &save); in main() 91 ret = raise(SIGXFSZ); in main() 104 ret = sigaction(SIGXFSZ, &save, 0); in main() 112 ret = raise(SIGXFSZ); in main()
|
D | 3-26.c | 40 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 46 if (sigaction(SIGXFSZ, 0, &oact) == -1) { in main() 52 if (raise(SIGXFSZ) == -1) { in main()
|
D | 22-26.c | 54 raise(SIGXFSZ); in handler() 71 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 77 if (raise(SIGXFSZ) == -1) { in main()
|
D | 25-26.c | 53 raise(SIGXFSZ); in handler() 70 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 76 if (raise(SIGXFSZ) == -1) { in main()
|
D | 8-1.c | 32 raise(SIGXFSZ); in SIGABRT_handler() 46 sigaddset(&act.sa_mask, SIGXFSZ); in main() 56 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main()
|
D | 19-26.c | 50 if (info->si_signo != SIGXFSZ) { in handler() 85 ret = sigaction(SIGXFSZ, &sa, 0); in main() 98 ret = raise(SIGXFSZ); in main()
|
D | 1-26.c | 40 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 46 if (raise(SIGXFSZ) == -1) { in main()
|
D | 6-26.c | 38 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 44 if (raise(SIGXFSZ) == -1) { in main()
|
D | 2-26.c | 40 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 48 if (sigaction(SIGXFSZ, &act, &oact) == -1) { in main()
|
D | 18-26.c | 67 ret = sigaction(SIGXFSZ, &sa, 0); in main() 80 ret = raise(SIGXFSZ); in main()
|
D | 4-26.c | 54 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 60 if (raise(SIGXFSZ) == -1) { in main()
|
D | 13-26.c | 51 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 63 if (raise(SIGXFSZ) == -1) { in main()
|
D | 12-52.c | 50 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 62 if (raise(SIGXFSZ) == -1) { in main()
|
D | 4-52.c | 53 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 59 if (raise(SIGXFSZ) == -1) { in main()
|
D | 8-26.c | 47 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 62 if (raise(SIGXFSZ) == -1) { in main()
|
D | 12-26.c | 52 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main() 72 if (raise(SIGXFSZ) == -1) { in main()
|
D | 17-26.c | 48 sigaction(SIGXFSZ, &act, 0); in main() 82 kill(pid, SIGXFSZ); in main()
|
D | 4-104.c | 33 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main()
|
D | 4-78.c | 33 if (sigaction(SIGXFSZ, &act, 0) == -1) { in main()
|
/third_party/ltp/lib/ |
D | signame.h | 65 #ifdef SIGXFSZ in tst_strsig() 66 PAIR(SIGXFSZ) in tst_strsig()
|
/third_party/musl/src/string/ |
D | strsignal.c | 11 && (SIGXFSZ == 25) && (SIGVTALRM == 26) && (SIGPROF == 27) && (SIGWINCH == 28) \ 47 [SIGXFSZ] = 25,
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite02.c | 58 if (sig != SIGXFSZ) { in sighandler() 79 SAFE_SIGNAL(SIGXFSZ, sighandler); in setup()
|
/third_party/node/src/api/ |
D | utils.cc | 116 #ifdef SIGXFSZ in signo_string() 117 SIGNO_CASE(SIGXFSZ); in signo_string()
|
/third_party/rust/crates/nix/src/sys/ |
D | signal.rs | 84 SIGXFSZ, 160 "SIGXFSZ" => Signal::SIGXFSZ, in from_str() 243 Signal::SIGXFSZ => "SIGXFSZ", in as_str() 301 SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM, 309 SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM, 329 SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, SIGXFSZ, 345 SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM, 360 SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM,
|
/third_party/python/Modules/ |
D | signalmodule.c | 1543 #ifdef SIGXFSZ 1544 ADD_INT_MACRO(SIGXFSZ); 1897 #ifdef SIGXFSZ 1898 PyOS_setsig(SIGXFSZ, SIG_IGN); 1929 #ifdef SIGXFSZ 1930 PyOS_setsig(SIGXFSZ, SIG_DFL);
|