Searched defs:WEOF (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwctype.h6 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) macro
H A Dwchar.h17 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) macro
896 file indicator for the stream is set and the fgetwc function returns WEOF. Otherwise,
899 function returns WEOF
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwctype.h49 #ifndef WEOF
50 #define WEOF (wint_t)(0xFFFF) macro
H A Dctype.h17 #ifndef WEOF
18 #define WEOF (wint_t)(0xFFFF) macro
H A Dwchar.h43 #ifndef WEOF
44 #define WEOF (wint_t)(0xFFFF) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwctype.h49 #ifndef WEOF
50 #define WEOF (wint_t)(0xFFFF) macro
H A Dctype.h27 #ifndef WEOF
28 #define WEOF (wint_t)(0xFFFF) macro
H A Dwchar.h53 #ifndef WEOF
54 #define WEOF (wint_t)(0xFFFF) macro
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.c164 # define WEOF EOF macro

Completed in 50 milliseconds