taglinefilesource code
__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))
__FD_ISSET92include/linux/types.h#undef  __FD_ISSET
__FD_ISSET93include/linux/types.h#define __FD_ISSET(fd,fdsetp) (__extension__ ({ \