Home
last modified time | relevance | path

Searched refs:FD_COPY (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/sys/_types/
H A D_fd_copy.h28 #ifndef FD_COPY
29 #define FD_COPY(f, t) __DARWIN_FD_COPY(f, t) macro
/xnu-10002.1.13/bsd/man/man2/
H A DMakefile13 FD_COPY.2 \
/xnu-10002.1.13/tests/
H A Dselect_stress.c187 FD_COPY(&sarg->def_readfds, &readfds); in do_select()