Searched defs:FD_ISSET (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/_types/
H A D_fd_isset.h29 #define FD_ISSET(n, p) __DARWIN_FD_ISSET(n, p) macro
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dfdset.h46 #define FD_ISSET(n, p) ((p)->fds_bits[0] & (1<<(n))) macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dwarnless.h93 # undef FD_ISSET macro
94 # define FD_ISSET(a,b) curlx_FD_ISSET((a),(b)) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysselect.h46 #define FD_ISSET(n, p) (*(p) & (1 << (n))) macro
H A Dw32.h47 #define FD_ISSET(n, p) ((n) < FD_SETSIZE ? ((p)->bits[(n)/32] & (1 << (n)%32)) : 0) macro
/macosx-10.10.1/ntp-92/include/
H A Dntp_select.h25 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS))) macro
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_apps.h143 #define FD_ISSET(n, p) (*(p) & (1 << ((n) % NFDBITS))) macro
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXselect.c36 # define FD_ISSET(fd,fdset) (((fdset)->fds_bits[0]) & (1<<(fd))) macro
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dsocket.h45 #undef FD_ISSET macro
65 #undef FD_ISSET macro
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Ddefs.h130 #define FD_ISSET(n, p) ((p)->fds_bits[0] & (1<<(n))) macro
/macosx-10.10.1/screen-22/screen/
H A Dos.h510 # define FD_ISSET(b, fd) ((fd)->fds_bits[0] & 1 << (b)) macro
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dwin32.h614 #undef FD_ISSET macro
615 #define FD_ISSET(f, s) rb_w32_fdisset(f, s) macro
/macosx-10.10.1/ruby-106/ruby/
H A Dthread.c3256 #undef FD_ISSET macro
3261 #define FD_ISSET(i, f) rb_fd_isset((i), (f)) macro
3324 #undef FD_ISSET macro
3329 #define FD_ISSET(i, f) rb_fd_isset((i), (f)) macro
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c2468 #undef FD_ISSET macro

Completed in 638 milliseconds