taglinefilesource code
__FD_SET36include/asm-alpha/posix_types.h#define  __FD_SET(d, set)  ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
__FD_SET46include/asm-alpha/posix_types.h#undef __FD_SET
__FD_SET47include/asm-alpha/posix_types.hstatic __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp)
__FD_SET30include/asm-i386/posix_types.h#undef  __FD_SET
__FD_SET31include/asm-i386/posix_types.h#define __FD_SET(fd,fdsetp) \
__FD_SET108include/asm-mips/types.h#undef __FD_SET
__FD_SET109include/asm-mips/types.hstatic __inline__ void __FD_SET(unsigned long fd, fd_set *fdsetp)
__FD_SET78include/asm-ppc/types.h#undef __FD_SET
__FD_SET79include/asm-ppc/types.hstatic __inline__ void __FD_SET(unsigned long fd, fd_set *fdsetp)
__FD_SET78include/asm-sparc/types.h#undef __FD_SET
__FD_SET79include/asm-sparc/types.hstatic __inline__ void __FD_SET(unsigned long fd, fd_set *fdsetp)