Lines Matching defs:child
96 testregs(int child, const int pipefd[static 2],
105 RL(waitpid(child, &status, 0));
107 atf_tc_fail_nonfatal("child terminated on signal %d (%s)",
110 atf_tc_fail_nonfatal("child terminated mysteriously,"
115 "child exited with code %d", WEXITSTATUS(status));
135 pid_t child;
143 RL(child = fork());
144 if (child == 0) {
154 testregs(child, pipefd, regs);
173 pid_t child;
181 RL(child = spawnregschild(h_execregs, pipefd[1]));
183 testregs(child, pipefd, regs);