Searched refs:vfmt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/sound/pcm/ |
| D | vchan.c | 739 const char *vfmt; in vchan_create() local 744 &vfmt); in vchan_create() 747 vfmt = NULL; in vchan_create() 748 if (vfmt != NULL) { in vchan_create() 749 vchanfmt = snd_str2afmt(vfmt); in vchan_create()
|
| /freebsd-12-stable/contrib/ntp/sntp/libopts/ |
| 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-12-stable/cddl/contrib/opensolaris/lib/libnvpair/ |
| D | libnvpair.c | 188 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 198 (void) fprintf(fp, vfmt, (ptype)value); \ 221 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 239 (void) fprintf(fp, vfmt, (ptype)valuep[i]); \
|
| /freebsd-12-stable/bin/ps/ |
| D | ps.c | 169 static char vfmt[] = "pid,state,time,sl,re,pagein,vsz,rss,lim,tsiz," variable 410 parsefmt(vfmt, 0); in main() 413 vfmt[0] = '\0'; in main()
|