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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h88 #define DT_PFCONV_DYNWIDTH 0x0010 /* dynamic width (%*.) */ macro
H A Ddt_printf.c426 assert(pfd->pfd_flags & DT_PFCONV_DYNWIDTH);
909 n = dot ? DT_PFCONV_DYNPREC : DT_PFCONV_DYNWIDTH;
1099 if (pfd->pfd_flags & DT_PFCONV_DYNWIDTH)
1435 if (pfd->pfd_flags & DT_PFCONV_DYNWIDTH) {
1935 if (pfd->pfd_flags & DT_PFCONV_DYNWIDTH)

Completed in 89 milliseconds