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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.h74 char pfd_fmt[8]; /* output format name to use */ member in struct:dt_pfargd
H A Ddt_printf.c165 pfd->pfd_fmt[strlen(pfd->pfd_fmt) - 1] = 'i';
167 pfd->pfd_fmt[strlen(pfd->pfd_fmt) - 1] = 'u';
1092 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1163 (void) strcpy(pfd->pfd_fmt, "ll");
1166 (void) strcpy(pfd->pfd_fmt, "L");
1169 (void) strcat(pfd->pfd_fmt, pfc->pfc_ofmt);
1567 (void) strcpy(f, pfd->pfd_fmt);
1856 * must set pfd_fmt t
[all...]

Completed in 108 milliseconds