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

/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.h86 #define DT_PFCONV_LEFT 0x0004 /* left-align field (%-) */ macro
H A Ddt_printf.c416 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) {
858 pfd->pfd_flags &= ~DT_PFCONV_LEFT;
898 pfd->pfd_flags |= DT_PFCONV_LEFT;
1503 if (width < 0 || (pfd->pfd_flags & DT_PFCONV_LEFT))
1513 * If we're printing a stack and DT_PFCONV_LEFT is set, we
1518 if (func == pfprint_stack && (pfd->pfd_flags & DT_PFCONV_LEFT))
1800 if (pfd->pfd_flags & DT_PFCONV_LEFT)

Completed in 124 milliseconds