taglinefilesource code
__FD_CLR110include/asm-alpha/types.h#undef __FD_CLR
__FD_CLR111include/asm-alpha/types.hstatic __inline__ void __FD_CLR(unsigned long fd, fd_set *fdsetp)
__FD_CLR83include/asm-i386/types.h#undef  __FD_CLR
__FD_CLR84include/asm-i386/types.h#define __FD_CLR(fd,fdsetp) \
__FD_CLR86include/asm-mips/types.h#undef  __FD_CLR
__FD_CLR87include/asm-mips/types.h#define __FD_CLR(d, set)        ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))