Home
last modified time | relevance | path

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

/original-bsd/lib/libc/stdlib/
H A Dheapsort.c37 #define COPY(a, b, count, size, tmp1, tmp2) { \ macro
93 COPY(par, child, count, size, tmp1, tmp2); \
101 COPY(child, k, count, size, tmp1, tmp2); \
104 COPY(child, par, count, size, tmp1, tmp2); \
151 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
152 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
H A Dmerge.c152 goto COPY;
159 COPY: b = t;
/original-bsd/lib/libc/stdio/
H A Dfvwrite.c44 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n)) macro
87 COPY(w); /* copy MIN(fp->_w,len), */
93 COPY(w);
106 COPY(w);
133 COPY(w);
144 COPY(w);
/original-bsd/usr.bin/tcopy/
H A Dtcopy.c55 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; enumerator
99 op = COPY;
102 op == COPY ? O_WRONLY : O_RDWR, DEFFILEMODE)) < 0) {
151 if (op == COPY || op == COPYVERIFY) {
193 if (op == COPY || op == COPYVERIFY) {
/original-bsd/bin/pax/
H A Dpax.h35 #define COPY 4 /* copy files to destination dir */ macro
H A Dpax.c222 case COPY:
H A Doptions.c494 act = COPY;
521 case COPY:
H A Dar_io.c115 case COPY:
/original-bsd/local/sccscmds/sccscmds.2/cmd/
H A Drmchg.c31 # define COPY 0 macro
255 flushto(&gpkt,EUSERTXT,COPY);
H A Dadmin.c29 # define COPY 0 macro
466 flushto(&gpkt,BUSERNAM,COPY);
517 flushto(&gpkt,EUSERNAM,COPY);
/original-bsd/local/sccscmds/sccscmds.ok/cmd/
H A Drmchg.c31 # define COPY 0 macro
255 flushto(&gpkt,EUSERTXT,COPY);
H A Dadmin.c30 # define COPY 0 macro
466 flushto(&gpkt,BUSERNAM,COPY);
517 flushto(&gpkt,EUSERNAM,COPY);
/original-bsd/sys/news3400/if/
H A Dif_lance.c618 #define COPY(s, d, n, t) \ macro
653 COPY(s, d, n, long);
679 COPY(s, d, n, short);
689 COPY(s, d, n, char);
/original-bsd/bin/sh/
H A Dnodes.c.pat89 %COPY
/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A Dgrap.y9 %token <i> COPY THRU UNTIL
273 COPY copylist { copy(); }
H A Dgrapl.l60 <A>copy|include { return(COPY); }
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dpicy.y22 %token <o> FOR IF COPY
98 COPY copylist { copy(); }
H A Dpicl.l179 <A>copy|include return(COPY);
/original-bsd/contrib/dungeon/
H A Ddungeon.doc346 COPY can be used to transfer the files. For example:
348 $ COPY MM:*.* *.*(cr)