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

/freebsd-12-stable/usr.bin/tip/tip/
H A Dcmds.c586 pid_t shpid; local
592 if ((shpid = fork())) {
593 while (shpid != wait(&status));
/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c626 pid_t shpid, pid; local
653 if ((shpid = fork()) == 0) {
711 if (shpid == (pid_t)-1)
715 waitpid(shpid, &status, 0);

Completed in 180 milliseconds