FD_ISSET          245 include/ruby/intern.h #define rb_fd_isset(n, f) FD_ISSET(n, f)
FD_ISSET         2209 thread.c           return FD_ISSET(n, fds->fdset) != 0; /* "!= 0" avoids FreeBSD PR 91421 */