reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/wchar.h
  567 extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc) __THROW;
  573 extern int fwide (__FILE *__fp, int __mode) __THROW;
  580 extern int fwprintf (__FILE *__restrict __stream,
  598 extern int vfwprintf (__FILE *__restrict __s,
  621 extern int fwscanf (__FILE *__restrict __stream,
  673 extern int vfwscanf (__FILE *__restrict __s,
  727 extern wint_t fgetwc (__FILE *__stream);
  728 extern wint_t getwc (__FILE *__stream);
  741 extern wint_t fputwc (wchar_t __wc, __FILE *__stream);
  742 extern wint_t putwc (wchar_t __wc, __FILE *__stream);
  757 			__FILE *__restrict __stream);
  764 		   __FILE *__restrict __stream);
  771 extern wint_t ungetwc (wint_t __wc, __FILE *__stream);
  782 extern wint_t getwc_unlocked (__FILE *__stream);
  791 extern wint_t fgetwc_unlocked (__FILE *__stream);
  799 extern wint_t fputwc_unlocked (wchar_t __wc, __FILE *__stream);
  808 extern wint_t putwc_unlocked (wchar_t __wc, __FILE *__stream);
  819 				 __FILE *__restrict __stream);
  828 			    __FILE *__restrict __stream);