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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dselect.h101 * [XSI] FD_CLR, FD_ISSET, FD_SET, FD_ZERO may be declared as a function, or
121 #ifndef FD_ISSET
122 #define FD_ISSET(n, p) __DARWIN_FD_ISSET(n, p) macro
123 #endif /* FD_ISSET */
H A Dtime.h127 #ifndef FD_ISSET
128 #define FD_ISSET(n, p) __DARWIN_FD_ISSET(n, p) macro
129 #endif /* FD_ISSET */
H A Dtypes.h282 #ifndef FD_ISSET
283 #define FD_ISSET(n, p) __DARWIN_FD_ISSET(n, p) macro
284 #endif /* FD_ISSET */
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile15 FD_ISSET.2 \

Completed in 31 milliseconds