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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h88 #define DT_PFCONV_DYNWIDTH 0x0010 /* dynamic width (%*.) */ macro
H A Ddt_printf.c425 assert(pfd->pfd_flags & DT_PFCONV_DYNWIDTH);
908 n = dot ? DT_PFCONV_DYNPREC : DT_PFCONV_DYNWIDTH;
1098 if (pfd->pfd_flags & DT_PFCONV_DYNWIDTH)
1431 if (pfd->pfd_flags & DT_PFCONV_DYNWIDTH) {
1922 if (pfd->pfd_flags & DT_PFCONV_DYNWIDTH)

Completed in 52 milliseconds