HomeSort by relevance Sort by last modified time
    Searched refs:getwchar (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getwchar.c 1 /* $NetBSD: getwchar.c,v 1.3 2005/06/12 05:21:27 lukem Exp $ */
33 __RCSID("$NetBSD: getwchar.c,v 1.3 2005/06/12 05:21:27 lukem Exp $");
40 * A subroutine version of the macro getwchar.
42 #undef getwchar macro
45 getwchar() function
Stdio.inf 87 getwchar.c #
  /bionic/tests/headers/posix/
wchar_h.c 57 FUNCTION(getwchar, wint_t (*f)(void));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 62 wint_t getwchar (void);
    [all...]
  /bionic/libc/include/
wchar.h 55 wint_t getwchar(void);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 120 static_assert((std::is_same<decltype(getwchar()), wint_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 120 static_assert((std::is_same<decltype(getwchar()), wint_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 586 #undef getwchar macro
587 #define getwchar(...) (pthread_testcancel(), getwchar(__VA_ARGS__)) macro
    [all...]
stdio.h 792 wint_t __cdecl getwchar(void);
875 #define getwchar macro
878 __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); } function
    [all...]
wchar.h 641 wint_t __cdecl getwchar(void);
757 #define getwchar() fgetwc(stdin) macro
760 __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); } function
    [all...]
tchar.h 208 #define _gettchar getwchar
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 119 static_assert((std::is_same<decltype(std::getwchar()), std::wint_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 119 static_assert((std::is_same<decltype(std::getwchar()), std::wint_t>::value), "");
  /bionic/libc/stdio/
stdio.cpp 833 wint_t getwchar() { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 749 extern wint_t getwchar (void);

Completed in 593 milliseconds