tag | line | file | source code |
---|---|---|---|
__FD_ISSET | 88 | include/asm-mips/types.h | #undef __FD_ISSET |
__FD_ISSET | 89 | include/asm-mips/types.h | #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) |
__FD_ISSET | 92 | include/linux/types.h | #undef __FD_ISSET |
__FD_ISSET | 93 | include/linux/types.h | #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \ |