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

/osnet-11/usr/src/lib/libresolv/
H A Dres_send.c66 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
/osnet-11/usr/src/lib/libldap4/include/
H A Dportable.h144 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dportable.h184 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h203 #undef FD_CLR macro
204 #define FD_CLR(fd, maskp) \ macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h529 # undef FD_CLR macro
534 # define FD_CLR(n,p) PERL_FD_CLR(n,p) macro

Completed in 28 milliseconds