Lines Matching defs:child_proc
64 pid_t child_proc;
70 child_proc = atf_utils_fork();
71 if (child_proc == 0) {
80 atf_utils_wait(child_proc, 0, test_string, "");
90 pid_t child_proc;
97 child_proc = atf_utils_fork();
98 if (child_proc == 0) {
108 atf_utils_wait(child_proc, 0, test_string, "");
150 pid_t child_proc;
158 child_proc = atf_utils_fork();
159 if (child_proc == 0) {
164 atf_utils_wait(child_proc, 0, test_string, "");