Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c172 pfd->pfd_fmt[strlen(pfd->pfd_fmt) - 1] = 'i'; in pfcheck_dint()
174 pfd->pfd_fmt[strlen(pfd->pfd_fmt) - 1] = 'u'; in pfcheck_dint()
1099 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt); in dt_printf_validate()
1170 (void) strcpy(pfd->pfd_fmt, "ll"); in dt_printf_validate()
1173 (void) strcpy(pfd->pfd_fmt, "L"); in dt_printf_validate()
1176 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt); in dt_printf_validate()
1585 if (strlcpy(f, pfd->pfd_fmt, fmtsz) >= fmtsz) in dt_printf_format()
1878 (void) strcat(pfd->pfd_fmt, pfc->pfc_name); in dtrace_printf_create()
1880 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt); in dtrace_printf_create()
1970 str = pfd->pfd_fmt; in dtrace_printf_format()
H A Ddt_printf.h75 char pfd_fmt[8]; /* output format name to use */ member