__vfprintf
extern int __vfprintf(FILE *, locale_t, const char *, __va_list);
ret = __vfprintf(&f, __get_locale(), fmt, ap);
ret = __vfprintf(&f, locale, fmt, ap);
ret = __vfprintf(&f, locale, fmt, ap);
if ((ret = __vfprintf(&f, __get_locale(), fmt, ap)) < 0)
ret = __vfprintf(&fake, locale, fmt, ap);
ret = __vfprintf(fp, locale, fmt0, ap);
ret = __vfprintf(&f, locale, fmt, ap);
ret = __vfprintf(&f, locale, fmt, ap);