Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 - 25 of 162) sorted by relevance

1234567

/third_party/musl/libc-test/src/functionalext/fortify/
H A Dinvalid_param.c49 if (WIFSIGNALED(status)) { in clearerr_0100()
71 if (WIFSIGNALED(status)) { in feof_0100()
93 if (WIFSIGNALED(status)) { in ferror_0100()
115 if (WIFSIGNALED(status)) { in fgetc_0100()
138 if (WIFSIGNALED(status)) { in fgets_0100()
161 if (WIFSIGNALED(status)) { in fprintf_0100()
183 if (WIFSIGNALED(status)) { in fputc_0100()
205 if (WIFSIGNALED(status)) { in fputs_0100()
228 if (WIFSIGNALED(status)) { in fread_0600()
251 if (WIFSIGNALED(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/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/ltp/testcases/kernel/syscalls/pause/
H A Dpause03.c74 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) { in main()
79 if (WIFSIGNALED(status)) { in main()
/third_party/ltp/testcases/kernel/syscalls/switch/
H A Dendian_switch01.c52 if (WIFSIGNALED(status)) { in check_le_switch_supported()
80 if (WIFSIGNALED(status)) { in test_le_switch()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace05.c125 if (WIFSIGNALED(status)) { in main()
159 } else if (WIFSIGNALED(status)) { in main()
/third_party/ltp/testcases/kernel/mem/tunable/
H A Dmin_free_kbytes.c128 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL) in test_tune()
149 } else if (!WIFSIGNALED(status) || in test_tune()
/third_party/ltp/testcases/kernel/syscalls/request_key/
H A Drequest_key03.c188 } else if (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) { in do_test()
202 } else if (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) { in do_test()
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl04.c112 if (WIFSIGNALED(childstatus) && WTERMSIG(childstatus) == SIGSYS) in check_filter_mode_inherit()
208 if (WIFSIGNALED(status) && WTERMSIG(status) == tc->exp_signal) { in verify_prctl()
/third_party/musl/libc-test/src/functionalext/supplement/exit/exit_gtest/
H A Dexit_abort_test.cpp27 if (WIFSIGNALED(status)) { in HWTEST_F()
H A Dexit_assert_fail_test.cpp28 if (WIFSIGNALED(status)) { in HWTEST_F()
/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone07.c46 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGSEGV) { in verify_clone()
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid01.c41 if (!WIFSIGNALED(status)) { in run()
42 tst_res(TFAIL, "WIFSIGNALED() not set in status (%s)", in run()
47 tst_res(TPASS, "WIFSIGNALED() set in status"); in run()
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c258 if (WIFSIGNALED (status) || WIFEXITED (status) in main()
267 else if (WIFSIGNALED (status)) in main()
/third_party/ltp/lib/
H A Dtst_status.c41 if (WIFSIGNALED(status)) in tst_strstatus()
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns17.c50 TST_EXP_EQ_LI(WIFSIGNALED(status), 1); in child_func()
/third_party/ltp/lib/newlib_tests/
H A Dtest_guarded_buf.c74 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGSEGV) { in do_test()
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit05.c52 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGSEGV) { in verify_setrlimit()
/third_party/ltp/testcases/kernel/syscalls/signal/
H A Dsignal01.c69 if (WIFSIGNALED(res)) in do_test()
/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dreaddir_r.c71 if (WIFSIGNALED(status)) { in readdir_r_0200()
/third_party/musl/libc-test/src/functionalext/supplement/env/
H A Dputenv.c73 if (WIFSIGNALED(status)) { in putenv_0200()
/third_party/musl/libc-test/src/api/
H A Dsys_wait.c12 C(WIFSIGNALED(0)) in f()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dputw.c73 if (WIFSIGNALED(status)) { in putw_0200()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dsocat.c85 if (WIFSIGNALED (status)) in zzuf_socat_start()
/third_party/ltp/testcases/kernel/crypto/
H A Daf_alg04.c52 else if (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) in test_with_symm_enc_algs()

Completed in 7 milliseconds

1234567