Searched refs:FD_CLR (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
118 #ifndef FD_CLR
119 #define FD_CLR(n, p) __DARWIN_FD_CLR(n, p) macro
120 #endif /* FD_CLR */
H A Dtime.h124 #ifndef FD_CLR
125 #define FD_CLR(n,p) __DARWIN_FD_CLR(n, p) macro
126 #endif /* FD_CLR */
H A Dtypes.h279 #ifndef FD_CLR
280 #define FD_CLR(n, p) __DARWIN_FD_CLR(n, p) macro
281 #endif /* FD_CLR */
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile13 FD_CLR.2 \

Completed in 29 milliseconds