Searched refs:testfds (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dnc.c51 fd_set readfds, testfds; local
112 testfds = readfds;
114 if (select(FD_SETSIZE, &testfds, NULL, NULL, NULL) < 0)
118 if (FD_ISSET(fd, &testfds)) {
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dmonitor.c45 fd_set testfds; variable
207 FD_ZERO( &testfds );
211 FD_SET(i, &testfds);
216 FD_SET_FIX((fd_set *))&testfds,
226 if( FD_ISSET(i, &testfds) ){

Completed in 36 milliseconds