Searched refs:vfmt (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.c | 189 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 199 (void) fprintf(fp, vfmt, (ptype)value); \ 222 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 240 (void) fprintf(fp, vfmt, (ptype)valuep[i]); \
|