HomeSort by: relevance | last modified time | path
    Searched refs:pfd_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_printf.c 288 if (pfd->pfd_flags & DT_PFCONV_SIGNED)
425 assert(pfd->pfd_flags & DT_PFCONV_DYNWIDTH);
427 } else if (pfd->pfd_flags & DT_PFCONV_LEFT) {
909 pfd->pfd_flags |= DT_PFCONV_ZPAD;
910 pfd->pfd_flags &= ~DT_PFCONV_LEFT;
927 pfd->pfd_flags |= DT_PFCONV_ALT;
933 if (pfd->pfd_flags & n) {
942 pfd->pfd_flags |= n;
946 pfd->pfd_flags |= DT_PFCONV_SPOS;
950 pfd->pfd_flags |= DT_PFCONV_LEFT
    [all...]
dt_printf.h 75 uint_t pfd_flags; /* format flags (see below) */ member in struct:dt_pfargd

Completed in 14 milliseconds