taglinefilesource code
__FD_SET102include/asm-alpha/types.h#undef __FD_SET
__FD_SET103include/asm-alpha/types.hstatic __inline__ void __FD_SET(unsigned long fd, fd_set *fdsetp)
__FD_SET78include/asm-i386/types.h#undef  __FD_SET
__FD_SET79include/asm-i386/types.h#define __FD_SET(fd,fdsetp) \
__FD_SET84include/asm-mips/types.h#undef  __FD_SET
__FD_SET85include/asm-mips/types.h#define __FD_SET(d, set)        ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))