Home
last modified time | relevance | path

Searched refs:WTERMSIG (Results 1 - 25 of 166) sorted by relevance

1234567

/third_party/musl/libc-test/src/functionalext/fortify/
H A Dinvalid_param.c50 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 Dtest_integration.c45 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 Dsetrlimit06.c84 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 Dmalloc-overflow-check.c104 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 Dmalloc-double-free-check.c93 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 Dmalloc-safe-unlink.c147 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 Dmalloc-uaf-check.c131 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 Dmalloc-encode-pointer.c151 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 Dmalloc-modify-pointer.c138 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 Dwaitpid01.c49 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 Dumip_basic_test.c123 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 Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
52 #define WIFEXITED(s) (!WTERMSIG(s))
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
52 #define WIFEXITED(s) (!WTERMSIG(s))
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
52 #define WIFEXITED(s) (!WTERMSIG(s))
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h53 #define WTERMSIG(s) ((s) & 0x7f) macro
56 #define WIFEXITED(s) (!WTERMSIG(s))
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork12.c86 if (WTERMSIG(status) == SIGKILL) in main()
90 WEXITSTATUS(status), WTERMSIG(status)); in main()
/third_party/ltp/testcases/kernel/syscalls/pause/
H A Dpause03.c74 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) { in main()
81 tst_strsig(WTERMSIG(status))); in main()
/third_party/ltp/testcases/kernel/syscalls/switch/
H A Dendian_switch01.c53 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 Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
52 #define WIFEXITED(s) (!WTERMSIG(s))
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace05.c127 if (WTERMSIG(status) == SIGKILL) { in main()
163 WTERMSIG(status)); in main()
/third_party/musl/libc-test/src/functional/
H A Dvfork.c65 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 Depoll-ltp.c161 WTERMSIG(kid_status), strsignal(WTERMSIG(kid_status))); \
191 WTERMSIG(kid_status), strsignal(WTERMSIG(kid_status))); \
/third_party/gn/src/gn/
H A Dexec_process.cc169 if (WTERMSIG(status) == SIGINT || WTERMSIG(status) == SIGTERM ||
170 WTERMSIG(status) == SIGHUP)
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h94 #define WTERMSIG(s) ((s) & 0x7f) macro
96 #define WIFEXITED(s) (!WTERMSIG(s))
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h93 #define WTERMSIG(s) ((s) & 0x7f) macro
95 #define WIFEXITED(s) (!WTERMSIG(s))

Completed in 8 milliseconds

1234567