Home
last modified time | relevance | path

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

/freebsd/usr.bin/tip/tip/
H A Dcmds.c576 pid_t shpid; in shell() local
582 if ((shpid = fork())) { in shell()
583 while (shpid != wait(&status)); in shell()
/freebsd/usr.sbin/ppp/
H A Dcommand.c624 pid_t shpid, pid; in ShellCommand() local
651 if ((shpid = fork()) == 0) { in ShellCommand()
709 if (shpid == (pid_t)-1) in ShellCommand()
713 waitpid(shpid, &status, 0); in ShellCommand()