Searched refs:COPY (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.h37 #define COPY "/.copy_files" macro
H A Dsetupfiles.c72 * Uses COPY, CP, LINK, MAXPATHLEN.
151 if ((strlen(min_home) + strlen(COPY)) > (MAXPATHLEN - 1)) {
154 dprintf("%s ", COPY);
162 (void) strcat(cl_file, COPY);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h88 #define SAVE_CURSOR(ORIG, COPY) { \
90 *(COPY) = *(ORIG); \
93 #define RESTORE_CURSOR(D, ORIG, COPY, RET) { \
96 (COPY)->lock != 0 && (ORIG)->lock != (COPY)->lock) \
97 (void)lock_put((D)->dbenv->lk_info, (COPY)->lock); \
100 (ORIG)->lock != 0 && (ORIG)->lock != (COPY)->lock) \
102 *ORIG = *COPY; \
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h37 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon9342
68 STORED -> COPY -> TYPE
H A Dinflate.c836 state->mode = COPY;
838 case COPY:
/illumos-gate/usr/src/boot/lib/libz/
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:__anon108
69 STORED -> COPY_ -> COPY -> TYPE
H A Dgzguts.h157 #define COPY 1 /* copy input directly */ macro
H A Dgzread.c82 left unchanged if there is no more input data available, will be set to COPY
165 state->how = COPY;
227 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
236 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
242 case COPY: /* -> COPY */
358 else if (state->how == COPY) { /* read directly */
H A Dinflate.c879 state->mode = COPY;
880 case COPY:
1510 (state->mode == COPY ? state->length :
H A Dgzlib.c397 if (state->mode == GZ_READ && state->how == COPY &&
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfvwrite.c47 #define COPY(n) (void)memcpy((void *)fp->f_p, (void *)p, (size_t)(n)) macro
164 COPY(w); /* copy SM_MIN(fp->f_w,len), */
173 COPY(w);
198 COPY(w);
235 COPY(w);
259 COPY(w);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc262 #define COPY(N) if (inptr != outptr) memcpy(outptr, inptr, frames * N) macro
285 case 1: COPY(1); break;
294 case 2: COPY(2); break;
303 case 4: COPY(4); break;
386 case 4: COPY(4); break;
394 case 8: COPY(8); break;
438 COPY(1); break;
463 COPY(1); break;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c895 #define COPY(t,e,f) while ((*t = *f++) && t < e) t++ macro
916 COPY(t, v, s);
930 COPY(t, v, p);
934 COPY(t, v, p);
940 COPY(t, v, p);
941 COPY(t, v, s);
947 COPY(t, v, p);
948 COPY(t, v, s);
955 COPY(t, v, p);
956 COPY(
[all...]
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c66 #define COPY 0 /* file copy, preserve input block size */ macro
498 conv = COPY;
723 if (conv == COPY)
898 if (conv == COPY)
1236 case COPY:
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.c82 #define COPY 1 macro
275 { OP, {QUICK,QUICK+1,MAC0+1}, COPY, },
307 { OP, {MAC0+1,MAC0+2,MACN}, COPY },
319 { OP, {HIT0+1,HIT0+2,HITN}, COPY },
624 case COPY:
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h390 #define COPY(lock1, lock2) \ macro
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y128 COPY DATABASE DEFERRED DELIMITERS DESC DETACH EACH END EXPLAIN FAIL FOR
766 ///////////////////////////// The COPY command ///////////////////////////////
768 cmd ::= COPY orconf(R) nm(X) dbnm(D) FROM nm(Y) USING DELIMITERS STRING(Z).
770 cmd ::= COPY orconf(R) nm(X) dbnm(D) FROM nm(Y).
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c1666 COPY(lock1, lock);
1667 COPY(lock2, lock);
1684 COPY(lock1, lock);
1698 COPY(lock1, lock);
1713 COPY(lock1, lock);
1734 COPY(lock1, lock);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c4092 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:inflate_codes_state::__anon139
4110 } copy; /* if EXT or COPY, where and how much */
4259 c->mode = COPY;
4260 case COPY: /* o: copying bytes in window, waiting for space */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5273 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:inflate_codes_state::__anon6457
5291 } copy; /* if EXT or COPY, where and how much */
5449 c->mode = COPY;
5451 case COPY:

Completed in 136 milliseconds