Home
last modified time | relevance | path

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

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