Searched defs:FD_SET (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_fd_set.h29 #define FD_SET(n, p) __DARWIN_FD_SET(n, p) macro
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dfdset.h44 #define FD_SET(n, p) ((p)->fds_bits[0] |= (1<<(n))) macro
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dwarnless.h78 # undef FD_SET macro
79 # define FD_SET(a,b) curlx_FD_SET((a),(b)) macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsysselect.h44 #define FD_SET(n, p) (*(p) |= (1 << (n))) macro
H A Dw32.h35 #define FD_SET(n, p) \ macro
/macosx-10.9.5/ntp-88/include/
H A Dntp_select.h23 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS))) macro
/macosx-10.9.5/apache-786.1/httpd/os/tpf/
H A Dos.h60 #undef FD_SET macro
61 #define FD_SET(n, p) (0) macro
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h93 #undef FD_SET macro
94 #define FD_SET(fd, set) do { \ macro
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXselect.c33 # define FD_SET(fd,fdset) (fdset)->fds_bits[0] |= (1<<(fd)) macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dnet.h170 #undef FD_SET macro
171 #define FD_SET(fd, set) do { \ macro
/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dnet.h170 #undef FD_SET macro
171 #define FD_SET(fd, set) do { \ macro
/macosx-10.9.5/emacs-92/emacs/nt/inc/sys/
H A Dsocket.h43 #undef FD_SET macro
63 #undef FD_SET macro
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Ddefs.h128 #define FD_SET(n, p) ((p)->fds_bits[0] |= (1<<(n))) macro
/macosx-10.9.5/screen-22/screen/
H A Dos.h509 # define FD_SET(b, fd) ((fd)->fds_bits[0] |= 1 << (b)) macro
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/kerberos_includes/
H A Dold_krb.h34 #define FD_SET(n, p) ((p)->fds_bits[0] |= (1 << (n))) macro
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h593 #undef FD_SET macro
594 #define FD_SET(fd, set) do {\ macro
/macosx-10.9.5/ruby-104/ruby/
H A Dthread.c3254 #undef FD_SET macro
3259 #define FD_SET(i, f) rb_fd_set((i), (f)) macro
3322 #undef FD_SET macro
3327 #define FD_SET(i, f) rb_fd_set((i), (f)) macro

Completed in 213 milliseconds