Lines Matching refs:pipe_read_fd
78 int pipe_read_fd;
136 close (this->pipe_read_fd);
137 this->pipe_read_fd = -1;
162 this->pipe_write_fd = this->pipe_read_fd = -1;
172 this->pipe_read_fd = fds[0];
200 close (this->pipe_read_fd);
201 this->pipe_read_fd = -1;
234 close(this->pipe_read_fd);
682 if ((nread = read(this->pipe_read_fd, buf, *lengthp)) < 0)
757 if (fcntl(this->pipe_read_fd, F_SETFL, non_blocking ? O_NONBLOCK : 0) < 0)
776 *fd = this->pipe_read_fd;