Home | History | Annotate | Download | only in Include

Lines Matching defs:WEOF

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)
896 file indicator for the stream is set and the fgetwc function returns WEOF. Otherwise,
899 function returns WEOF. If an encoding error occurs (including too few bytes), the value of
900 the macro EILSEQ is stored in errno and the fgetwc function returns WEOF.
939 error indicator for the stream is set and fputwc returns WEOF. If an encoding error
940 occurs, the value of the macro EILSEQ is stored in errno and fputwc returns WEOF.
982 stream, or WEOF.
991 input stream pointed to by stdin, or WEOF.
1004 @return The putwc function returns the wide character written, or WEOF.
1014 @return The putwchar function returns the character written, or WEOF.
1033 If the value of C equals that of the macro WEOF, the operation fails and the input stream is
1047 or WEOF if the operation fails.
1382 @return The btowc function returns WEOF if c has the value EOF or if