Searched defs:FD_CLR (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/_types/
H A D_fd_clr.h29 #define FD_CLR(n, p) __DARWIN_FD_CLR(n, p) macro
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dfdset.h45 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysselect.h45 #define FD_CLR(n, p) (*(p) &= ~(1 << (n))) macro
H A Dw32.h41 #define FD_CLR(n, p) \ macro
/macosx-10.10.1/ntp-92/include/
H A Dntp_select.h24 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_apps.h142 #define FD_CLR(n, p) (*(p) &= ~(1 << ((n) % NFDBITS))) macro
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h77 #undef FD_CLR macro
78 #define FD_CLR(fd, set) do { \ macro
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXselect.c34 # define FD_CLR(fd,fdset) (fdset)->fds_bits[0] &= ~(1<<(fd)) macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dnet.h154 #undef FD_CLR macro
155 #define FD_CLR(fd, set) do { \ macro
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dnet.h154 #undef FD_CLR macro
155 #define FD_CLR(fd, set) do { \ macro
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dsocket.h44 #undef FD_CLR macro
64 #undef FD_CLR macro
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Ddefs.h129 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) macro
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dwin32.h611 #undef FD_CLR macro
612 #define FD_CLR(f, s) rb_w32_fdclr(f, s) macro
/macosx-10.10.1/ruby-106/ruby/
H A Dthread.c3255 #undef FD_CLR macro
3260 #define FD_CLR(i, f) rb_fd_clr((i), (f)) macro
3323 #undef FD_CLR macro
3328 #define FD_CLR(i, f) rb_fd_clr((i), (f)) macro
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c2450 #undef FD_CLR macro

Completed in 325 milliseconds