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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_select.h27 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS))) macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Ds_apps.h143 #define FD_ISSET(n, p) (*(p) & (1 << ((n) % NFDBITS))) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dfd_set.h72 #define FD_ISSET(n, p) \ macro
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/cf/
H A Dcygwin32.h44 #undef FD_ISSET macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/rlfe/
H A Dos.h507 # define FD_ISSET(b, fd) ((fd)->fds_bits[0] & 1 << (b)) macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h1437 # define FD_ISSET(fd, set) (*(set) & (1 << (fd))) macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Deventlib_p.h209 #undef FD_ISSET macro
210 #define FD_ISSET(fd, maskp) \ macro
/netbsd-6-1-5-RELEASE/lib/libc/isc/
H A Deventlib_p.h209 #undef FD_ISSET macro
210 #define FD_ISSET(fd, maskp) \ macro

Completed in 118 milliseconds