numtostr
name = numtostr(argv->a_un.a_val, 10, NTOS_UNSIGNED);
numtostr(argv->a_un.a_val, mdb.m_radix,
numtostr(x, 2, NTOS_UNSIGNED));
numtostr(x, 2, NTOS_UNSIGNED));
(void) strcat(buf, numtostr(n, 10, 0));
(void) strcat(buf, numtostr(v, 10, 0));
(void) strcat(buf, numtostr(v / mag, 10, 0));
c = (char *)numtostr(v % mag, 10, 0);
str = numtostr(value, 16, NTOS_UNSIGNED | NTOS_SHOWBASE);
return (numtostr(mdb_nv_get_value(val), 10, 0));
u.str = numtostr((uintptr_t)u.ptr, 16, NTOS_UNSIGNED);
return (numtostr(i, base, flags));
return (numtostr((uintmax_t)*tmp, mdb.m_radix, 0));
if (strlcat(buf, numtostr(offset, mdb.m_radix,
return (numtostr(n, 10, 0));
(void) strcpy(q, numtostr((uint_t)decpt, 10, 0));
extern const char *numtostr(uintmax_t, int, uint_t);