Home
last modified time | relevance | path

Searched refs:vfmt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dvchan.c663 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 Dusage.c714 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 Dlibnvpair.c188 #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 Dps.c144 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()