Searched refs:child_proc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libsbuf/tests/
H A Dsbuf_stdio_test.c67 pid_t child_proc; local
73 child_proc = atf_utils_fork();
74 if (child_proc == 0) {
83 atf_utils_wait(child_proc, 0, test_string, "");
93 pid_t child_proc; local
100 child_proc = atf_utils_fork();
101 if (child_proc == 0) {
111 atf_utils_wait(child_proc, 0, test_string, "");
153 pid_t child_proc; local
161 child_proc
[all...]
H A Dsbuf_core_test.c52 pid_t child_proc; local
64 child_proc = atf_utils_fork();
65 if (child_proc == 0) {
72 atf_utils_wait(child_proc, 0, test_string, "");
170 pid_t child_proc; local
176 child_proc = atf_utils_fork();
177 if (child_proc == 0) {
184 atf_utils_wait(child_proc, 0, test_string, "");

Completed in 161 milliseconds