Searched refs:DT_PFCONV_LEFT (Results 1 – 2 of 2) sorted by relevance
87 #define DT_PFCONV_LEFT 0x0004 /* left-align field (%-) */ macro
434 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) { in pfprint_stack()894 pfd->pfd_flags &= ~DT_PFCONV_LEFT; in dt_printf_create()934 pfd->pfd_flags |= DT_PFCONV_LEFT; in dt_printf_create()1554 if (width < 0 || (pfd->pfd_flags & DT_PFCONV_LEFT)) in dt_printf_format()1570 if (func == pfprint_stack && (pfd->pfd_flags & DT_PFCONV_LEFT)) in dt_printf_format()1937 if (pfd->pfd_flags & DT_PFCONV_LEFT) in dtrace_printf_format()