Home
last modified time | relevance | path

Searched refs:COPY (Results 1 – 25 of 52) sorted by relevance

123

/dragonfly/sys/net/
H A Dif_mib.c107 #define COPY(fld) ifmd.ifmd_##fld = ifp->if_##fld in sysctl_ifdata() macro
108 COPY(pcount); in sysctl_ifdata()
109 COPY(flags); in sysctl_ifdata()
110 COPY(data); in sysctl_ifdata()
111 #undef COPY in sysctl_ifdata()
154 #define COPY(fld) ifp->if_##fld = ifmd.ifmd_##fld in sysctl_ifdata() macro
155 COPY(data); in sysctl_ifdata()
156 #undef COPY in sysctl_ifdata()
/dragonfly/lib/libc/stdlib/
H A Dheapsort.c58 #define COPY(a, b, count, size, tmp1, tmp2) { \ macro
114 COPY(par, child, count, size, tmp1, tmp2); \
122 COPY(child, k, count, size, tmp1, tmp2); \
125 COPY(child, par, count, size, tmp1, tmp2); \
170 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2); in heapsort()
171 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2); in heapsort()
H A Dmerge.c176 goto COPY; in mergesort()
183 COPY: b = t; in mergesort()
/dragonfly/lib/libc/stdio/
H A Dfvwrite.c64 #define COPY(n) (void)memcpy((void *)fp->pub._p, (void *)p, (size_t)(n)) in __sfvwrite() macro
124 COPY(w); /* copy MIN(fp->pub._w,len), */ in __sfvwrite()
131 COPY(w); in __sfvwrite()
144 COPY(w); in __sfvwrite()
171 COPY(w); in __sfvwrite()
182 COPY(w); in __sfvwrite()
/dragonfly/usr.bin/tcopy/
H A Dtcopy.c68 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; in main() enumerator
114 op = COPY; in main()
117 op == COPY ? O_WRONLY : O_RDWR, DEFFILEMODE)) < 0) in main()
168 if (op == COPY || op == COPYVERIFY) { in main()
206 if (op == COPY || op == COPYVERIFY) { in main()
/dragonfly/lib/libc/gen/
H A Dgetpwent.c1507 COPY(pw_name); in compat_use_template()
1508 COPY(pw_passwd); in compat_use_template()
1509 COPY(pw_class); in compat_use_template()
1510 COPY(pw_gecos); in compat_use_template()
1511 COPY(pw_dir); in compat_use_template()
1512 COPY(pw_shell); in compat_use_template()
1513 #undef COPY in compat_use_template()
1529 COPY(pw_name, 0); in compat_use_template()
1535 COPY(pw_class, 0); in compat_use_template()
1539 #undef COPY in compat_use_template()
[all …]
/dragonfly/contrib/bmake/mk/
H A Dlib.mk519 ${INSTALL} ${COPY} ${LIB_INSTALL_OWN} -m 644 lib${LIB}.a \
525 ${INSTALL} ${COPY} ${LIB_INSTALL_OWN} -m 644 \
531 ${INSTALL} ${COPY} ${LIB_INSTALL_OWN} -m 644 \
536 ${INSTALL} ${COPY} ${LIB_INSTALL_OWN} -m 644 \
542 ${INSTALL} ${COPY} ${LIB_INSTALL_OWN} -m ${LIBMODE} \
550 ${INSTALL} ${COPY} ${LIB_INSTALL_OWN} -m ${LIBMODE} \
592 ${INSTALL} ${COPY} -m 644 ${_lib} ${DESTDIR}${LIBDIR}
596 ${INSTALL} ${COPY} -m ${LIBMODE} ${_lib} ${DESTDIR}${LIBDIR}
H A Dnls.mk35 ${INSTALL} ${COPY} -o ${NLSOWN} -g ${NLSGRP} -m ${NLSMODE} $$msg $$dir/${NLSNAME}.cat; \
H A Ddoc.mk53 ${INSTALL} ${COPY} ${DOC_INSTALL_OWN} -m ${DOCMODE} \
H A Dman.mk80 MINSTALL= ${INSTALL} ${COPY} ${MAN_INSTALL_OWN} -m ${MANMODE}
H A Down.mk196 COPY?= -c
/dragonfly/contrib/binutils-2.34/gold/
H A Dyyscript.h80 COPY = 290, enumerator
187 #define COPY 290 macro
/dragonfly/gnu/usr.bin/binutils227/block2/libgold/
H A Dyyscript.h81 COPY = 290, enumerator
187 #define COPY 290 macro
/dragonfly/bin/pax/
H A Doptions.c528 act = COPY; in pax_options()
555 case COPY: in pax_options()
1094 act = COPY; in cpio_options()
1238 case COPY: in cpio_options()
H A Dpax.h60 #define COPY 4 /* copy files to destination dir */ macro
H A Dpax.c274 case COPY: in main()
/dragonfly/contrib/cryptsetup/
H A DREADME.DRAGONFLY7 IN THIS DIRECTORY HIERARCHY! THIS HIERARCHY REPRESENTS AN EXACT COPY,
/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_inflate.h28 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_inflate.h28 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_inflate.h28 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
/dragonfly/contrib/zlib-1.2/
H A Dinflate.h36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
H A Dgzread.c165 state->how = COPY;
242 case COPY: /* -> COPY */
348 else if (state->how == COPY) { /* read directly */
H A Dgzguts.h166 #define COPY 1 /* copy input directly */ macro
/dragonfly/contrib/cvs-1.12/contrib/
H A Dintro.doc41 TO CREATE A PERSONAL COPY OF A REPOSITORY
55 TO UPDATE YOUR COPY
/dragonfly/contrib/gcc-4.7/libobjc/
H A Daccessors.m77 #define COPY(X) [((_libobjcNSObject *)(X)) copyWithZone: NULL] macro
171 retained_value = COPY (new_value);

123