Lines Matching refs:pid
283 pid = fork();
285 pid = vfork();
287 if (pid < 0) {
297 if (pid == 0) {
387 if (pid < 0) {
450 pid = fork();
452 if (pid < 0) {
456 if (pid == 0) {
479 * Wait for the process (pid an external) to complete.
486 rpid = waitpid(pid, &status, 0);
497 viprintf(gettext("%d: terminated with signal %d"), pid,
515 if (pid == rpid && status != 0)