Searched refs:__vfprintf (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | snprintf.c | 72 ret = __vfprintf(&f, __get_locale(), serrno, fmt, ap); in snprintf() 101 ret = __vfprintf(&f, locale, serrno, fmt, ap); in snprintf_l()
|
| H A D | vdprintf.c | 66 if ((ret = __vfprintf(&f, __get_locale(), serrno, fmt, ap)) < 0) in vdprintf()
|
| H A D | vsprintf.c | 61 ret = __vfprintf(&f, locale, serrno, fmt, ap); in vsprintf_l()
|
| H A D | vasprintf.c | 59 ret = __vfprintf(&f, locale, serrno, fmt, ap); in vasprintf_l()
|
| H A D | vsnprintf.c | 78 ret = __vfprintf(&f, locale, serrno, fmt, ap); in vsnprintf_l()
|
| H A D | local.h | 83 extern int __vfprintf(FILE *, locale_t, int, const char *, __va_list);
|
| H A D | vfprintf.c | 200 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
|