Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_impl.h370 #define DT_ENCODING_ASCII 1 macro
H A Ddt_options.c346 dtp->dt_encoding = DT_ENCODING_ASCII; in dt_opt_encoding()
H A Ddt_consume.c718 if (dtp->dt_encoding == DT_ENCODING_ASCII) { in dt_print_packed()