/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | unistd.c | 51 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_001() 90 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_002() 130 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_003() 171 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_004() 211 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_005() 250 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_006() 289 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_007() 330 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_008() 370 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_009() 408 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_010() [all...] |
H A D | string_ext.c | 89 waitpid(pid, &status, WUNTRACED); in test_strcat_0020() 140 waitpid(pid, &status, WUNTRACED); in test_strncat_0020() 188 waitpid(pid, &status, WUNTRACED); in test_stpcpy_0020() 239 waitpid(pid, &status, WUNTRACED); in test_stpncpy_0020() 289 waitpid(pid, &status, WUNTRACED); in test_strncpy_0020() 336 waitpid(pid, &status, WUNTRACED); in test_memchr_0020() 383 waitpid(pid, &status, WUNTRACED); in test_memrchr_0020() 429 waitpid(pid, &status, WUNTRACED); in test_strchr_0020() 477 waitpid(pid, &status, WUNTRACED); in test_strrchr_0020() 526 waitpid(pid, &status, WUNTRACED); in test_strlcat_0020() [all...] |
H A D | fcntl_ext.c | 72 waitpid(pid, &status, WUNTRACED); in open_0020() 106 waitpid(pid, &status, WUNTRACED); in open_0030() 168 waitpid(pid, &status, WUNTRACED); in openat_0020() 202 waitpid(pid, &status, WUNTRACED); in openat_0030() 265 waitpid(pid, &status, WUNTRACED); in open64_0020() 299 waitpid(pid, &status, WUNTRACED); in open64_0030() 361 waitpid(pid, &status, WUNTRACED); in openat64_0020() 395 waitpid(pid, &status, WUNTRACED); in openat64_0030()
|
H A D | stdio.c | 124 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_003() 163 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_004() 251 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_007() 317 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_010() 354 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_011() 410 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_012() 442 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_013()
|
H A D | socket_ext.c | 72 waitpid(pid, &status, WUNTRACED); in send_0010() 107 waitpid(pid, &status, WUNTRACED); in recv_0010() 169 waitpid(pid, &status, WUNTRACED); in sendto_0010() 204 waitpid(pid, &status, WUNTRACED); in recvfrom_0010()
|
H A D | select_test.c | 67 waitpid(pid, &status, WUNTRACED); in fd_set_0020() 103 waitpid(pid, &status, WUNTRACED); in fd_set_0030() 156 waitpid(pid, &status, WUNTRACED); in fd_clr_0020() 192 waitpid(pid, &status, WUNTRACED); in fd_clr_0030()
|
H A D | poll.c | 68 waitpid(pid, &status, WUNTRACED); in poll_0020() 158 waitpid(pid, &status, WUNTRACED); in ppoll_0020()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid13.c | 29 * WUNTRACED 53 if (TST_TRACE(waitpid_ret_test(0, &status, WNOHANG | WUNTRACED, 0, 0))) in do_child_1() 56 if (TST_TRACE(waitpid_ret_test(-group, &status, WNOHANG | WUNTRACED, in do_child_1() 62 if (TST_TRACE(reap_children(0, WUNTRACED, fork_kid_pid + (MAXKIDS / 2), in do_child_1() 66 if (TST_TRACE(reap_children(-group, WUNTRACED, fork_kid_pid, in do_child_1()
|
H A D | waitpid08.c | 29 * WUNTRACED 51 /* Check that waitpid with WNOHANG|WUNTRACED returns in do_child_1() 54 if (TST_TRACE(waitpid_ret_test(-1, &status, WNOHANG | WUNTRACED, 0, 0))) in do_child_1() 59 if (TST_TRACE(reap_children(-1, WUNTRACED, fork_kid_pid, MAXKIDS))) in do_child_1()
|
/third_party/ltp/testcases/kernel/mem/tunable/ |
H A D | min_free_kbytes.c | 75 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in min_free_kbytes_test() 120 SAFE_WAITPID(pid[i], &status, WUNTRACED | WCONTINUED); in test_tune()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fdsan.cpp | 110 waitpid(pid, &status, WUNTRACED); in fdsan_test_fatal_level() 169 waitpid(pid, &status, WUNTRACED); in fdsan_test_internal_fopen_succeed()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 4-36.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-37.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-38.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-39.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-40.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-33.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-34.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-35.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-50.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-51.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-52.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-27.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-28.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
H A D | 4-30.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|