taglinefilesource code
__FD_ISSET118include/asm-alpha/types.h#undef __FD_ISSET
__FD_ISSET119include/asm-alpha/types.hstatic __inline__ int __FD_ISSET(unsigned long fd, fd_set *p)
__FD_ISSET88include/asm-i386/types.h#undef  __FD_ISSET
__FD_ISSET89include/asm-i386/types.h#define __FD_ISSET(fd,fdsetp) (__extension__ ({ \
__FD_ISSET88include/asm-mips/types.h#undef  __FD_ISSET
__FD_ISSET89include/asm-mips/types.h#define __FD_ISSET(d, set)      ((set)->fds_bits[__FDELT(d)] & __FDMASK(d))