Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c346 dtp->dt_encoding = DT_ENCODING_ASCII; in dt_opt_encoding()
348 dtp->dt_encoding = DT_ENCODING_UTF8; in dt_opt_encoding()
H A Ddt_impl.h281 uint_t dt_encoding; /* dtrace output encoding (see below) */ member
H A Ddt_consume.c642 if (dtp->dt_encoding == DT_ENCODING_UTF8) { in dt_print_quantline()
718 if (dtp->dt_encoding == DT_ENCODING_ASCII) { in dt_print_packed()
720 } else if (dtp->dt_encoding == DT_ENCODING_UTF8) { in dt_print_packed()
H A Ddt_open.c951 dtp->dt_encoding = DT_ENCODING_UNSET; in dt_vopen()