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

/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c299 if (pfd->pfd_flags & DT_PFCONV_SIGNED)
432 assert(pfd->pfd_flags & DT_PFCONV_DYNWIDTH);
434 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) {
893 pfd->pfd_flags |= DT_PFCONV_ZPAD;
894 pfd->pfd_flags &= ~DT_PFCONV_LEFT;
911 pfd->pfd_flags |= DT_PFCONV_ALT;
917 if (pfd->pfd_flags & n) {
926 pfd->pfd_flags |= n;
930 pfd->pfd_flags |= DT_PFCONV_SPOS;
934 pfd->pfd_flags |
[all...]
H A Ddt_printf.h76 uint_t pfd_flags; /* format flags (see below) */ member in struct:dt_pfargd

Completed in 113 milliseconds