Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/lpr/common_source/
H A Daux.h35 #ifndef FD_COPY
36 #define FD_COPY(f, t) memcpy((char *)t, (char *)f, sizeof(*(f))) macro
/original-bsd/sys/sys/
H A Dtypes.h118 #define FD_COPY(f, t) bcopy(f, t, sizeof(*(f))) macro
/original-bsd/usr.sbin/lpr/lpd/
H A Dlpd.c206 FD_COPY(&defreadfds, &readfds);