Home
last modified time | relevance | path

Searched refs:__vfprintf (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dsnprintf.c71 ret = __vfprintf(&f, __get_locale(), serrno, fmt, ap); in snprintf()
100 ret = __vfprintf(&f, locale, serrno, fmt, ap); in snprintf_l()
H A Dvdprintf.c66 if ((ret = __vfprintf(&f, __get_locale(), serrno, fmt, ap)) < 0) in vdprintf()
H A Dvsprintf.c60 ret = __vfprintf(&f, locale, serrno, fmt, ap); in vsprintf_l()
H A Dvasprintf.c59 ret = __vfprintf(&f, locale, serrno, fmt, ap); in vasprintf_l()
H A Dvsnprintf.c77 ret = __vfprintf(&f, locale, serrno, fmt, ap); in vsnprintf_l()
H A Dlocal.h81 extern int __vfprintf(FILE *, locale_t, int, const char *, __va_list);
H A Dvfprintf.c197 ret = __vfprintf(&fake, locale, serrno, fmt, ap); in __sbprintf()
281 ret = __vfprintf(fp, locale, serrno, fmt0, ap); in vfprintf_l()
302 __vfprintf(FILE *fp, locale_t locale, int serrno, const char *fmt0, va_list ap) in __vfprintf() function