Searched refs:pfd_fmt (Results 1 – 2 of 2) sorted by relevance
158 pfd->pfd_fmt[strlen(pfd->pfd_fmt) - 1] = 'i'; in pfcheck_dint()160 pfd->pfd_fmt[strlen(pfd->pfd_fmt) - 1] = 'u'; in pfcheck_dint()1065 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt); in dt_printf_validate()1136 (void) strcpy(pfd->pfd_fmt, "ll"); in dt_printf_validate()1139 (void) strcpy(pfd->pfd_fmt, "L"); in dt_printf_validate()1142 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt); in dt_printf_validate()1540 (void) strcpy(f, pfd->pfd_fmt); in dt_printf_format()1754 (void) strcat(pfd->pfd_fmt, pfc->pfc_name); in dtrace_printf_create()1756 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt); in dtrace_printf_create()1846 str = pfd->pfd_fmt; in dtrace_printf_format()
74 char pfd_fmt[8]; /* output format name to use */ member