Searched refs:MEMCPY (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfgetr.c | 143 MEMCPY(s,ends,n);
|
H A D | sfhdr.h | 1134 #define MEMCPY(to,fr,n) \ macro
|
/titanic_41/usr/src/cmd/gencat/ |
H A D | gencat.c | 68 #define MEMCPY(dst, src, n) \ macro 298 MEMCPY(p->s, text, len); 1093 MEMCPY(text, msgp->s, msgp->msg_len);
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | pplib.h | 426 #define MEMCPY(to,fr,n) \ macro
|
H A D | pplex.c | 255 MEMCPY(op, ip, n); in ppcpp() 1362 MEMCPY(op, ip, n); in ppcpp()
|
H A D | ppproto.c | 603 MEMCPY(op, ip, n); in lex()
|