Searched refs:wait_pid (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dshell_cmd.c49 int wait_pid; local
64 while ((wait_pid = wait((int *) 0)) != -1 && wait_pid != child_pid)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/f77/
H A Df77.c536 int wait_pid; local
582 if((wait_pid = fork()) == 0) {
596 return( await(wait_pid) );
651 await(int wait_pid) argument
656 while ( (w = wait(&status)) != wait_pid)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dserverloop.c544 pid_t wait_pid; /* pid returned by wait(). */ local
741 while ((wait_pid = waitpid(-1, &wait_status, 0)) < 0)
744 if (wait_pid != pid)
746 (long)wait_pid, (long)pid);

Completed in 186 milliseconds