Searched refs:trstrcpy (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmtrace.c | 39 static char* trstrcpy(char* to, const char* from, int endc) in trstrcpy() function 41 static char* trstrcpy(to, from, endc) in trstrcpy() 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(bufp, "p", ':'); [all …]
|