/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 28-21.c | 63 if (signal(SIGSYS, handler_1) == SIG_ERR) { in main() 83 ret = sigaction(SIGSYS, &sa, &save); in main() 91 ret = raise(SIGSYS); in main() 104 ret = sigaction(SIGSYS, &save, 0); in main() 112 ret = raise(SIGSYS); in main()
|
D | 3-21.c | 40 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 46 if (sigaction(SIGSYS, 0, &oact) == -1) { in main() 52 if (raise(SIGSYS) == -1) { in main()
|
D | 22-21.c | 54 raise(SIGSYS); in handler() 71 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 77 if (raise(SIGSYS) == -1) { in main()
|
D | 25-21.c | 53 raise(SIGSYS); in handler() 70 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 76 if (raise(SIGSYS) == -1) { in main()
|
D | 8-22.c | 32 raise(SIGSYS); in SIGTRAP_handler() 46 sigaddset(&act.sa_mask, SIGSYS); in main() 56 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
|
D | 19-21.c | 50 if (info->si_signo != SIGSYS) { in handler() 85 ret = sigaction(SIGSYS, &sa, 0); in main() 98 ret = raise(SIGSYS); in main()
|
D | 1-21.c | 40 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 46 if (raise(SIGSYS) == -1) { in main()
|
D | 6-21.c | 38 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 44 if (raise(SIGSYS) == -1) { in main()
|
D | 2-21.c | 40 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 48 if (sigaction(SIGSYS, &act, &oact) == -1) { in main()
|
D | 18-21.c | 67 ret = sigaction(SIGSYS, &sa, 0); in main() 80 ret = raise(SIGSYS); in main()
|
D | 4-21.c | 54 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 60 if (raise(SIGSYS) == -1) { in main()
|
D | 13-21.c | 51 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 63 if (raise(SIGSYS) == -1) { in main()
|
D | 12-47.c | 50 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 62 if (raise(SIGSYS) == -1) { in main()
|
D | 4-47.c | 53 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 59 if (raise(SIGSYS) == -1) { in main()
|
D | 8-21.c | 47 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 62 if (raise(SIGSYS) == -1) { in main()
|
D | 12-21.c | 52 if (sigaction(SIGSYS, &act, 0) == -1) { in main() 72 if (raise(SIGSYS) == -1) { in main()
|
D | 17-21.c | 48 sigaction(SIGSYS, &act, 0); in main() 82 kill(pid, SIGSYS); in main()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl04.c | 75 {check_filter_mode, 1, 1, SIGSYS, 78 {check_filter_mode, 0, 2, SIGSYS, 81 {check_filter_mode, 2, 3, SIGSYS, 84 {check_filter_mode, 0, 4, SIGSYS, 100 if (WIFSIGNALED(childstatus) && WTERMSIG(childstatus) == SIGSYS) in check_filter_mode_inherit()
|
/third_party/musl/arch/or1k/bits/ |
D | signal.h | 82 #define SIGSYS 31 macro 83 #define SIGUNUSED SIGSYS
|
/third_party/musl/src/string/ |
D | strsignal.c | 12 && (SIGPOLL == 29) && (SIGPWR == 30) && (SIGSYS == 31) 53 [SIGSYS] = 31
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | signal.h | 83 #define SIGSYS 31 macro 84 #define SIGUNUSED SIGSYS
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | signal.h | 82 #define SIGSYS 31 macro 83 #define SIGUNUSED SIGSYS
|
/third_party/musl/arch/arm/bits/ |
D | signal.h | 83 #define SIGSYS 31 macro 84 #define SIGUNUSED SIGSYS
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | signal.h | 83 #define SIGSYS 31 macro 84 #define SIGUNUSED SIGSYS
|
/third_party/ltp/lib/ |
D | signame.h | 96 #if defined(SIGSYS) in tst_strsig() 101 STRPAIR(SIGSYS, "SIGSYS/SIGUNUSED") in tst_strsig()
|