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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dungetwc.c47 if (wc == WEOF)
48 return WEOF;
62 return WEOF;
67 return WEOF;
H A Dfgetwc.c60 return WEOF;
67 return WEOF;
84 return WEOF;
92 return WEOF;
109 return (WEOF);
H A Dfputwc.c64 return (WEOF);
76 return WEOF;
85 return WEOF;
92 return WEOF;
106 return (WEOF);
H A Dvfwscanf.c178 while ((c = __fgetwc_unlock(fp)) != WEOF &&
181 if (c != WEOF)
197 if ((wi = __fgetwc_unlock(fp)) == WEOF)
362 while ((wi = __fgetwc_unlock(fp)) != WEOF && iswspace(wi))
364 if (wi == WEOF)
383 (wi = __fgetwc_unlock(fp)) != WEOF) {
399 (wi = __fgetwc_unlock(fp)) != WEOF) {
439 while ((wi = __fgetwc_unlock(fp)) != WEOF &&
442 if (wi != WEOF)
448 while ((wi = __fgetwc_unlock(fp)) != WEOF
[all...]
H A Dfputws.c66 if (__fputwc_unlock(*ws++, fp) == WEOF) {
H A Dvfwprintf.c83 #define END_OF_FILE WEOF
/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/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dmultibyte_sb.c271 return WEOF;
283 if (c == WEOF) {
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.c164 # define WEOF EOF macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h224 #define _TEOF WINE_tchar_routine(EOF, EOF, WEOF)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h224 #define _TEOF WINE_tchar_routine(EOF, EOF, WEOF)
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsCharTraits.h43 // for |EOF|, |WEOF|
346 return WEOF;

Completed in 72 milliseconds