Home
last modified time | relevance | path

Searched refs:WIFEXITED (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/third_party/musl/libc-test/src/functionalext/fortify/
Dunistd.c51 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_001()
90 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_002()
130 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_003()
171 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_004()
211 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_005()
250 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_006()
289 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_007()
330 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_008()
370 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_009()
408 TEST(WIFEXITED(status) == 0); in unistd_dynamic_chk_010()
[all …]
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(status) == 0); in test_strlcat_0020()
[all …]
Dfcntl_ext.c72 TEST(WIFEXITED(status) == 0); in open_0020()
106 TEST(WIFEXITED(status) == 0); in open_0030()
168 TEST(WIFEXITED(status) == 0); in openat_0020()
202 TEST(WIFEXITED(status) == 0); in openat_0030()
265 TEST(WIFEXITED(status) == 0); in open64_0020()
299 TEST(WIFEXITED(status) == 0); in open64_0030()
361 TEST(WIFEXITED(status) == 0); in openat64_0020()
395 TEST(WIFEXITED(status) == 0); in openat64_0030()
Dstdio.c124 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_003()
163 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_004()
251 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_007()
317 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_010()
354 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_011()
410 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_012()
442 TEST(WIFEXITED(status) == 0); in stdio_dynamic_chk_013()
Dsocket_ext.c72 TEST(WIFEXITED(status) == 0); in send_0010()
107 TEST(WIFEXITED(status) == 0); in recv_0010()
169 TEST(WIFEXITED(status) == 0); in sendto_0010()
204 TEST(WIFEXITED(status) == 0); in recvfrom_0010()
/third_party/libsnd/tests/
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/
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/
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/ltp/testcases/kernel/syscalls/ptrace/
Dptrace05.c113 if (WIFEXITED(status) in main()
136 } else if (WIFEXITED(status)) { in main()
156 } else if (WIFEXITED(status)) { in main()
Dptrace01.c105 if (((WIFEXITED(status)) && (WEXITSTATUS(status))) in run()
115 WIFEXITED(status) && WEXITSTATUS(status) == tc->exp_wifexited) || in run()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/linux/
Dlinux_process.c99 ps->exit_success = WIFEXITED(status); in SDL_GetProcessExitStatus()
160 ps->exit_success = WIFEXITED(status); in SDL_QuitProcess()
194 ps->exit_success = WIFEXITED(status); in SDL_KillProcess()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
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/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c78 if (WIFEXITED(status) && WEXITSTATUS(status) != 0) in min_free_kbytes_test()
124 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) in test_tune()
145 if (WIFEXITED(status)) { in test_tune()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
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/keyctl/
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/
Dendian_switch01.c50 } else if (WIFEXITED(status)) { in check_le_switch_supported()
78 } else if (WIFEXITED(status)) { in test_le_switch()
/third_party/musl/libc-test/src/functional/
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/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D11-5.c104 if (!(WIFEXITED(exit_val) && (WEXITSTATUS(exit_val) == PTS_PASS))) { in main()
107 if (WIFEXITED(exit_val)) in main()
D11-6.c106 if (!(WIFEXITED(exit_val) && (WEXITSTATUS(exit_val) == PTS_PASS))) { in main()
109 if (WIFEXITED(exit_val)) in main()
D11-4.c128 if (!(WIFEXITED(exit_val) && (WEXITSTATUS(exit_val) == PTS_PASS))) { in main()
131 if (WIFEXITED(exit_val)) in main()
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns17.c117 WIFEXITED(status), WEXITSTATUS(status), in child_fn()
153 if (WIFEXITED(status) && WEXITSTATUS(status) != 0) in main()
/third_party/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid03.c95 if (!(WIFEXITED(status)) || (WEXITSTATUS(status) != 0)) in main()
124 if (!(WIFEXITED(status)) || (WEXITSTATUS(status) != 0)) in main()
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dshm_comm.c135 if (WIFEXITED(status) && WEXITSTATUS(status) == 1) in test()
137 if (WIFEXITED(status) && WEXITSTATUS(status) == 2) in test()
/third_party/ltp/tools/genload/
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()
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()

12345678910>>...15