Searched refs:FD_COPY (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_fd_copy.h28 #ifndef FD_COPY
29 #define FD_COPY(f, t) __DARWIN_FD_COPY(f, t) macro
30 #endif /* FD_COPY */
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dshims.h39 #define FD_COPY(f, t) (void)(*(t) = *(f)) macro
H A Dsource.c2019 FD_COPY(&_dispatch_rfds, &tmp_rfds);
2020 FD_COPY(&_dispatch_wfds, &tmp_wfds);
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A DtclMacOSXNotify.c1302 FD_COPY(&(tsdPtr->readyMasks.readable), &readyMasks.readable);
1303 FD_COPY(&(tsdPtr->readyMasks.writable), &readyMasks.writable);
1304 FD_COPY(&(tsdPtr->readyMasks.exceptional), &readyMasks.exceptional);
1817 FD_COPY(&(tsdPtr->checkMasks.readable), &checkMasks.readable);
1818 FD_COPY(&(tsdPtr->checkMasks.writable), &checkMasks.writable);
1819 FD_COPY(&(tsdPtr->checkMasks.exceptional), &checkMasks.exceptional);
1855 FD_COPY(&readyMasks.readable, &(tsdPtr->readyMasks.readable));
1856 FD_COPY(&readyMasks.writable, &(tsdPtr->readyMasks.writable));
1857 FD_COPY(&readyMasks.exceptional, &(tsdPtr->readyMasks.exceptional));
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomnlsn.c128 * FD_COPY, but a surprising number of systems don't have that. We fall back to
439 #if defined(FD_COPY)
440 FD_COPY(&listener_readfds, &readfds_copy);
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile13 FD_COPY.2 \
/macosx-10.9.5/libdispatch-339.92.1/
H A Dconfigure.ac213 AC_CHECK_DECLS([FD_COPY], [], [], [[#include <sys/select.h>]])
/macosx-10.9.5/rsync-42/rsync/
H A Dsocket.c511 #ifdef FD_COPY
512 FD_COPY(&deffds, &fds);
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc_tcp.c343 FD_COPY(&svc_fdset, &readfds);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextcache_main.c1092 FD_COPY(&readfds, &tmpfds);

Completed in 109 milliseconds