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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c292 if (pfd->pfd_flags & DT_PFCONV_SIGNED)
425 assert(pfd->pfd_flags & DT_PFCONV_DYNWIDTH);
427 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) {
886 pfd->pfd_flags |= DT_PFCONV_ZPAD;
887 pfd->pfd_flags &= ~DT_PFCONV_LEFT;
904 pfd->pfd_flags |= DT_PFCONV_ALT;
910 if (pfd->pfd_flags & n) {
919 pfd->pfd_flags |= n;
923 pfd->pfd_flags |= DT_PFCONV_SPOS;
927 pfd->pfd_flags |
[all...]
H A Ddt_printf.h75 uint_t pfd_flags; /* format flags (see below) */ member in struct:dt_pfargd

Completed in 48 milliseconds