Lines Matching refs:fd1
838 int fd0, fd1, fd2;
1029 fd1 = fd0;
1042 if (AllocatePty(fd0, fd1)) {
1088 close(fd1);
1124 fd1 = socket(AF_INET, SOCK_STREAM, 0);
1126 fd1 = doconnect(calleraddr, rst->rst_port1, fd1);
1127 shutdown(fd1, 0); /* 0=>further receives disallowed */
1137 fd2 = fd1;
1152 DoHelper(&fd0, &fd1, &fd2);
1157 dup2(fd1, 1);