Searched refs:tritoa (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/vmalloc/ |
H A D | vmtrace.c | 58 static char* tritoa(Vmulong_t v, int type) function 60 static char* tritoa(v, type) 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), ':'); 172 bufp = trstrcpy(bufp, tritoa((Vmulong_t)line,1), 0); 182 bufp = trstrcpy(bufp, tritoa((Vmulong_t)func,0), 0); 213 bufp = trstrcpy(bufp, tritoa(n [all...] |
Completed in 10 milliseconds