Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:dup

1685     else if ((job_rfd = dup (job_fds[0])) < 0)
1688 pfatal_with_name (_("dup jobserver"));
1713 if (pipe (job_fds) < 0 || (job_rfd = dup (job_fds[0])) < 0)
2081 /* Close the dup'd jobserver pipe if we opened one. */