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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getwc.c 1 /* $NetBSD: getwc.c,v 1.3 2005/06/12 05:21:27 lukem Exp $ */
33 __RCSID("$NetBSD: getwc.c,v 1.3 2005/06/12 05:21:27 lukem Exp $");
40 * A subroutine version of the macro getwc.
42 #undef getwc macro
45 getwc(FILE *fp) function
Stdio.inf 86 getwc.c #
  /bionic/tests/headers/posix/
wchar_h.c 56 FUNCTION(getwc, wint_t (*f)(FILE*));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 61 wint_t getwc (FILE *stream);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 228 { return std::getwc(_M_file); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 228 { return std::getwc(_M_file); }
  /bionic/libc/include/
wchar.h 54 wint_t getwc(FILE* __fp);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 67 static_assert((std::is_same<decltype(getwc(fp)), wint_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 67 static_assert((std::is_same<decltype(getwc(fp)), wint_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 584 #undef getwc macro
585 #define getwc(...) (pthread_testcancel(), getwc(__VA_ARGS__)) macro
    [all...]
stdio.h 791 wint_t __cdecl getwc(FILE *_File);
882 #define getwc macro
    [all...]
wchar.h 640 wint_t __cdecl getwc(FILE *_File);
764 #define getwc(_stm) fgetwc(_stm) macro
    [all...]
tchar.h 202 #define _gettc getwc
strsafe.h     [all...]
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 66 static_assert((std::is_same<decltype(std::getwc(fp)), std::wint_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 66 static_assert((std::is_same<decltype(std::getwc(fp)), std::wint_t>::value), "");
  /bionic/libc/stdio/
stdio.cpp 828 wint_t getwc(FILE* fp) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 743 extern wint_t getwc (__FILE *__stream);

Completed in 836 milliseconds