| /src/lib/libc/stdio/ |
| fvwrite.c | 87 #define COPY(n) (void)memcpy(fp->_p, p, (size_t)(n)) 152 COPY(w); /* copy MIN(fp->_w,len), */ 158 COPY(w); 179 COPY(w); 206 COPY(w); 217 COPY(w);
|
| /src/common/lib/libc/stdlib/ |
| heapsort.c | 94 /* Copy one block of size size to another. */ 95 #define COPY(a, b, count, size, tmp1, tmp2) { \ 153 COPY(par, child, count, size, tmp1, tmp2); \ 161 COPY(child, k, count, size, tmp1, tmp2); \ 164 COPY(child, par, count, size, tmp1, tmp2); \ 226 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2); 227 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
|
| /src/sys/dev/isapnp/ |
| isapnpres.c | 225 #define COPY(a, b) strncpy((a), (b), sizeof(a)), (a)[sizeof(a) - 1] = '\0' 238 COPY((*dev)->ipa_devlogic, str); 249 COPY((*dev)->ipa_devcompat, str); 276 COPY((*card)->ipa_devident, buf); 278 COPY((*dev)->ipa_devclass, buf);
|
| /src/usr.bin/tcopy/ |
| tcopy.c | 80 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; 127 op = COPY; 130 op == COPY ? O_WRONLY : O_RDWR, DEFFILEMODE)) < 0) { 179 if (op == COPY || op == COPYVERIFY) { 197 fprintf(stderr, "copy aborted\n"); 221 if (op == COPY || op == COPYVERIFY) {
|
| /src/common/dist/zlib/ |
| gzguts.h | 166 #define COPY 1 /* copy input directly */ 186 int how; /* 0: get header, 1: copy, 2: decompress */
|
| inflate.h | 35 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 */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/sys/compat/common/ |
| kern_info_43.c | 268 #define COPY(fld) \ 274 COPY(machine); 275 COPY(cpu_model); 283 COPY(ostype); 284 COPY(osrelease); 287 COPY(version); /* XXX */ 298 COPY(hostname);
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzguts.h | 173 #define COPY 1 /* copy input directly */ 193 int how; /* 0: get header, 1: copy, 2: decompress */
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inflate.h | 37 COPY, /* i/o: waiting for input or output to copy stored block */ 45 MATCH, /* o: waiting for output space to copy string */ 68 STORED -> COPY -> TYPE 86 unsigned long check; /* protected copy of check value */ 87 unsigned long total; /* protected copy of output count */ 99 unsigned length; /* literal or length of data to copy */ 100 unsigned offset; /* distance back to copy string from */
|
| /src/external/gpl2/gettext/dist/os2/ |
| Makefile | 67 COPY = cp -p 220 $(COPY) $< $@ 223 $(COPY) $< $@ 234 $(COPY) $< $@ 236 $(COPY) $< $@ 238 $(COPY) $< $@ 240 $(COPY) $< $@ 242 $(COPY) $< $@
|
| /src/external/gpl3/binutils/dist/zlib/ |
| gzguts.h | 165 #define COPY 1 /* copy input directly */ 185 int how; /* 0: get header, 1: copy, 2: decompress */
|
| inflate.h | 35 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 */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzguts.h | 166 #define COPY 1 /* copy input directly */ 186 int how; /* 0: get header, 1: copy, 2: decompress */
|
| inflate.h | 35 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 */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| gzguts.h | 166 #define COPY 1 /* copy input directly */ 186 int how; /* 0: get header, 1: copy, 2: decompress */
|
| inflate.h | 35 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 */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/external/gpl3/gdb/dist/zlib/ |
| gzguts.h | 165 #define COPY 1 /* copy input directly */ 185 int how; /* 0: get header, 1: copy, 2: decompress */
|
| inflate.h | 35 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 */ 45 MATCH, /* o: waiting for output space to copy string */ 69 STORED -> COPY_ -> COPY -> TYPE 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ 105 unsigned length; /* literal or length of data to copy */ 106 unsigned offset; /* distance back to copy string from */
|
| /src/bin/pax/ |
| pax.h | 65 #define COPY 4 /* copy files to destination dir */
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| zlib.c | 22 * - Unroll direct copy to three copies per loop in inffast.c 39 * - Make MATCH copy in inflate() much faster for when netpgpv_inflate_fast() not used 48 * - Unroll last copy for window match in netpgpv_inflate_fast() 124 COPY, /* i/o: waiting for input or output to copy stored block */ 132 MATCH, /* o: waiting for output space to copy string */ 189 STORED -> COPY -> TYPE 207 unsigned long check; /* protected copy of check value */ 208 unsigned long total; /* protected copy of output count */ 220 unsigned length; /* literal or length of data to copy */ 484 unsigned copy, dist; local 1442 unsigned copy; \/* number of stored or match bytes to copy *\/ local [all...] |
| /src/sys/kern/ |
| subr_pool.c | 3448 #define COPY(field) data.field = pp->field 3449 COPY(pr_size); 3451 COPY(pr_itemsperpage); 3452 COPY(pr_nitems); 3453 COPY(pr_nout); 3454 COPY(pr_hardlimit); 3455 COPY(pr_npages); 3456 COPY(pr_minpages); 3457 COPY(pr_maxpages); 3459 COPY(pr_nget) [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldgram.h | 62 #define COPY 315
|
| ldgram.c | 198 #define COPY 315 2102 "LD_FEATURE","NOLOAD","DSECT","COPY","INFO","OVERLAY","READONLY","TYPE", 2453 "type : COPY",
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldgram.h | 18 You should have received a copy of the GNU General Public License 115 COPY = 316, /* COPY */ 260 #define COPY 316
|
| /src/usr.bin/vmstat/ |
| vmstat.c | 773 #define COPY(field) uvmexp.field = uvmexp_kernel.field 774 COPY(pdreact); 775 COPY(pageins); 776 COPY(pgswapout); 777 COPY(pdfreed); 778 COPY(pdscans); 779 #undef COPY 914 #define COPY(field) uvmexp.field = uvmexp_kernel.field 915 COPY(pagesize); 916 COPY(ncolors) [all...] |