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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.h88 #define DT_PFCONV_LEFT 0x0004 /* left-align field (%-) */ macro
H A Ddt_printf.c430 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) {
907 pfd->pfd_flags &= ~DT_PFCONV_LEFT;
947 pfd->pfd_flags |= DT_PFCONV_LEFT;
1552 if (width < 0 || (pfd->pfd_flags & DT_PFCONV_LEFT))
1562 * If we're printing a stack and DT_PFCONV_LEFT is set, we
1567 if (func == pfprint_stack && (pfd->pfd_flags & DT_PFCONV_LEFT))
1864 if (pfd->pfd_flags & DT_PFCONV_LEFT)

Completed in 48 milliseconds