HomeSort by relevance Sort by last modified time
    Searched full:ungetwc (Results 1 - 25 of 401) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ungetwc.c 1 /* $OpenBSD: ungetwc.c,v 1.5 2011/10/16 13:20:51 stsp Exp $ */
2 /* $NetBSD: ungetwc.c,v 1.2 2003/01/18 11:29:59 thorpej Exp $ */
69 ungetwc(wint_t wc, FILE *fp) function
fgetwc.c 52 /* if there're ungetwc'ed wchars, use them */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cwchar 86 #undef ungetwc
161 using ::ungetwc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cwchar 86 #undef ungetwc
161 using ::ungetwc;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cwchar 86 #undef ungetwc
161 using ::ungetwc;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cwchar 86 #undef ungetwc
161 using ::ungetwc;
  /external/libcxx/include/
cwchar 55 wint_t ungetwc(wint_t c, FILE* stream);
141 using ::ungetwc;
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 52 ungetwc(getwc(rd_stream), rd_stream);
154 {{^ungetwc\('?', .*\).*= '?'} == 1}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 55 wint_t ungetwc(wint_t c, FILE* stream);
147 using ::ungetwc;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 55 wint_t ungetwc(wint_t c, FILE* stream);
147 using ::ungetwc;
  /bionic/libc/include/
wchar.h 107 extern wint_t ungetwc(wint_t, FILE *);
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 730 ungetwc
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 713 ungetwc
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 710 ungetwc
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 730 ungetwc
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 713 ungetwc
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 710 ungetwc
  /development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt 731 ungetwc
  /development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt 714 ungetwc
  /development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt 711 ungetwc
  /development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.functions.txt 731 ungetwc
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 714 ungetwc
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 711 ungetwc
  /development/ndk/platforms/android-18/arch-arm/symbols/
libc.so.functions.txt 731 ungetwc
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 714 ungetwc

Completed in 2330 milliseconds

1 2 3 4 5 6 7 8 91011>>