Searched refs:wait_child (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/usr.sbin/daemon/
H A Ddaemon.c50 static int wait_child(pid_t pid, sigset_t *mask);
208 if (wait_child(pid, &mask) == 0 && restart) {
238 wait_child(pid_t pid, sigset_t *mask) function
/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmd.h129 void wait_child(void);
H A Dapmd.c456 wait_child(void) function
481 wait_child();
/freebsd-9.3-release/usr.bin/mail/
H A Dpopen.c144 i = wait_child(i);
274 if (wait_child(pid) < 0) {
336 wait_child(int pid) function
H A Dextern.h247 int wait_child(int);
H A Dcmd2.c368 wait_child(pid);
H A Dfio.c387 if (wait_child(pid) < 0 && WIFSIGNALED(wait_status) &&
H A Dsend.c414 (void)wait_child(pid);

Completed in 107 milliseconds