Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c4103 uint_t opt_dec = FALSE; in time() local
4110 'd', MDB_OPT_SETBITS, TRUE, &opt_dec, in time()
4116 if (opt_dec && opt_hex) in time()
4122 opt_dec ? "0t%lld\n" : "%#llr\n"; in time()