Searched refs:dt_sprintf_buflen (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_impl.h291 int dt_sprintf_buflen; /* length of dtrace_sprintf() buffer */ member in struct:dtrace_hdl
H A Ddt_subr.c533 * dt_sprintf_buflen will be non-zero; in this case, we sprintf into the
557 if (dtp->dt_sprintf_buflen != 0) {
564 len = dtp->dt_sprintf_buflen - len;

Completed in 27 milliseconds