Searched defs:fmt0 (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/lib/libc/stdio/ |
H A D | vfprintf.c | 266 vfprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt0, in vfprintf_l() 283 vfprintf(FILE * __restrict fp, const char * __restrict fmt0, va_list ap) in vfprintf() 303 __vfprintf(FILE *fp, locale_t locale, const char *fmt0, va_list ap) in __vfprintf()
|
H A D | vfscanf.c | 443 __vfscanf(FILE *fp, char const *fmt0, va_list ap) in __vfscanf() 456 vfscanf_l(FILE *fp, locale_t locale, char const *fmt0, va_list ap) in vfscanf_l() 471 __svfscanf(FILE *fp, locale_t locale, const char *fmt0, va_list ap) in __svfscanf()
|
H A D | vfwprintf.c | 346 const wchar_t * __restrict fmt0, va_list ap) in vfwprintf_l() 362 vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, va_list ap) in vfwprintf() 382 __vfwprintf(FILE *fp, locale_t locale, const wchar_t *fmt0, va_list ap) in __vfwprintf()
|
H A D | printf-pos.c | 241 __find_arguments(const char *fmt0, va_list ap, union arg **argtable) in __find_arguments() 429 __find_warguments(const wchar_t *fmt0, va_list ap, union arg **argtable) in __find_warguments()
|
H A D | xprintf.c | 267 __v2printf(FILE *fp, const char *fmt0, unsigned pct, va_list ap) in __v2printf() 607 __xvprintf(FILE *fp, const char *fmt0, va_list ap) in __xvprintf()
|
/dflybsd-src/sys/kern/ |
H A D | subr_scanf.c | 101 kvsscanf(const char *inp, char const *fmt0, __va_list ap) in kvsscanf()
|
/dflybsd-src/tools/tools/ath/athstats/ |
H A D | statfoo.c | 38 statfoo_setfmt(struct statfoo *sf, const char *fmt0) in statfoo_setfmt()
|
/dflybsd-src/tools/tools/net80211/wlanstats/ |
H A D | statfoo.c | 38 statfoo_setfmt(struct statfoo *sf, const char *fmt0) in statfoo_setfmt()
|
/dflybsd-src/usr.sbin/boot0cfg/ |
H A D | boot0cfg.c | 68 static const char fmt0[] = "# flag start chs type" variable
|