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