HomeSort by: relevance | last modified time | path
    Searched refs:COPY (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/etc/etc.macppc/
Makefile.inc 40 ${INSTALL} ${COPY} -m 0644 \
43 ${INSTALL} ${COPY} -m 0644 ${DESTDIR}/usr/mdec/ofwboot ${CDROM.dir}
44 ${INSTALL} ${COPY} -m 0644 ${DESTDIR}/usr/mdec/ofwboot.xcf ${CDROM.dir}
  /src/distrib/sun2/miniroot/
list 6 COPY ${KERNEL} netbsd
10 COPY ${DESTDIR}/usr/bin/false bin/false 555
11 COPY ${DESTDIR}/usr/bin/true bin/true 555
14 COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
15 COPY ${DESTDIR}/usr/mdec/bootyy usr/mdec/bootyy
17 COPY ${DESTDIR}/usr/mdec/netboot usr/mdec/netboot
18 COPY ${DESTDIR}/usr/mdec/tapeboot usr/mdec/tapeboot
19 COPY ${DESTDIR}/usr/mdec/ufsboot usr/mdec/ufsboot
23 COPY ${DESTDIR}/etc/group etc/group
24 COPY ${DESTDIR}/etc/master.passwd etc/master.passw
    [all...]
  /src/distrib/sun3/miniroot/
list 5 COPY ${KERNEL3} netbsd.sun3
6 COPY ${KERNEL3X} netbsd.sun3x
9 COPY ${DESTDIR}/usr/bin/false bin/false 555
10 COPY ${DESTDIR}/usr/bin/true bin/true 555
13 COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
14 # COPY ${DESTDIR}/usr/mdec/bootyy usr/mdec/bootyy
16 COPY ${DESTDIR}/usr/mdec/netboot usr/mdec/netboot
17 COPY ${DESTDIR}/usr/mdec/tapeboot usr/mdec/tapeboot
18 COPY ${DESTDIR}/usr/mdec/ufsboot usr/mdec/ufsboot
22 COPY ${DESTDIR}/etc/group etc/grou
    [all...]
  /src/distrib/vax/cdroms/installcd/
Makefile 19 ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/boot cdrom/boot
21 ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE}
24 ${INSTALL} ${COPY} ${.CURDIR}/etc.ttys cdrom/etc/ttys
25 ${INSTALL} ${COPY} ${.CURDIR}/etc.rc cdrom/etc/rc
26 ${INSTALL} ${COPY} -m 0555 ${.CURDIR}/install.sh cdrom/install.sh
28 ${INSTALL} ${COPY} ${SYSINSTDIR}/sysinstmsgs.?? cdrom/usr/share/sysinst/catalog/
  /src/distrib/sun2/ramdisk/
list 11 # to initialize the disk label and copy a miniroot image
93 COPY ${CURDIR}/fstab etc/fstab
94 COPY ${CURDIR}/passwd etc/passwd
95 COPY ${CURDIR}/protocols etc/protocols
96 COPY ${DISTRIBDIR}/common/services etc/services
97 COPY ${CURDIR}/sshrc .sshrc
98 COPY ${CURDIR}/welcome .welcome
100 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
  /src/distrib/sun3/ramdisk/
list 11 # to initialize the disk label and copy a miniroot image
93 COPY ${CURDIR}/fstab etc/fstab
94 COPY ${CURDIR}/passwd etc/passwd
95 COPY ${CURDIR}/protocols etc/protocols
96 COPY ${DISTRIBDIR}/common/services etc/services
97 COPY ${CURDIR}/sshrc .sshrc
98 COPY ${CURDIR}/welcome .welcome
100 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
  /src/distrib/hp300/cdroms/installcd/
Makefile 14 ${INSTALL} ${COPY} -m 0644 ${BOOTDIR}/${SYS_UBOOT} cdrom
  /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...]
  /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/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/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/
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 */
gzguts.h 166 #define COPY 1 /* copy input directly */
186 int how; /* 0: get header, 1: copy, 2: decompress */
gzread.c 50 if (strm->avail_in) { /* copy what's there to the start */
67 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
69 left unchanged if there is no more input data available, will be set to COPY
139 /* doing raw i/o, copy any leftover input to output -- this assumes that
146 state->how = COPY;
205 looked for to determine whether to copy or decompress. Returns -1 on error,
206 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
213 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
219 case COPY: /* -> COPY */
    [all...]
  /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/bin/pax/
pax.h 65 #define COPY 4 /* copy files to destination dir */
options.c 357 * try to link src to dest with copy (-rw)
683 * figure out the operation mode of pax read,write,extract,copy,append
701 act = COPY;
728 case COPY:
1583 * try to link src to dest with copy (-rw)
1607 cpio_set_action(COPY);
1803 act = COPY;
1829 case COPY:
pax.c 76 int act = ERROR; /* read/write/append/copy */
108 char *dirptr; /* destination dir in a copy */
124 * files and copy directory hierarchies. A variety of archive formats
201 * 3 COPY ENHANCEMENTS
203 * into zero filled blocks. The file copy is created with holes which are
327 case COPY:
328 rval = copy();
  /src/share/mk/
bsd.host.mk 73 HOST_INSTALL_FILE?= ${INSTALL} ${COPY} ${PRESERVE} ${RENAME}
  /src/sys/kern/
subr_pool.c 3445 #define COPY(field) data.field = pp->field
3446 COPY(pr_size);
3448 COPY(pr_itemsperpage);
3449 COPY(pr_nitems);
3450 COPY(pr_nout);
3451 COPY(pr_hardlimit);
3452 COPY(pr_npages);
3453 COPY(pr_minpages);
3454 COPY(pr_maxpages);
3456 COPY(pr_nget)
    [all...]
  /src/bin/sh/
nodes.c.pat 81 * Make a copy of a parse tree.
138 %COPY
  /src/libexec/ld.elf_so/
reloc.c 85 rdbg(("COPY %s %s --> ignoring old binutils bug",
91 xwarnx("%s: zero size COPY relocation for \"%s\"",
104 _rtld_error("Undefined symbol \"%s\" referenced from COPY"
109 rdbg(("COPY %s %s %s --> src=%p dst=%p size %ld",
120 * copy data from a shared object into a region in the main program's BSS
130 /* COPY relocations are invalid elsewhere */
136 if (ELF_R_TYPE(rel->r_info) == R_TYPE(COPY)) {
150 if (ELF_R_TYPE(rela->r_info) == R_TYPE(COPY)) {
  /src/lib/libc/stdlib/
merge.c 205 goto COPY;
214 COPY: b = t;
  /src/sys/arch/sparc/sparc/
kobj_machdep.c 82 _RF_SZ(32) | _RF_RS(0), /* COPY */
94 "GOT22", "PC10", "PC22", "WPLT30", "COPY",
155 if (type == R_TYPE(JMP_SLOT) || type == R_TYPE(COPY) ||

Completed in 27 milliseconds

1 2