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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.h91 #define DT_PFCONV_DYNPREC 0x0020 /* dynamic precision (%.*) */ macro
H A Ddt_printf.c928 n = dot ? DT_PFCONV_DYNPREC : DT_PFCONV_DYNWIDTH;
1116 if (pfd->pfd_flags & DT_PFCONV_DYNPREC)
1452 if ((pfd->pfd_flags & DT_PFCONV_DYNPREC) && dt_printf_getint(
1870 if (pfd->pfd_flags & DT_PFCONV_DYNPREC) {

Completed in 48 milliseconds