/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | unistd.c | 52 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_001() 91 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_002() 131 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_003() 172 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_004() 212 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_005() 251 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_006() 290 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_007() 331 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_008() 371 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_009() 409 TEST(WIFEXITED(statu in unistd_dynamic_chk_010() [all...] |
H A D | string_ext.c | 90 TEST(WIFEXITED(status) == 0); in test_strcat_0020() 141 TEST(WIFEXITED(status) == 0); in test_strncat_0020() 189 TEST(WIFEXITED(status) == 0); in test_stpcpy_0020() 240 TEST(WIFEXITED(status) == 0); in test_stpncpy_0020() 290 TEST(WIFEXITED(status) == 0); in test_strncpy_0020() 337 TEST(WIFEXITED(status) == 0); in test_memchr_0020() 384 TEST(WIFEXITED(status) == 0); in test_memrchr_0020() 430 TEST(WIFEXITED(status) == 0); in test_strchr_0020() 478 TEST(WIFEXITED(status) == 0); in test_strrchr_0020() 527 TEST(WIFEXITED(statu in test_strlcat_0020() [all...] |
H A D | fcntl_ext.c | 73 TEST(WIFEXITED(status) == 0); in open_0020() 107 TEST(WIFEXITED(status) == 0); in open_0030() 169 TEST(WIFEXITED(status) == 0); in openat_0020() 203 TEST(WIFEXITED(status) == 0); in openat_0030() 266 TEST(WIFEXITED(status) == 0); in open64_0020() 300 TEST(WIFEXITED(status) == 0); in open64_0030() 362 TEST(WIFEXITED(status) == 0); in openat64_0020() 396 TEST(WIFEXITED(status) == 0); in openat64_0030()
|
H A D | stdio.c | 125 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_003() 164 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_004() 252 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_007() 318 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_010() 355 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_011() 411 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_012() 443 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_013()
|
H A D | socket_ext.c | 73 TEST(WIFEXITED(status) == 0); in send_0010() 108 TEST(WIFEXITED(status) == 0); in recv_0010() 170 TEST(WIFEXITED(status) == 0); in sendto_0010() 205 TEST(WIFEXITED(status) == 0); in recvfrom_0010()
|
H A D | select_test.c | 68 TEST(WIFEXITED(status) == 0); in fd_set_0020() 104 TEST(WIFEXITED(status) == 0); in fd_set_0030() 157 TEST(WIFEXITED(status) == 0); in fd_clr_0020() 193 TEST(WIFEXITED(status) == 0); in fd_clr_0030()
|
/third_party/libsnd/tests/ |
H A D | stdio_test.c | 57 #ifndef WIFEXITED 58 #define WIFEXITED(s) (((s) & 0xff) == 0) macro 95 { retval = WIFEXITED (retval) ? WEXITSTATUS (retval) : 1 ; in stdio_test() 108 { retval = WIFEXITED (retval) ? WEXITSTATUS (retval) : 1 ; in stdio_test() 115 { retval = WIFEXITED (retval) ? WEXITSTATUS (retval) : 1 ; in stdio_test()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_integration.c | 58 CuAssertIntEquals(tc, 1, WIFEXITED(status)); in test_integration() 60 CuAssertIntEquals(tc, 1, WIFEXITED(status1)); in test_integration() 62 CuAssertIntEquals(tc, 1, WIFEXITED(status2)); in test_integration() 74 CuAssertIntEquals(tc, 1, WIFEXITED(status)); in test_min_policy()
|
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_exit-dtor.c | 61 if (!WIFEXITED(r) || WEXITSTATUS(r) != 1) { in main() 64 WIFEXITED(r), !WIFEXITED(r)&&WIFSIGNALED(r)?WTERMSIG(r):0, WIFEXITED(r)?WEXITSTATUS(r):0); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | getprocpid.c | 62 EXPECT_EQ("getprocpid_0200", WIFEXITED(status), true); in getprocpid_0200() 95 EXPECT_EQ("getprocpid_0300", WIFEXITED(status), true); in getprocpid_0300() 157 EXPECT_EQ("getproctid_0200", WIFEXITED(status), true); in getproctid_0200() 190 EXPECT_EQ("getproctid_0300", WIFEXITED(status), true); in getproctid_0300()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace05.c | 113 if (WIFEXITED(status) in main() 136 } else if (WIFEXITED(status)) { in main() 156 } else if (WIFEXITED(status)) { in main()
|
H A D | ptrace01.c | 105 if (((WIFEXITED(status)) && (WEXITSTATUS(status))) in run() 115 WIFEXITED(status) && WEXITSTATUS(status) == tc->exp_wifexited) || in run()
|
/third_party/ltp/testcases/kernel/mem/tunable/ |
H A D | min_free_kbytes.c | 77 if (WIFEXITED(status) && WEXITSTATUS(status) != 0) in min_free_kbytes_test() 123 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) in test_tune() 144 if (WIFEXITED(status)) { in test_tune()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 2-2.c | 221 if (!WIFEXITED(status) || (WEXITSTATUS(status) != 0)) { in main() 231 if (!WIFEXITED(status) || (WEXITSTATUS(status) != 0)) { in main() 241 if (!WIFEXITED(status) || (WEXITSTATUS(status) != 0)) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fdsan.cpp | 83 EXPECT_TRUE("fdsan_test_vfork", WIFEXITED(status)); in fdsan_test_vfork() 111 EXPECT_EQ("fdsan_test_fatal_level", WIFEXITED(status), 0); in fdsan_test_fatal_level() 170 EXPECT_EQ("fdsan_test_fork_subprocess_disabled WIFEXITED", WIFEXITED(status), 1); in fdsan_test_internal_fopen_succeed()
|
/third_party/ltp/lib/ |
H A D | tst_status.c | 38 if (WIFEXITED(status)) in tst_strstatus() 63 if (!WIFEXITED(status) || WEXITSTATUS(status)) { in tst_validate_children_()
|
/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
H A D | keyctl07.c | 87 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) { in do_test() 97 if (WIFEXITED(status) && WEXITSTATUS(status) == TCONF) in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/switch/ |
H A D | endian_switch01.c | 56 } else if (WIFEXITED(status)) { in check_le_switch_supported() 84 } else if (WIFEXITED(status)) { in test_le_switch()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/ |
H A D | 8-1.c | 216 if (ret_pid == c_2 && WIFEXITED(status) in main() 221 if (ret_pid == c_3 && WIFEXITED(status) in main() 226 if (ret_pid == c_1 && WIFEXITED(status) in main()
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
H A D | process_vm_readv02.c | 106 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) in run() 113 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 11-5.c | 104 if (!(WIFEXITED(exit_val) && (WEXITSTATUS(exit_val) == PTS_PASS))) { in main() 107 if (WIFEXITED(exit_val)) in main()
|
H A D | 11-6.c | 106 if (!(WIFEXITED(exit_val) && (WEXITSTATUS(exit_val) == PTS_PASS))) { in main() 109 if (WIFEXITED(exit_val)) in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | vfork.c | 35 TEST(WIFEXITED(r), "child terminated abnormally\n"); in test_exit() 57 TEST(WIFEXITED(r), "child terminated abnormally\n"); in test_shell_exit()
|
/third_party/ltp/tools/genload/ |
H A D | stress.c | 285 if ((WIFEXITED(status)) != 0) { in main() 512 if ((WIFEXITED(status)) != 0) { in hogcpu() 588 if ((WIFEXITED(status)) != 0) { in hogio() 710 if ((WIFEXITED(status)) != 0) { in hogvm() 865 if ((WIFEXITED(status)) != 0) { in hoghdd()
|
H A D | genload.c | 285 if ((WIFEXITED(status)) != 0) { in main() 512 if ((WIFEXITED(status)) != 0) { in hogcpu() 588 if ((WIFEXITED(status)) != 0) { in hogio() 710 if ((WIFEXITED(status)) != 0) { in hogvm() 865 if ((WIFEXITED(status)) != 0) { in hoghdd()
|