Home | History | Annotate | Download | only in pppd

Lines Matching refs:outfd

1565 safe_fork(int infd, int outfd, int errfd)
1601 /* make sure infd, outfd and errfd won't get tromped on below */
1604 if (outfd == 0 || outfd == 2)
1605 outfd = dup(outfd);
1614 if (outfd != 1)
1615 dup2(outfd, 1);
1629 if (outfd != 1)
1630 close(outfd);