__vfwprintf
extern int __vfwprintf (__FILE *__restrict __s,
done = __vfwprintf (stream, format, arg);
return __vfwprintf (stdout, format, arg);
done = __vfwprintf (stdout, format, arg);
res = __vfwprintf (fp, wfmt, ap);
strong_alias (_IO_vfwprintf, __vfwprintf);