Lines Matching refs:pipeA_fd
171 int pipeA_fd[2]; /*Pipe file descriptors used for communication */ variable
221 maybe_run_child(&childA_rout_uclinux, "nd", 1, &pipeA_fd[1]); in main()
224 &pipeA_fd[0], &pipeA_fd[1], &pipeB_fd[0], &pipeB_fd[1]); in main()
270 pipeA_fd[0], pipeA_fd[1], pipeB_fd[0], in main()
373 readA_stat = read(pipeA_fd[0], pipe_buf, 1); in parent_rout()
489 if (self_exec(argv0, "nd", 1, pipeA_fd[1]) < 0) { in child1_rout()
539 while ((read(pipeA_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in child1_rout()
618 write(pipeA_fd[1], CHAR_SET_PASSED, 1); in childA_rout()
638 (void)write(pipeA_fd[1], CHAR_SET_FAILED, 1); in childA_rout_uclinux()
738 if ((pipe(pipeA_fd) == -1) in setup()
739 || (fcntl(pipeA_fd[0], F_SETFL, O_NDELAY) == -1)) { in setup()
777 if (write(pipeA_fd[1], SIG_CAUGHT, 1) == -1) in usr1_rout()