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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h55 const char *pfc_ofmt; /* string name of output conversion */ member in struct:dt_pfconv
H A Ddt_printf.c776 pfc->pfc_ofmt == NULL || pfc->pfc_tstr == NULL) {
1093 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1170 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1871 if (strcmp(pfc->pfc_ofmt, "s") != 0)
1874 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1961 if (strcmp(pfc->pfc_ofmt, "s") == 0)

Completed in 46 milliseconds