taglinefilesource code
__FD_ISSET38include/asm-alpha/posix_types.h#define  __FD_ISSET(d, set)  ((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
__FD_ISSET62include/asm-alpha/posix_types.h#undef __FD_ISSET
__FD_ISSET63include/asm-alpha/posix_types.hstatic __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p)
__FD_ISSET40include/asm-i386/posix_types.h#undef  __FD_ISSET
__FD_ISSET41include/asm-i386/posix_types.h#define __FD_ISSET(fd,fdsetp) (__extension__ ({ \
__FD_ISSET124include/asm-mips/types.h#undef __FD_ISSET
__FD_ISSET125include/asm-mips/types.hstatic __inline__ int __FD_ISSET(unsigned long fd, fd_set *p)
__FD_ISSET94include/asm-ppc/types.h#undef __FD_ISSET
__FD_ISSET95include/asm-ppc/types.hstatic __inline__ int __FD_ISSET(unsigned long fd, fd_set *p)
__FD_ISSET94include/asm-sparc/types.h#undef __FD_ISSET
__FD_ISSET95include/asm-sparc/types.hstatic __inline__ int __FD_ISSET(unsigned long fd, fd_set *p)