Searched refs:vfmt (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | vchan.c | 663 const char *vfmt; in vchan_create() local 668 &vfmt); in vchan_create() 671 vfmt = NULL; in vchan_create() 672 if (vfmt != NULL) { in vchan_create() 673 vchanfmt = snd_str2afmt(vfmt); in vchan_create()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | usage.c | 714 char vfmt[sizeof(vfmtfmt)]; in prt_vendor_opts() local 736 snprintf(vfmt, sizeof(vfmt), vfmtfmt, (unsigned int)nmlen + 4); in prt_vendor_opts() 750 prt_one_vendor(opts, od, &argTypes, vfmt); in prt_vendor_opts()
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 188 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 198 (void) fprintf(fp, vfmt, (ptype)value); \ 236 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 254 (void) fprintf(fp, vfmt, (ptype)valuep[i]); \
|
/freebsd/bin/ps/ |
H A D | ps.c | 144 static char vfmt[] = "pid,state,time,sl,re,pagein,vsz,rss,lim,tsiz," variable 398 parsefmt(vfmt, 0); in main() 401 vfmt[0] = '\0'; in main()
|