Searched refs:COPY (Results 26 - 50 of 173) sorted by relevance

1234567

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_mib.c131 #define COPY(fld) ifmd.ifmd_##fld = ifp->if_##fld macro
132 COPY(pcount);
133 COPY(flags);
135 #undef COPY macro
158 #define COPY(fld) ifp->if_##fld = ifmd.ifmd_##fld macro
159 COPY(data);
162 #undef COPY macro
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dfvwrite.c70 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n)) macro
130 COPY(w); /* copy MIN(fp->_w,len), */
137 COPY(w);
150 COPY(w);
177 COPY(w);
188 COPY(w);
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dheapsort.c60 #define COPY(a, b, count, size, tmp1, tmp2) { \ macro
116 COPY(par, child, count, size, tmp1, tmp2); \
124 COPY(child, k, count, size, tmp1, tmp2); \
127 COPY(child, par, count, size, tmp1, tmp2); \
174 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
175 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
H A Dheapsort_b.c60 #define COPY(a, b, count, size, tmp1, tmp2) { \ macro
116 COPY(par, child, count, size, tmp1, tmp2); \
124 COPY(child, k, count, size, tmp1, tmp2); \
127 COPY(child, par, count, size, tmp1, tmp2); \
174 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
175 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
H A Dheapsort_r.c60 #define COPY(a, b, count, size, tmp1, tmp2) { \ macro
116 COPY(par, child, count, size, tmp1, tmp2); \
124 COPY(child, k, count, size, tmp1, tmp2); \
127 COPY(child, par, count, size, tmp1, tmp2); \
175 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
176 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/am/
H A DMakefile7 COPY= second.javas macro
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/changelog/
H A DMakefile4 COPY= 2.1.html 2.2.html 2.3.10.html 2.3.11.html 2.3.12.html \ macro
/macosx-10.10/ksh-23/ksh/src/lib/libdll/
H A DMakefile15 dlldefs.h :COPY: FEATURE/dll
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dputty-kex.sh7 COPY=${OBJ}/copy
/macosx-10.10/apache-793/httpd/support/
H A DNWGNUmakefile38 $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/bin/)
/macosx-10.10/apr-32/apr/apr/test/
H A DNWGNUmakefile47 $(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE))
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmakefile.dj25 $(COPY) $^ $@
/macosx-10.10/SecurityTokend-55108/lib/
H A Dtdtransit.cpp161 IPC(tokend_client_findFirst(TOKEND_ARGS, COPY(theQuery), COPYFLAT(inAttributes),
360 COPY(creds), COPY(owner), keyUsage, keyAttr, &hKey, COPY_OUT(key)));
377 COPY(creds), COPY(owner),
398 IPC(tokend_client_wrapKey(TOKEND_ARGS, CONTEXT(ctx), hWrappingKey, COPY(cWrappingKey), COPY(creds),
399 hSubjectKey, COPY(cSubjectKey), DATA(descriptiveData), COPY_OUT(wrappedKey)))
418 IPC(tokend_client_unwrapKey(TOKEND_ARGS, CONTEXT(ctx), hWrappingKey, COPY(cWrappingKey),
419 COPY(cred
[all...]
/macosx-10.10/SecurityTokend-55108/security_tokend_client/
H A Dtdtransit.cpp161 IPC(tokend_client_findFirst(TOKEND_ARGS, COPY(theQuery), COPYFLAT(inAttributes),
360 COPY(creds), COPY(owner), keyUsage, keyAttr, &hKey, COPY_OUT(key)));
377 COPY(creds), COPY(owner),
398 IPC(tokend_client_wrapKey(TOKEND_ARGS, CONTEXT(ctx), hWrappingKey, COPY(cWrappingKey), COPY(creds),
399 hSubjectKey, COPY(cSubjectKey), DATA(descriptiveData), COPY_OUT(wrappedKey)))
418 IPC(tokend_client_unwrapKey(TOKEND_ARGS, CONTEXT(ctx), hWrappingKey, COPY(cWrappingKey),
419 COPY(cred
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/transapp/
H A DMakefile3 COPY= transapp.cs writetest.cs macro
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinflate.h39 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon12253
70 STORED -> COPY -> TYPE
/macosx-10.10/sudo-73/src/zlib/
H A Dinflate.h35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon12645
69 STORED -> COPY_ -> COPY -> TYPE
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinflate.h62 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon15215
93 STORED -> COPY -> TYPE
/macosx-10.10/zlib-55/zlib/
H A Dinflate.h35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon15693
69 STORED -> COPY_ -> COPY -> TYPE
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dinstall.com50 $ COPY 'EXHEADER' WRK_SSLINCLUDE:/LOG
61 $ COPY 'XEXE_DIR''E'.EXE WRK_SSLXEXE:'E'.EXE/log
77 $ COPY 'XEXE_DIR''E'.OLB WRK_SSLXLIB:'E'.OLB/log
83 $ COPY 'XEXE_DIR''E'.EXE WRK_SSLXLIB:'E'.EXE/log
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dinstall.com51 $ COPY 'EXE_DIR''E'.EXE WRK_SSLEXE:'E'.EXE/log
59 $ COPY CA.COM WRK_SSLEXE:CA.COM/LOG
61 $ COPY OPENSSL-VMS.CNF WRK_SSLROOT:[000000]OPENSSL.CNF/LOG
/macosx-10.10/apache-793/httpd/modules/ssl/
H A DNWGNUmakefile311 $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/)
312 $(call COPY,$(SSL_BIN)/openssl.nlm, $(INSTALLBASE)/bin/)
313 $(call COPY,$(SSL_APP)/openssl.cnf, $(INSTALLBASE)/bin/)
/macosx-10.10/apache-793/httpd/modules/cache/
H A DNWGNUmakefile237 $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/)
/macosx-10.10/apache-793/httpd/modules/cluster/
H A DNWGNUmakefile233 $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/)
/macosx-10.10/apache-793/httpd/modules/debugging/
H A DNWGNUmakefile233 $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/)

Completed in 407 milliseconds

1234567