Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.h84 #define DT_PFCONV_LEFT 0x0004 /* left-align field (%-) */ macro
H A Ddt_printf.c418 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) { in pfprint_stack()
860 pfd->pfd_flags &= ~DT_PFCONV_LEFT; in dt_printf_create()
900 pfd->pfd_flags |= DT_PFCONV_LEFT; in dt_printf_create()
1516 if (width < 0 || (pfd->pfd_flags & DT_PFCONV_LEFT)) in dt_printf_format()
1531 if (func == pfprint_stack && (pfd->pfd_flags & DT_PFCONV_LEFT)) in dt_printf_format()
1813 if (pfd->pfd_flags & DT_PFCONV_LEFT) in dtrace_printf_format()