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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.h57 const char *pfc_ofmt; /* string name of output conversion */ member in struct:dt_pfconv
H A Ddt_printf.c795 pfc->pfc_ofmt == NULL || pfc->pfc_tstr == NULL) {
1112 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1189 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1799 if (strcmp(pfc->pfc_ofmt, "s") != 0)
1802 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1894 if (strcmp(pfc->pfc_ofmt, "s") == 0)

Completed in 63 milliseconds