Home | History | Annotate | Download | only in tests

Lines Matching refs:rfds

164 fd_set rfds;
1071 FD_ZERO(&rfds);
1072 FD_SET(IpBuf_Pipe[0], &rfds);
1073 FD_SET(OpBuf_Pipe[0], &rfds);
1077 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1091 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1177 if( FD_ISSET(OpBuf_Pipe[0], &rfds)) {