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

/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h56 const char *pfc_ofmt; /* string name of output conversion */ member in struct:dt_pfconv
H A Ddt_printf.c782 pfc->pfc_ofmt == NULL || pfc->pfc_tstr == NULL) {
1099 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1176 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1877 if (strcmp(pfc->pfc_ofmt, "s") != 0)
1880 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1967 if (strcmp(pfc->pfc_ofmt, "s") == 0)

Completed in 159 milliseconds