Home
last modified time | relevance | path

Searched refs:fgetwc (Results 1 – 18 of 18) sorted by relevance

/reactos/sdk/lib/ucrt/stdio/
H A Dfgetwc.cpp98 extern "C" wint_t __cdecl fgetwc(FILE* const stream) in fgetwc() function
122 return fgetwc(stream); in getwc()
129 return fgetwc(stdin); in _fgetwchar()
H A Dstdio.cmake12 stdio/fgetwc.cpp
/reactos/sdk/include/c++/
H A Dcwchar16 #undef fgetwc
77 using ::fgetwc;
/reactos/sdk/include/crt/
H A Dstdio.h756 fgetwc(
1124 #define getwchar() fgetwc(stdin)
1127 __CRT_INLINE wint_t __cdecl getwchar() { return (fgetwc(stdin)); } in getwchar()
1131 #define getwc(_stm) fgetwc(_stm)
H A Dwchar.h945 fgetwc(
1602 #define getwchar() fgetwc(stdin)
1605 _Check_return_ __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); } in getwchar()
1609 #define getwc(_stm) fgetwc(_stm)
H A Dtchar.h184 #define _fgettc fgetwc
/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c898 ch = fgetwc(tempfh); in test_fgetwc_locale()
901 ch = fgetwc(tempfh); in test_fgetwc_locale()
914 ch = fgetwc(tempfh); in test_fgetwc_locale()
917 ch = fgetwc(tempfh); in test_fgetwc_locale()
950 ch = fgetwc(tempfh); in test_fgetwc_unicode()
954 ch = fgetwc(tempfh); in test_fgetwc_unicode()
970 ch = fgetwc(tempfh); in test_fgetwc_unicode()
974 ch = fgetwc(tempfh); in test_fgetwc_unicode()
/reactos/sdk/include/c++/stlport/stl/
H A D_cwchar.h213 using _STLP_VENDOR_CSTD::fgetwc;
/reactos/sdk/lib/crt/stdio/
H A Dfile.c2948 wint_t CDECL fgetwc(FILE* file) in fgetwc() function
3023 return fgetwc(file); in getwc()
3031 return fgetwc(stdin); in _fgetwchar()
3055 while ((size >1) && (cc = fgetwc(file)) != WEOF && cc != '\n') in fgetws()
3671 for (cc = fgetwc(stdin); cc != WEOF && cc != '\n'; in _getws()
3672 cc = fgetwc(stdin)) in _getws()
/reactos/sdk/lib/crt/string/
H A Dscanf.h109 #define _GETC_(file) (consumed++, fgetwc(file))
/reactos/modules/rostests/apitests/crt/
H A Dcrtdll_crt_apitest.cmake367 # fgetwc.c
H A Dmsvcrt_crt_apitest.cmake1039 # fgetwc.c
/reactos/sdk/include/ucrt/
H A Dcorecrt_wstdio.h51 _ACRTIMP wint_t __cdecl fgetwc(
252 #define fgetwc(stream) _getwc_nolock(stream) macro
H A Dtchar.h294 #define _fgettc fgetwc
/reactos/dll/win32/crtdll/
H A Dcrtdll.spec371 @ cdecl fgetwc(ptr)
/reactos/dll/win32/msvcrt40/
H A Dmsvcrt40.spec1004 @ cdecl fgetwc(ptr)
/reactos/dll/win32/msvcrt20/
H A Dmsvcrt20.spec966 @ cdecl fgetwc(ptr)
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec1331 @ cdecl fgetwc(ptr)