/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | invalid_param.c | 50 int sig = WTERMSIG(status); in clearerr_0100() 72 int sig = WTERMSIG(status); in feof_0100() 94 int sig = WTERMSIG(status); in ferror_0100() 116 int sig = WTERMSIG(status); in fgetc_0100() 139 int sig = WTERMSIG(status); in fgets_0100() 162 int sig = WTERMSIG(status); in fprintf_0100() 184 int sig = WTERMSIG(status); in fputc_0100() 206 int sig = WTERMSIG(status); in fputs_0100() 229 int sig = WTERMSIG(status); in fread_0600() 252 int sig = WTERMSIG(statu in fscanf_0100() [all...] |
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_integration.c | 45 if (WIFSIGNALED(status) && (WTERMSIG(status) == SIGINT || WTERMSIG(status) == SIGQUIT)) in test_integration() 50 if (WIFSIGNALED(status1) && (WTERMSIG(status1) == SIGINT || WTERMSIG(status1) == SIGQUIT)) in test_integration() 55 if (WIFSIGNALED(status2) && (WTERMSIG(status2) == SIGINT || WTERMSIG(status2) == SIGQUIT)) in test_integration() 71 if (WIFSIGNALED(status) && (WTERMSIG(status) == SIGINT || WTERMSIG(status) == SIGQUIT)) in test_min_policy()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit06.c | 84 if (WTERMSIG(status) == SIGKILL && *end == SIGXCPU) { in verify_setrlimit() 90 if (WTERMSIG(status) == SIGKILL && !*end) { in verify_setrlimit() 96 if (WTERMSIG(status) == SIGALRM && *end == SIGXCPU) { in verify_setrlimit() 102 if (WTERMSIG(status) == SIGALRM && !*end) { in verify_setrlimit()
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-overflow-check.c | 104 if (WTERMSIG(status) != SIGSEGV && WTERMSIG(status) != SIGILL) { in main() 105 t_error("%s child process out with %s\n", pname, strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-double-free-check.c | 93 if (WTERMSIG(status) != SIGSEGV && WTERMSIG(status) != SIGILL) { in main() 94 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-safe-unlink.c | 147 if (WTERMSIG(status) != SIGSEGV && WTERMSIG(status) != SIGILL) { in main() 148 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-uaf-check.c | 131 if (WTERMSIG(status) != SIGSEGV && WTERMSIG(status) != SIGILL) { in main() 132 t_error("%s child process out with %s\n", pname, strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-encode-pointer.c | 151 if (WTERMSIG(status) != SIGSEGV && WTERMSIG(status) != SIGILL) { in main() 152 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-modify-pointer.c | 138 if (WTERMSIG(status) != SIGSEGV && WTERMSIG(status) != SIGILL) { in main() 139 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid01.c | 49 if (WTERMSIG(status) != SIGALRM) { in run() 50 tst_res(TFAIL, "WTERMSIG() != SIGALRM but %s", in run() 51 tst_strsig(WTERMSIG(status))); in run() 55 tst_res(TPASS, "WTERMSIG() == SIGALRM"); in run()
|
/third_party/ltp/testcases/kernel/security/umip/ |
H A D | umip_basic_test.c | 123 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGSEGV) { in verify_umip_instruction() 139 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGSEGV) { in verify_umip_instruction() 151 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGSEGV) { in verify_umip_instruction()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | wait.h | 49 #define WTERMSIG(s) ((s) & 0x7f) macro 52 #define WIFEXITED(s) (!WTERMSIG(s))
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | wait.h | 49 #define WTERMSIG(s) ((s) & 0x7f) macro 52 #define WIFEXITED(s) (!WTERMSIG(s))
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | wait.h | 49 #define WTERMSIG(s) ((s) & 0x7f) macro 52 #define WIFEXITED(s) (!WTERMSIG(s))
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | wait.h | 53 #define WTERMSIG(s) ((s) & 0x7f) macro 56 #define WIFEXITED(s) (!WTERMSIG(s))
|
/third_party/ltp/testcases/kernel/syscalls/fork/ |
H A D | fork12.c | 86 if (WTERMSIG(status) == SIGKILL) in main() 90 WEXITSTATUS(status), WTERMSIG(status)); in main()
|
/third_party/ltp/testcases/kernel/syscalls/pause/ |
H A D | pause03.c | 74 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) { in main() 81 tst_strsig(WTERMSIG(status))); in main()
|
/third_party/ltp/testcases/kernel/syscalls/switch/ |
H A D | endian_switch01.c | 53 int sig = WTERMSIG(status); in check_le_switch_supported() 81 int sig = WTERMSIG(status); in test_le_switch()
|
/third_party/musl/include/sys/ |
H A D | wait.h | 49 #define WTERMSIG(s) ((s) & 0x7f) macro 52 #define WIFEXITED(s) (!WTERMSIG(s))
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace05.c | 127 if (WTERMSIG(status) == SIGKILL) { in main() 163 WTERMSIG(status)); in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | vfork.c | 65 TEST(WTERMSIG(r) == sig, "child is killed by %d, expected %d\n", WTERMSIG(r), sig); in test_shell_kill()
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 161 WTERMSIG(kid_status), strsignal(WTERMSIG(kid_status))); \ 191 WTERMSIG(kid_status), strsignal(WTERMSIG(kid_status))); \
|
/third_party/gn/src/gn/ |
H A D | exec_process.cc | 169 if (WTERMSIG(status) == SIGINT || WTERMSIG(status) == SIGTERM || 170 WTERMSIG(status) == SIGHUP)
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 94 #define WTERMSIG(s) ((s) & 0x7f) macro 96 #define WIFEXITED(s) (!WTERMSIG(s))
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 93 #define WTERMSIG(s) ((s) & 0x7f) macro 95 #define WIFEXITED(s) (!WTERMSIG(s))
|