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

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dvchan.c737 const char *vfmt; local
742 &vfmt);
745 vfmt = NULL;
746 if (vfmt != NULL) {
747 vchanfmt = snd_str2afmt(vfmt);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c185 * vfmt - format string for pair value, e.g "%d" or "0x%llx"
188 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \
198 (void) fprintf(fp, vfmt, (ptype)value); \
221 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \
239 (void) fprintf(fp, vfmt, (ptype)valuep[i]); \
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dusage.c765 char vfmt[sizeof(vfmtfmt)]; local
787 snprintf(vfmt, sizeof(vfmt), vfmtfmt, (unsigned int)nmlen + 4);
801 prt_one_vendor(opts, od, &argTypes, vfmt);
/freebsd-9.3-release/bin/ps/
H A Dps.c164 static char vfmt[] = "pid,state,time,sl,re,pagein,vsz,rss,lim,tsiz," variable
382 parsefmt(vfmt, 0);
385 vfmt[0] = '\0';

Completed in 114 milliseconds