taglinefilesource code
__FD_CLR37include/asm-alpha/posix_types.h#define  __FD_CLR(d, set)  ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
__FD_CLR54include/asm-alpha/posix_types.h#undef __FD_CLR
__FD_CLR55include/asm-alpha/posix_types.hstatic __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp)
__FD_CLR35include/asm-i386/posix_types.h#undef  __FD_CLR
__FD_CLR36include/asm-i386/posix_types.h#define __FD_CLR(fd,fdsetp) \
__FD_CLR116include/asm-mips/types.h#undef __FD_CLR
__FD_CLR117include/asm-mips/types.hstatic __inline__ void __FD_CLR(unsigned long fd, fd_set *fdsetp)
__FD_CLR86include/asm-ppc/types.h#undef __FD_CLR
__FD_CLR87include/asm-ppc/types.hstatic __inline__ void __FD_CLR(unsigned long fd, fd_set *fdsetp)
__FD_CLR86include/asm-sparc/types.h#undef __FD_CLR
__FD_CLR87include/asm-sparc/types.hstatic __inline__ void __FD_CLR(unsigned long fd, fd_set *fdsetp)