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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_options.c370 dtp->dt_encoding = DT_ENCODING_ASCII;
372 dtp->dt_encoding = DT_ENCODING_UTF8;
H A Ddt_impl.h314 uint_t dt_encoding; /* dtrace output encoding (see below) */ member in struct:dtrace_hdl
407 * Values for the dt_encoding property, which is used to force a particular
H A Ddt_consume.c649 if (dtp->dt_encoding == DT_ENCODING_UTF8) {
725 if (dtp->dt_encoding == DT_ENCODING_ASCII) {
727 } else if (dtp->dt_encoding == DT_ENCODING_UTF8) {
H A Ddt_open.c1224 dtp->dt_encoding = DT_ENCODING_UNSET;

Completed in 115 milliseconds