OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getwc
(Results
76 - 80
of
80
) sorted by null
1
2
3
4
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp
62
static_assert((std::is_same<decltype(
getwc
(fp)), wint_t>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp
62
static_assert((std::is_same<decltype(std::
getwc
(fp)), std::wint_t>::value), "");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h
693
extern wint_t
getwc
(__FILE *__stream);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h
693
extern wint_t
getwc
(__FILE *__stream);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h
693
extern wint_t
getwc
(__FILE *__stream);
Completed in 1705 milliseconds
1
2
3
4