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

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c736 pid_t childPID = 0; local
743 childPID = fork();
745 switch (childPID)
779 /* parent process, child pid is in childPID */
781 while (wait(&stat) != childPID);

Completed in 57 milliseconds