HomeSort by relevance Sort by last modified time
    Searched defs:COPY (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/cmd/tsol/updatehome/
setupfiles.h 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
39 #define COPY "/.copy_files"
45 #define IGNE 0x004 /* ignore copy/link errors */
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
fvwrite.c 47 #define COPY(n) (void)memcpy((void *)fp->f_p, (void *)p, (size_t)(n))
164 COPY(w); /* copy SM_MIN(fp->f_w,len), */
173 COPY(w);
198 COPY(w);
235 COPY(w);
259 COPY(w);
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppfsm.c 9 * A copy of the License is available at *
82 #define COPY 1
84 #define copy(t,f) (memcpy(&fsm[t][1],&fsm[f][1],(MAX+1)*sizeof(short)),fsm[TERMINAL][(t)+1]=fsm[TERMINAL][(f)+1]) macro
274 /* copy QUICK to QUICK+1 through MAC0+1 */
275 { OP, {QUICK,QUICK+1,MAC0+1}, COPY, },
306 /* copy MAC0+1 to MAC0+2 through MACN */
307 { OP, {MAC0+1,MAC0+2,MACN}, COPY },
318 /* copy HIT0+1 to HIT0+2 through HITN */
319 { OP, {HIT0+1,HIT0+2,HITN}, COPY },
624 case COPY
    [all...]
  /onnv/onnv-gate/usr/src/cmd/audio/utilities/
AudioTypePcm.cc 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
261 // Define macro to copy with no data conversion
262 #define COPY(N) if (inptr != outptr) memcpy(outptr, inptr, frames * N)
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
    [all...]
  /onnv/onnv-gate/usr/src/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 */
  /onnv/onnv-gate/usr/src/cmd/dd/
dd.c 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
34 * convert and copy
63 #define COPY 0 /* file copy, preserve input block size */
64 #define REBLOCK 1 /* file copy, change block size */
65 #define LCREBLOCK 2 /* file copy, convert to lower case */
66 #define UCREBLOCK 3 /* file copy, convert to upper case */
67 #define NBASCII 4 /* file copy, convert from EBCDIC to ASCII */
68 #define LCNBASCII 5 /* file copy, EBCDIC to lower case ASCII */
69 #define UCNBASCII 6 /* file copy, EBCDIC to upper case ASCII *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
flock_impl.h 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
389 #define COPY(lock1, lock2) \
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 4110 } copy; \/* if EXT or COPY, where and how much *\/ member in union:inflate_codes_state::__anon130
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.c 975 Assert(length <= s->window_size, "dict copy");
5291 } copy; \/* if EXT or COPY, where and how much *\/ member in union:inflate_codes_state::__anon6130
    [all...]

Completed in 4349 milliseconds