HomeSort by: relevance | last modified time | path
    Searched refs:DT_PFCONV_DYNWIDTH (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_printf.h 88 #define DT_PFCONV_DYNWIDTH 0x0010 /* dynamic width (%*.) */
dt_printf.c 425 assert(pfd->pfd_flags & DT_PFCONV_DYNWIDTH);
931 n = dot ? DT_PFCONV_DYNPREC : DT_PFCONV_DYNWIDTH;
1121 if (pfd->pfd_flags & DT_PFCONV_DYNWIDTH)
1458 if (pfd->pfd_flags & DT_PFCONV_DYNWIDTH) {
1960 if (pfd->pfd_flags & DT_PFCONV_DYNWIDTH)

Completed in 50 milliseconds