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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_printf.h97 char *pfv_format; /* format string pointer */ member in struct:dt_pfargv
H A Ddt_printf.c818 pfv->pfv_format = format;
1011 free(pfv->pfv_format);
1028 if (pfv->pfv_format[0] == '\0') {
1775 size_t formatlen = strlen(pfv->pfv_format) + 3 * pfv->pfv_argc + 1;

Completed in 31 milliseconds