HomeSort by relevance Sort by last modified time
    Searched refs:WEOF (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
eof.pass.cpp 21 assert(std::char_traits<wchar_t>::eof() == WEOF);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
eof.pass.cpp 21 assert(std::char_traits<wchar_t>::eof() == WEOF);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ungetwc.c 42 if (wc == WEOF)
43 return WEOF;
55 return WEOF;
59 return WEOF;
fgetwc.c 49 return WEOF;
66 return WEOF;
73 return WEOF;
fgetws.c 55 if ((wc = __fgetwc_unlock(fp)) == WEOF && errno == EILSEQ) {
58 if (wc == WEOF) {
fputws.c 48 if (__fputwc_unlock(*ws++, fp) == WEOF) {
fputwc.c 58 return WEOF;
67 return WEOF;
72 return WEOF;
vfwscanf.c 144 while ((c = __fgetwc_unlock(fp)) != WEOF &&
147 if (c != WEOF)
163 if ((wi = __fgetwc_unlock(fp)) == WEOF)
338 while ((wi = __fgetwc_unlock(fp)) != WEOF &&
341 if (wi == WEOF)
360 (wi = __fgetwc_unlock(fp)) != WEOF) {
376 (wi = __fgetwc_unlock(fp)) != WEOF) {
416 while ((wi = __fgetwc_unlock(fp)) != WEOF &&
419 if (wi != WEOF)
425 while ((wi = __fgetwc_unlock(fp)) != WEOF &
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/locale/
btowc.c 41 return (WEOF);
50 return (WEOF);
wctob.c 40 if (c == WEOF || wcrtomb(buf, c, &mbs) != 1)
  /ndk/sources/host-tools/sed-4.2.1/lib/
btowc.c 37 return WEOF;
wctype.in.h 62 # ifndef WEOF
63 # define WEOF -1
  /development/ndk/platforms/android-8/include/
wchar.h 74 /* WEOF used to be defined as simply -1, which is
79 #define WEOF (-1)
81 #define WEOF ((wint_t)-1)
84 #define WEOF (-1)
86 #define WEOF ((wint_t)-1)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
wchar.h 74 /* WEOF used to be defined as simply -1, which is
79 #define WEOF (-1)
81 #define WEOF ((wint_t)-1)
84 #define WEOF (-1)
86 #define WEOF ((wint_t)-1)
  /external/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 15 #ifndef WEOF
16 #error WEOF not defined
  /external/libcxx/test/strings/c.strings/
cwctype.pass.cpp 15 #ifndef WEOF
16 #error WEOF not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 15 #ifndef WEOF
16 #error WEOF not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 15 #ifndef WEOF
16 #error WEOF not defined
  /ndk/sources/android/support/include/
wctype.h 47 #define WEOF ((wint_t)(-1))
  /prebuilts/ndk/9/sources/android/support/include/
wctype.h 47 #define WEOF ((wint_t)(-1))
  /development/ndk/platforms/android-3/include/
wchar.h 74 /* WEOF used to be defined as simply -1, which is
79 #define WEOF (-1)
81 #define WEOF ((wint_t)-1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wctype.h 38 # ifndef WEOF
39 # define WEOF (0xffffffffu)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wctype.h 38 # ifndef WEOF
39 # define WEOF (0xffffffffu)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
wchar.h 74 /* WEOF used to be defined as simply -1, which is
79 #define WEOF (-1)
81 #define WEOF ((wint_t)-1)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
wchar.h 74 /* WEOF used to be defined as simply -1, which is
79 #define WEOF (-1)
81 #define WEOF ((wint_t)-1)

Completed in 202 milliseconds

1 2 3 4 5 6