Searched refs:FD_SETSIZE (Results 1 – 5 of 5) sorted by relevance
28 #ifndef FD_SETSIZE29 #define FD_SETSIZE __DARWIN_FD_SETSIZE macro
42 #ifdef FD_SETSIZE43 #define __DARWIN_FD_SETSIZE FD_SETSIZE
85 if (nfds > FD_SETSIZE) { in select()172 if (nfds > FD_SETSIZE) { in pselect()
435 n = select(FD_SETSIZE, &readfds, NULL, NULL, &tv); in wait_for_receive()
1934 (nfds > nofile && (proc_suser(p) || nfds > FD_SETSIZE))) { in poll_nocancel()