Home
last modified time | relevance | path

Searched refs:NTOS_UPCASE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.h39 #define NTOS_UPCASE 0x1 /* Use upper-case hexadecimal digits */ macro
H A Dmdb_string.c52 const char *digits = (flags & NTOS_UPCASE) ? udigits : ldigits; in numtostr()
H A Dmdb_io.c1475 NTOS_UNSIGNED | NTOS_UPCASE, &zero, &val); in iob_doprnt()