Lines Matching refs:tritoa
58 static char* tritoa(Vmulong_t v, int type)
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(n1, 1), ':');
219 bufp = trstrcpy(bufp, tritoa(n2, 0), ':');
222 bufp = trstrcpy(bufp, tritoa((long)getpid(), 1), ':');
238 _Vmitoa = tritoa;