Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c818 return (numtostr(i, base, flags)); in iob_int2str()
835 return (numtostr((uintmax_t)*tmp, mdb.m_radix, 0)); in iob_time2str()
901 if (strlcat(buf, numtostr(offset, mdb.m_radix, in iob_addr2str()
961 return (numtostr(n, 10, 0)); in iob_bytes2str()
972 (void) strcat(buf, numtostr(n, 10, 0)); in iob_bytes2str()
1025 (void) strcat(buf, numtostr(v, 10, 0)); in iob_bytes2str()
1030 (void) strcat(buf, numtostr(v / mag, 10, 0)); in iob_bytes2str()
1033 c = (char *)numtostr(v % mag, 10, 0); in iob_bytes2str()
1142 str = numtostr(value, 16, NTOS_UNSIGNED | NTOS_SHOWBASE); in iob_bits2str()
1193 return (numtostr(mdb_nv_get_value(val), 10, 0)); in iob_getvar()
[all …]
H A Dmdb_string.h44 extern const char *numtostr(uintmax_t, int, uint_t);
H A Dmdb_stdlib.c73 (void) strcpy(q, numtostr((uint_t)decpt, 10, 0)); in fptos()
H A Dmdb_fmt.c466 numtostr(x, 2, NTOS_UNSIGNED)); in fmt_binary()
495 numtostr(x, 2, NTOS_UNSIGNED)); in fmt_jazzed()
H A Dmdb_string.c45 numtostr(uintmax_t uvalue, int base, uint_t flags) in numtostr() function
H A Dmdb_disasm.c144 name = numtostr(argv->a_un.a_val, 10, NTOS_UNSIGNED); in cmd_dismode()
H A Dmdb_evset.c357 numtostr(argv->a_un.a_val, mdb.m_radix, in cmd_bp()