Searched refs:trstrcpy (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/vmalloc/ |
H A D | vmtrace.c | 39 static char* trstrcpy(char* to, const char* from, int endc) function 41 static char* trstrcpy(to, from, endc) 136 bufp = trstrcpy(bufp, tritoa(oldaddr ? VLONG(oldaddr) : 0L, 0), ':'); 137 bufp = trstrcpy(bufp, tritoa(newaddr ? VLONG(newaddr) : 0L, 0), ':'); 138 bufp = trstrcpy(bufp, tritoa((Vmulong_t)size, 1), ':'); 139 bufp = trstrcpy(bufp, tritoa((Vmulong_t)align, 1), ':'); 140 bufp = trstrcpy(bufp, tritoa(VLONG(vm), 0), ':'); 142 bufp = trstrcpy(bufp, "b", ':'); 144 bufp = trstrcpy(bufp, "l", ':'); 146 bufp = trstrcpy(buf [all...] |
Completed in 20 milliseconds