Searched refs:shpid (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.bin/tip/tip/
H A Dcmds.c584 pid_t shpid; local
590 if ((shpid = fork())) {
591 while (shpid != wait(&status));
/freebsd-10-stable/usr.sbin/ppp/
H A Dcommand.c624 pid_t shpid, pid; local
651 if ((shpid = fork()) == 0) {
709 if (shpid == (pid_t)-1)
713 waitpid(shpid, &status, 0);

Completed in 107 milliseconds