Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/stdio/
H A Dsnprintf.c72 ret = __vfprintf(&f, __get_locale(), serrno, fmt, ap); in snprintf()
101 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.c61 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.c78 ret = __vfprintf(&f, locale, serrno, fmt, ap); in vsnprintf_l()
H A Dlocal.h83 extern int __vfprintf(FILE *, locale_t, int, const char *, __va_list);
H A Dvfprintf.c200 ret = __vfprintf(&fake, locale, serrno, fmt, ap); in __sbprintf()
284 ret = __vfprintf(fp, locale, serrno, fmt0, ap); in vfprintf_l()
309 __vfprintf(FILE *fp, locale_t locale, int serrno, const char *fmt0, va_list ap) in __vfprintf() function