Home
last modified time | relevance | path

Searched refs:getchar (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h107 # undef getchar
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h60 # undef getchar
93 using _STLP_VENDOR_CSTD::getchar;
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdio76 int getchar(void);
155 using ::getchar;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio65 using ::getchar;
/ndk/sources/cxx-stl/system/include/
Dcstdio65 using ::getchar;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dstdio_h.pass.cpp119 static_assert((std::is_same<decltype(getchar()), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcstdio.pass.cpp120 static_assert((std::is_same<decltype(std::getchar()), int>::value), ""); in main()