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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_printf.c177 pfd->pfd_flags |= DT_PFCONV_SIGNED;
304 if (pfd->pfd_flags & DT_PFCONV_SIGNED)
435 assert(pfd->pfd_flags & DT_PFCONV_DYNWIDTH);
437 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) {
835 pfd->pfd_flags |= DT_PFCONV_ZPAD;
836 pfd->pfd_flags &= ~DT_PFCONV_LEFT;
853 pfd->pfd_flags |= DT_PFCONV_ALT;
859 if (pfd->pfd_flags & n) {
868 pfd->pfd_flags |= n;
872 pfd->pfd_flags |
[all...]
H A Ddt_printf.h75 uint_t pfd_flags; /* format flags (see below) */ member in struct:dt_pfargd

Completed in 121 milliseconds