Lines Matching refs:read_fd
1566 s->read_fd = -1;
1653 if (s->read_fd >= 0)
1654 close (s->read_fd);
1934 s->read_fd = dup (s->from_child);
2124 nread = read (s->read_fd, buf, len);
2148 close (s->read_fd);
2149 s->read_fd = -1;
2172 if (s->read_fd >= 0)
2174 close (s->read_fd);
2175 s->read_fd = -1;
2234 if (fcntl (s->read_fd, F_SETFL, non_blocking ? O_NONBLOCK : 0) < 0)
2249 *fd = s->read_fd;