Lines Matching refs:FD_SETSIZE
37 #ifndef FD_SETSIZE
38 #error "this test requires FD_SETSIZE"
42 #define NUM_OPEN (FD_SETSIZE + 10)
150 fprintf(stderr, "test518 FD_SETSIZE: %d\n", FD_SETSIZE);
208 * when more than FD_SETSIZE file descriptors are open.
210 * open more than FD_SETSIZE file descriptors then test
376 * greater than FD_SETSIZE. In any case, macro VERIFY_SOCK
384 num_open.rlim_cur = FD_SETSIZE - SAFETY_MARGIN;
386 msnprintf(strbuff, sizeof(strbuff), "select limit is FD_SETSIZE %d",
387 FD_SETSIZE);
395 num_open.rlim_cur = FD_SETSIZE - SAFETY_MARGIN;
401 msnprintf(strbuff, sizeof(strbuff), "select limit is FD_SETSIZE %d",
402 FD_SETSIZE);
411 #endif /* using a FD_SETSIZE bound select() */