Home
last modified time | relevance | path

Searched refs:WIFEXITED (Results 1 - 25 of 341) sorted by relevance

12345678910>>...14

/third_party/musl/libc-test/src/functionalext/fortify/
H A Dunistd.c52 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 Dstring_ext.c90 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 Dfcntl_ext.c73 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 Dstdio.c125 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 Dsocket_ext.c73 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 Dselect_test.c68 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 Dstdio_test.c57 #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 Dtest_integration.c58 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 Dpthread_exit-dtor.c61 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 Dgetprocpid.c62 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 Dptrace05.c113 if (WIFEXITED(status) in main()
136 } else if (WIFEXITED(status)) { in main()
156 } else if (WIFEXITED(status)) { in main()
H A Dptrace01.c105 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 Dmin_free_kbytes.c77 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 D2-2.c221 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 Dfdsan.cpp83 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 Dtst_status.c38 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 Dkeyctl07.c87 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 Dendian_switch01.c56 } 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 D8-1.c216 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 Dprocess_vm_readv02.c106 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 D11-5.c104 if (!(WIFEXITED(exit_val) && (WEXITSTATUS(exit_val) == PTS_PASS))) { in main()
107 if (WIFEXITED(exit_val)) in main()
H A D11-6.c106 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 Dvfork.c35 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 Dstress.c285 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 Dgenload.c285 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()

Completed in 10 milliseconds

12345678910>>...14