Searched refs:childstat (Results 1 – 3 of 3) sorted by relevance
315 int childstat = 0; in flock_wait() local317 while (waitpid(pid, &childstat, 0) == -1) { in flock_wait()324 if (WIFEXITED(childstat)) { in flock_wait()325 return (WEXITSTATUS(childstat)); in flock_wait()326 } else if (WIFSIGNALED(childstat)) { in flock_wait()
440 int childstat = 0, status = 0; in spoof_run_proc() local450 while (waitpid(child_pid, &childstat, 0) == -1) { in spoof_run_proc()458 status = WEXITSTATUS(childstat); in spoof_run_proc()
225 int childstat = 0, status = 0; in ndp_run_in_child() local235 while (waitpid(child_pid, &childstat, 0) == -1) { in ndp_run_in_child()242 status = WEXITSTATUS(childstat); in ndp_run_in_child()