Home
last modified time | relevance | path

Searched defs:FD_CLR (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/telnet/
H A Dfdset.h41 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) macro
/dragonfly/sys/sys/
H A D_fd_set.h64 #define FD_CLR(n, p) \ macro
/dragonfly/libexec/telnetd/
H A Ddefs.h118 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) macro
/dragonfly/lib/libc/isc/
H A Deventlib_p.h208 #define FD_CLR(fd, maskp) \ macro