Searched defs:COPY (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | fvwrite.c | 47 #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);
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppfsm.c | 82 #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:
|
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | malloc.c | 895 #define COPY(t,e,f) while ((*t = *f++) && t < e) t++ macro 916 COPY(t, v, s);
|
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 4092 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:inflate_codes_state::__anon16 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 */
|
Completed in 85 milliseconds