Home | History | Annotate | Download | only in Include

Lines Matching refs:fwprintf

32       int       fwprintf  (FILE * __restrict stream,

244 /** The fwprintf function writes output to the stream pointed to by stream,
249 (as always) but are otherwise ignored. The fwprintf function returns
441 so far by this call to fwprintf. No argument is converted, but one
454 @return The fwprintf function returns the number of wide characters
458 int fwprintf(FILE * __restrict stream, const wchar_t * __restrict format, ...);
634 fwprintf function. The corresponding argument is a pointer to a
674 The swprintf function is equivalent to fwprintf, except that the argument s
720 The vfwprintf function is equivalent to fwprintf, with the variable argument list
849 The wprintf function is equivalent to fwprintf with the argument stdout