Home | History | Annotate | Download | only in openssh

Lines Matching refs:wait_pid

558 	pid_t wait_pid;		/* pid returned by wait(). */
755 while ((wait_pid = waitpid(-1, &wait_status, 0)) < 0)
758 if (wait_pid != pid)
760 (long)wait_pid, (long)pid);