Lines Matching refs:pipefd
853 int pipefd[2] = {hdr ? -1 : TT.fd, -1}, i, pid;
859 (char *[]){archiver, "-dc", 0}, pipefd);
865 TT.fd = pipefd[1];
874 dup2(pipefd[0], 0);
875 if (pipefd[0]) close(pipefd[0]);
879 pipefd[0] = pipefd[1];
880 pipefd[1] = 1;
881 pid = xpopen_both(0, pipefd);
882 close(pipefd[1]);
927 int pipefd[2] = {-1, TT.fd};
929 xpopen_both((char *[]){archiver, "-f", 0}, pipefd);
931 TT.fd = pipefd[0];