Home
last modified time | relevance | path

Searched defs:FD_ISSET (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/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-src/sys/sys/
H A Dfd_set.h74 #define FD_ISSET(n, p) \ macro
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_defs.h1438 # define FD_ISSET(fd, set) (*(set) & (1 << (fd))) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h509 # define FD_ISSET(b, fd) ((fd)->fds_bits[0] & 1 << (b)) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinsock2.d394 int FD_ISSET(SOCKET fd, const(fd_set)* set) pure @nogc in FD_ISSET() function
/netbsd-src/external/bsd/libbind/dist/isc/
H A Deventlib_p.h210 #define FD_ISSET(fd, maskp) \ macro
/netbsd-src/lib/libc/isc/
H A Deventlib_p.h210 #define FD_ISSET(fd, maskp) \ macro