Searched refs:__vfprintf (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/lib/libc/stdio/ |
H A D | snprintf.c | 71 ret = __vfprintf(&f, __get_locale(), fmt, ap); in snprintf() 99 ret = __vfprintf(&f, locale, fmt, ap); in snprintf_l()
|
H A D | vdprintf.c | 66 if ((ret = __vfprintf(&f, __get_locale(), fmt, ap)) < 0) in vdprintf()
|
H A D | vsprintf.c | 59 ret = __vfprintf(&f, locale, fmt, ap); in vsprintf_l()
|
H A D | vasprintf.c | 60 ret = __vfprintf(&f, locale, fmt, ap); in vasprintf_l()
|
H A D | vsnprintf.c | 77 ret = __vfprintf(&f, locale, fmt, ap); in vsnprintf_l()
|
H A D | local.h | 82 extern int __vfprintf(FILE *, locale_t, const char *, __va_list);
|
H A D | vfprintf.c | 195 ret = __vfprintf(&fake, locale, fmt, ap); in __sbprintf() 278 ret = __vfprintf(fp, locale, fmt0, ap); in vfprintf_l() 303 __vfprintf(FILE *fp, locale_t locale, const char *fmt0, va_list ap) in __vfprintf() function
|
H A D | Symbol.map | 233 __vfprintf;
|