Searched refs:FD_CLR (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_fd_clr.h28 #ifndef FD_CLR
29 #define FD_CLR(n, p) __DARWIN_FD_CLR(n, p) macro
30 #endif /* FD_CLR */
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dfdset.h45 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) macro
H A Dsys_bsd.c991 FD_CLR(net, xbitsp);
1002 FD_CLR(net, ibitsp);
1113 FD_CLR(tin, ibitsp);
1138 FD_CLR(net, obitsp);
1142 FD_CLR(tout, obitsp);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dfdsel.cpp77 FD_CLR(fd, (fd_set *)mBits);
78 FD_CLR(fd, (fd_set *)mUseBits);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dfdsel.cpp77 FD_CLR(fd, (fd_set *)mBits);
78 FD_CLR(fd, (fd_set *)mUseBits);
/macosx-10.9.5/emacs-92/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.9.5/ntp-88/include/
H A Dntp_select.h24 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h75 * Fix the FD_SET and FD_CLR Macros to properly cast
77 #undef FD_CLR macro
78 #define FD_CLR(fd, set) do { \ macro
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dselect.c389 FD_CLR(fd, &cupsd_global_input);
390 FD_CLR(fd, &cupsd_current_input);
397 FD_CLR(fd, &cupsd_global_output);
398 FD_CLR(fd, &cupsd_current_output);
781 FD_CLR(fd, &cupsd_global_input);
782 FD_CLR(fd, &cupsd_global_output);
783 FD_CLR(fd, &cupsd_current_input);
784 FD_CLR(fd, &cupsd_current_output);
/macosx-10.9.5/apache-786.1/httpd/os/tpf/
H A Dos.h54 #define FD_CLR(n, p)((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixNotfy.c473 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
478 FD_CLR(fd, &(tsdPtr->checkMasks.writable));
483 FD_CLR(fd, &(tsdPtr->checkMasks.exceptional));
541 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
544 FD_CLR(fd, &(tsdPtr->checkMasks.writable));
547 FD_CLR(fd, &(tsdPtr->checkMasks.exceptional));
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixNotfy.c470 FD_CLR( fd, &(tsdPtr->checkMasks.readable) );
475 FD_CLR( fd, &(tsdPtr->checkMasks.writable) );
480 FD_CLR( fd, &(tsdPtr->checkMasks.exceptional) );
537 FD_CLR( fd, &(tsdPtr->checkMasks.readable) );
540 FD_CLR( fd, &(tsdPtr->checkMasks.writable) );
543 FD_CLR( fd, &(tsdPtr->checkMasks.exceptional) );
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dnet.h152 * Fix the FD_SET and FD_CLR Macros to properly cast
154 #undef FD_CLR macro
155 #define FD_CLR(fd, set) do { \ macro
/macosx-10.9.5/emacs-92/emacs/nt/inc/sys/
H A Dsocket.h44 #undef FD_CLR macro
64 #undef FD_CLR macro
/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dnet.h152 * Fix the FD_SET and FD_CLR Macros to properly cast
154 #undef FD_CLR macro
155 #define FD_CLR(fd, set) do { \ macro
/macosx-10.9.5/curl-78.94.1/curl/tests/server/
H A Dsockfilt.c647 FD_CLR(sock, readfds);
673 FD_CLR(sock, readfds);
678 FD_CLR(sock, writefds);
679 FD_CLR(sock, exceptfds);
683 FD_CLR(sock, readfds);
684 FD_CLR(sock, exceptfds);
692 FD_CLR(sock, readfds);
696 FD_CLR(sock, writefds);
709 FD_CLR(sock, exceptfds);
721 FD_CLR(soc
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/macosx/
H A DtclMacOSXNotify.c659 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
664 FD_CLR(fd, &(tsdPtr->checkMasks.writable));
669 FD_CLR(fd, &(tsdPtr->checkMasks.exceptional));
727 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
730 FD_CLR(fd, &(tsdPtr->checkMasks.writable));
733 FD_CLR(fd, &(tsdPtr->checkMasks.exceptional));
/macosx-10.9.5/apache-786.1/httpd/test/
H A Dzb.c155 FD_CLR(c->fd, &writebits);
311 FD_CLR(c->fd, &readbits);
312 FD_CLR(c->fd, &writebits);
363 FD_CLR(c->fd, &writebits);
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Ddbus_service.c713 FD_CLR(fd , &(cs->r_fds));
725 FD_CLR(fd , &(cs->w_fds));
736 FD_CLR(fd , &(cs->e_fds));
745 FD_CLR(fd , &(cs->r_fds));
750 FD_CLR(fd , &(cs->w_fds));
755 FD_CLR(fd , &(cs->e_fds));
783 FD_CLR(fd , &(cs->r_fds));
784 FD_CLR(fd , &(cs->w_fds));
785 FD_CLR(fd , &(cs->e_fds));
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A DtclMacOSXNotify.c964 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
969 FD_CLR(fd, &(tsdPtr->checkMasks.writable));
974 FD_CLR(fd, &(tsdPtr->checkMasks.exceptional));
1057 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
1060 FD_CLR(fd, &(tsdPtr->checkMasks.writable));
1063 FD_CLR(fd, &(tsdPtr->checkMasks.exceptional));
1148 FD_CLR(filePtr->fd, &(tsdPtr->readyMasks.readable));
1151 FD_CLR(filePtr->fd, &(tsdPtr->readyMasks.writable));
1154 FD_CLR(filePtr->fd, &(tsdPtr->readyMasks.exceptional));
/macosx-10.9.5/remote_cmds-41.90.1/rsh.tproj/
H A Drsh.c323 FD_CLR(rfd2, &readfrom);
332 FD_CLR(rem, &readfrom);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dsys_bsd.c825 FD_CLR(net, &xbits);
836 FD_CLR(net, &ibits);
947 FD_CLR(tin, &ibits);
972 FD_CLR(net, &obits);
976 FD_CLR(tout, &obits);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Dselect.c326 FD_CLR(fd, &(pollset->p->readset));
327 FD_CLR(fd, &(pollset->p->writeset));
328 FD_CLR(fd, &(pollset->p->exceptset));
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Dselect.c326 FD_CLR(fd, &(pollset->p->readset));
327 FD_CLR(fd, &(pollset->p->writeset));
328 FD_CLR(fd, &(pollset->p->exceptset));

Completed in 523 milliseconds

123