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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.h44 extern const char *numtostr(uintmax_t, int, uint_t);
H A Dmdb_stdlib.c75 (void) strcpy(q, numtostr((uint_t)decpt, 10, 0));
H A Dmdb_io.c810 return (numtostr(i, base, flags));
827 return (numtostr((uintmax_t)*tmp, mdb.m_radix, 0));
870 (void) strcat(name, numtostr(offset, mdb.m_radix,
925 return (numtostr(n, 10, 0));
936 (void) strcat(buf, numtostr(n, 10, 0));
989 (void) strcat(buf, numtostr(v, 10, 0));
994 (void) strcat(buf, numtostr(v / mag, 10, 0));
997 c = (char *)numtostr(v % mag, 10, 0);
1106 str = numtostr(value, 16, NTOS_UNSIGNED | NTOS_SHOWBASE);
1157 return (numtostr(mdb_nv_get_valu
[all...]
H A Dmdb_disasm.c144 name = numtostr(argv->a_un.a_val, 10, NTOS_UNSIGNED);
H A Dmdb_string.c46 numtostr(uintmax_t uvalue, int base, uint_t flags) function
H A Dmdb_evset.c359 numtostr(argv->a_un.a_val, mdb.m_radix,
H A Dmdb_fmt.c454 numtostr(x, 2, NTOS_UNSIGNED));

Completed in 625 milliseconds