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

/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c204 #define memcpy(t,f,n) memcopy(t,f,n)
316 memcopy(register char* s, register char* t, int n) function
328 #define memcopy(s,t,n) (((char*)memcpy(s,t,n))+(n)) macro
687 memcopy(proto->ib - n, ip - n, n);
1025 memcopy(op - 4, "__V_", 4);
1026 memcopy(ip - 4, "__V_", 4);
1330 v = memcopy(v, im, ie - im);
1375 memcopy(ko, "int ", 4);
1398 memcopy(ko, "extern ", 7);
1518 op = memcopy(o
[all...]

Completed in 60 milliseconds