HomeSort by relevance Sort by last modified time
    Searched defs:WEOF (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
conio.h 50 #ifndef WEOF
51 #define WEOF (wint_t)(0xFFFF)
wctype.h 38 #ifndef WEOF
39 #define WEOF (wint_t)(0xFFFF)
ctype.h 15 #ifndef WEOF
16 #define WEOF (wint_t)(0xFFFF)
stdio.h 777 #ifndef WEOF
778 #define WEOF (wint_t)(0xFFFF)
    [all...]
wchar.h 27 #ifndef WEOF
28 #define WEOF (wint_t)(0xFFFF)
399 #ifndef WEOF
400 #define WEOF (wint_t)(0xFFFF)
626 #ifndef WEOF
627 #define WEOF (wint_t)(0xFFFF)
    [all...]
  /bionic/libc/include/bits/
wctype.h 38 #define WEOF __BIONIC_CAST(static_cast, wint_t, -1)
  /device/linaro/bootloader/edk2/StdLib/Include/
wctype.h 6 WEOF Wide char version of end-of-file.
11 wint_t Type capable of holding all wchar_t values and WEOF.
92 extended character set: WEOF.
112 #ifndef WEOF
113 /** WEOF expands to a constant expression of type wint_t whose value does not
120 #define WEOF ((wint_t)-1)
wchar.h 17 WEOF Wide char version of end-of-file.
24 wint_t Type capable of holding all wchar_t values and WEOF.
149 - WEOF might be a different value than that of EOF.
150 - WEOF might not be negative.
203 extended character set: WEOF.
220 #ifndef WEOF
221 /** WEOF expands to a constant expression of type wint_t whose value does not
228 #define WEOF ((wint_t)-1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 118 #ifndef WEOF
119 # define WEOF (0xffffffffu)
wctype.h 38 # ifndef WEOF
39 # define WEOF (0xffffffffu)
  /external/libxml2/
trio.c 174 # define WEOF EOF
    [all...]

Completed in 160 milliseconds