Home
last modified time | relevance | path

Searched refs:WEOF (Results 1 – 19 of 19) sorted by relevance

/external/bison/lib/
Dwctype.in.h82 # ifndef WEOF
83 # define WEOF -1 macro
98 # ifndef WEOF
99 # define WEOF ((wint_t) -1)
Dwchar.in.h104 # ifndef WEOF
105 # define WEOF -1
120 # ifndef WEOF
121 # define WEOF ((wint_t) -1)
Dstrtol.c270 if (thousands == WEOF) in INTERNAL()
/external/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp15 #ifndef WEOF
16 #error WEOF not defined
Dwchar_h.pass.cpp27 #ifndef WEOF
28 #error WEOF not defined
/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp15 #ifndef WEOF
16 #error WEOF not defined
Dcwchar.pass.cpp27 #ifndef WEOF
28 #error WEOF not defined
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
Deof.pass.cpp21 assert(std::char_traits<wchar_t>::eof() == WEOF); in main()
/external/bison/darwin-lib/
Dwctype.h384 # ifndef WEOF
385 # define WEOF -1 macro
400 # ifndef WEOF
401 # define WEOF ((wint_t) -1)
Dwchar.h416 # ifndef WEOF
417 # define WEOF -1 macro
432 # ifndef WEOF
433 # define WEOF ((wint_t) -1) macro
/external/bison/linux-lib/
Dwctype.h384 # ifndef WEOF
385 # define WEOF -1 macro
400 # ifndef WEOF
401 # define WEOF ((wint_t) -1)
Dwchar.h416 # ifndef WEOF
417 # define WEOF -1 macro
432 # ifndef WEOF
433 # define WEOF ((wint_t) -1) macro
/external/libcxx/include/
Dmodule.modulemap243 export_macros NULL, WCHAR_MAX, WCHAR_MIN, WEOF
250 export_macros WEOF
Dcwctype19 WEOF
Dcwchar22 WEOF
Dstring708 {return int_type(WEOF);}
/external/e2fsprogs/intl/
Dprintf.c286 if (fputwc (result[i], stream) == WEOF) in libintl_vfwprintf()
/external/libcxx/src/
Dlocale.cpp1425 return r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault; in do_narrow()
1438 *dest = r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault; in do_narrow()
/external/libxml2/
Dtrio.c174 # define WEOF EOF macro