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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c292 if (pfd->pfd_flags & DT_PFCONV_SIGNED)
426 assert(pfd->pfd_flags & DT_PFCONV_DYNWIDTH);
428 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) {
887 pfd->pfd_flags |= DT_PFCONV_ZPAD;
888 pfd->pfd_flags &= ~DT_PFCONV_LEFT;
905 pfd->pfd_flags |= DT_PFCONV_ALT;
911 if (pfd->pfd_flags & n) {
920 pfd->pfd_flags |= n;
924 pfd->pfd_flags |= DT_PFCONV_SPOS;
928 pfd->pfd_flags |
[all...]
H A Ddt_printf.h75 uint_t pfd_flags; /* format flags (see below) */ member in struct:dt_pfargd

Completed in 107 milliseconds