Searched defs:fmt0 (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | vfprintf.c | 268 vfprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt0, in vfprintf_l() 286 vfprintf(FILE * __restrict fp, const char * __restrict fmt0, va_list ap) in vfprintf() 302 __vfprintf(FILE *fp, locale_t locale, int serrno, const char *fmt0, va_list ap) in __vfprintf()
|
H A D | vfwprintf.c | 348 const wchar_t * __restrict fmt0, va_list ap) in vfwprintf_l() 364 vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, va_list ap) in vfwprintf() 380 __vfwprintf(FILE *fp, locale_t locale, const wchar_t *fmt0, va_list ap) in __vfwprintf()
|
H A D | vfscanf.c | 462 __vfscanf(FILE *fp, char const *fmt0, va_list ap) in __vfscanf() 472 vfscanf_l(FILE *fp, locale_t locale, char const *fmt0, va_list ap) in vfscanf_l() 487 __svfscanf(FILE *fp, locale_t locale, const char *fmt0, va_list ap) in __svfscanf()
|
H A D | printf-pos.c | 247 __find_arguments (const char *fmt0, va_list ap, union arg **argtable) in __find_arguments() 440 __find_warguments (const wchar_t *fmt0, va_list ap, union arg **argtable) in __find_warguments()
|
H A D | xprintf.c | 265 __v2printf(FILE *fp, const char *fmt0, unsigned pct, va_list ap) in __v2printf() 605 __xvprintf(FILE *fp, const char *fmt0, va_list ap) in __xvprintf()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | vfscanf.c | 109 sm_vfscanf(fp, timeout, fmt0, ap) in sm_vfscanf() argument
|
H A D | vfprintf.c | 173 sm_io_vfprintf(fp, timeout, fmt0, ap) in sm_io_vfprintf() argument 828 sm_find_arguments(fmt0, ap, argtable) in sm_find_arguments() argument
|
/freebsd/sys/kern/ |
H A D | subr_scanf.c | 103 vsscanf(const char *inp, char const *fmt0, va_list ap) in vsscanf()
|
/freebsd/lib/libbsdstat/ |
H A D | bsdstat.c | 38 bsdstat_setfmt(struct bsdstat *sf, const char *fmt0) in bsdstat_setfmt()
|
/freebsd/usr.sbin/boot0cfg/ |
H A D | boot0cfg.c | 92 static const char fmt0[] = "# flag start chs type" variable
|