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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c39 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 54 milliseconds