Lines Matching full:piperead
78 int piperead, pipefd[2], err_pipe[2];276 piperead = pipefd[0];618 FD_SET(piperead, &rset);619 bump_maxfd(piperead, &maxfd);662 if (FD_ISSET(piperead, &rset))663 async_event(piperead, now);