Home
last modified time | relevance | path

Searched refs:pfork (Results 1 – 6 of 6) sorted by relevance

/original-bsd/old/refer/inv/
H A Dinv1.c34 int chatty = 0, docs, hashes, fp[2], fr, fw, pfork, pwait, status; local
91 if ( (pfork=fork()) == 0)
100 _assert(pfork!= -1);
136 printf("pfork %o pwait %o status %d\n",pfork,pwait,status);
137 _assert(pwait==pfork);
/original-bsd/bin/csh/
H A Dextern.h229 int pfork __P((struct command *, int));
H A Dsem.c192 pid = pfork(t, wanttty);
H A Dexp.c457 if (pfork(&faket, -1) == 0) {
H A Dglob.c659 if (pfork(&faket, -1) == 0) {
H A Dproc.c1215 pfork(t, wanttty) in pfork() function