__uitoa
s = __uitoa(nbuf, ui, 10);
s = __uitoa(nbuf, ui, 8);
static char *__uitoa(char *buf, u_int val, int base);
s = __uitoa(nbuf, ui, 16);