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

1 2 3 4 5

  /external/libcxx/test/std/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;
fputws.c 48 if (__fputwc_unlock(*ws++, fp) == WEOF) {
fgetws.c 55 if ((wc = __fgetwc_unlock(fp)) == WEOF &&
58 if (wc == WEOF) {
fputwc.c 57 return WEOF;
66 return WEOF;
71 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)
  /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/current/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/std/depr/depr.c.headers/
wctype_h.pass.cpp 15 #ifndef WEOF
16 #error WEOF not defined
  /external/libcxx/test/std/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/current/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.8/sysroot/usr/include/
wctype.h 38 # ifndef WEOF
39 # define WEOF (0xffffffffu)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wctype.h 38 # ifndef WEOF
39 # define WEOF (0xffffffffu)
  /prebuilts/ndk/current/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/current/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)
  /prebuilts/ndk/current/platforms/android-5/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)
  /external/bison/lib/
wctype.in.h 79 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
82 # ifndef WEOF
83 # define WEOF -1
98 # ifndef WEOF
99 # define WEOF ((wint_t) -1)
436 The argument WC must be either a wchar_t value or WEOF.
485 The argument WC must be either a wchar_t value or WEOF.

Completed in 1361 milliseconds

1 2 3 4 5