Searched refs:numtostr (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_io.c | 818 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 D | mdb_string.h | 44 extern const char *numtostr(uintmax_t, int, uint_t);
|
H A D | mdb_stdlib.c | 73 (void) strcpy(q, numtostr((uint_t)decpt, 10, 0)); in fptos()
|
H A D | mdb_fmt.c | 466 numtostr(x, 2, NTOS_UNSIGNED)); in fmt_binary() 495 numtostr(x, 2, NTOS_UNSIGNED)); in fmt_jazzed()
|
H A D | mdb_string.c | 45 numtostr(uintmax_t uvalue, int base, uint_t flags) in numtostr() function
|
H A D | mdb_disasm.c | 144 name = numtostr(argv->a_un.a_val, 10, NTOS_UNSIGNED); in cmd_dismode()
|
H A D | mdb_evset.c | 357 numtostr(argv->a_un.a_val, mdb.m_radix, in cmd_bp()
|