Home | History | Annotate | Download | only in lpd

Lines Matching defs:child_pid

548 	int n, fi, fo, child_pid, p[2], stopped = 0, nofile;
717 while ((child_pid =
718 wait3(&status, WUNTRACED, 0)) > 0 && child_pid != ofilter)
753 while ((child_pid = wait(&status)) > 0 && child_pid != child)
775 printer, format, (int)child_pid, WTERMSIG(status));
1206 int i, child_pid;
1210 if ((child_pid = fork()) < 0) {
1217 if (child_pid == 0) {
1229 return (child_pid);