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

/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h87 #define DT_PFCONV_LEFT 0x0004 /* left-align field (%-) */ macro
H A Ddt_printf.c434 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) {
894 pfd->pfd_flags &= ~DT_PFCONV_LEFT;
934 pfd->pfd_flags |= DT_PFCONV_LEFT;
1554 if (width < 0 || (pfd->pfd_flags & DT_PFCONV_LEFT))
1565 * If we're printing a stack and DT_PFCONV_LEFT is set, we
1570 if (func == pfprint_stack && (pfd->pfd_flags & DT_PFCONV_LEFT))
1937 if (pfd->pfd_flags & DT_PFCONV_LEFT)

Completed in 111 milliseconds