Searched defs:GETDTABLESIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/include/
H A Dlibntp.h4 #define GETDTABLESIZE() ((int)sysconf(_SC_OPEN_MAX)) macro
6 #define GETDTABLESIZE getdtablesize macro
12 #define GETDTABLESIZE() (FOPEN_MAX + FD_CHUNK) macro

Completed in 44 milliseconds