Searched refs:fgetwc (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dgetwc.c48 return fgetwc(fp);
H A Dgetwchar.c48 return fgetwc(stdin);
H A Dfgetwc.c37 NetBSD: fgetwc.c,v 1.5 2006/07/03 17:06:36 tnozaki Exp
102 fgetwc(FILE *fp) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h54 wint_t fgetwc (FILE *stream);
889 next wide character is present, the fgetwc function obtains that wide character as a
896 file indicator for the stream is set and the fgetwc function returns WEOF. Otherwise,
897 the fgetwc function returns the next wide character from the input stream pointed to by
898 stream. If a read error occurs, the error indicator for the stream is set and the fgetwc
900 the macro EILSEQ is stored in errno and the fgetwc function returns WEOF.
902 wint_t fgetwc(FILE *Stream);
975 The getwc function is equivalent to fgetwc, except that if it is implemented as a
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h192 wint_t __cdecl fgetwc(FILE*);
H A Dwchar.h300 wint_t __cdecl fgetwc(FILE*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h212 wint_t __cdecl fgetwc(FILE*);
H A Dwchar.h338 wint_t __cdecl fgetwc(FILE*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h76 #define _fgettc WINE_tchar_routine(fgetc, fgetc, fgetwc)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h76 #define _fgettc WINE_tchar_routine(fgetc, fgetc, fgetwc)

Completed in 52 milliseconds