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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dselect.c52 static int maxfd = 0; variable
71 (void) sprintf(lm_header, "%8s %5s", "maxfd", "flags");
118 (void) printf("ERROR: -r and -w values must be <= maxfd\n");
145 maxfd = fds[i+1] + 1;
147 if (maxfd > FD_SETSIZE) {
191 if (select(maxfd, my_iset, my_oset, NULL, &tv) != target) {

Completed in 22 milliseconds