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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_printf.h86 #define DT_PFCONV_LEFT 0x0004 /* left-align field (%-) */ macro
H A Ddt_printf.c437 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) {
836 pfd->pfd_flags &= ~DT_PFCONV_LEFT;
876 pfd->pfd_flags |= DT_PFCONV_LEFT;
1475 if (width < 0 || (pfd->pfd_flags & DT_PFCONV_LEFT))
1485 * If we're printing a stack and DT_PFCONV_LEFT is set, we
1490 if (func == pfprint_stack && (pfd->pfd_flags & DT_PFCONV_LEFT))
1780 if (pfd->pfd_flags & DT_PFCONV_LEFT)

Completed in 178 milliseconds