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

/osnet-11/usr/src/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.c746 pfc->pfc_ofmt == NULL || pfc->pfc_tstr == NULL) {
1063 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1140 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1740 if (strcmp(pfc->pfc_ofmt, "s") != 0)
1743 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1830 if (strcmp(pfc->pfc_ofmt, "s") == 0)

Completed in 27 milliseconds