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

12

/haiku/src/system/libroot/posix/glibc/libio/
H A Dioungetwc.c37 CHECK_FILE (fp, WEOF);
41 if (c == WEOF)
42 result = WEOF;
H A Dputwchar_u.c26 CHECK_FILE (_IO_stdout, WEOF);
H A Dputwc_u.c27 CHECK_FILE (fp, WEOF);
H A Dfputwc.c41 result = WEOF;
H A Dfputwc_u.c40 return WEOF;
H A Dputwc.c28 CHECK_FILE (fp, WEOF);
H A Dgetwc.c39 CHECK_FILE (fp, WEOF);
H A Dwstrops.c127 int flush_only = c == WEOF;
130 return flush_only ? 0 : WEOF;
141 return WEOF;
153 return WEOF;
199 return WEOF;
294 if ((fp->_flags & _IO_NO_WRITES) && c != WEOF)
295 return WEOF;
H A Dwgenops.c150 return WEOF;
160 return WEOF;
179 return WEOF;
233 if (wch == WEOF)
234 return WEOF;
257 return WEOF;
263 return WEOF;
275 return WEOF;
288 return WEOF;
294 return WEOF;
[all...]
H A Dwfileops.c92 return WEOF;
115 return to_do == 0 ? 0 : WEOF;
134 return WEOF;
167 return WEOF;
260 return WEOF;
282 return WEOF;
308 return WEOF;
321 return WEOF;
356 return WEOF;
366 return WEOF;
[all...]
H A Diogetwline.c78 if (wc == WEOF)
/haiku/src/system/libroot/posix/wchar/
H A Dbtowc.c17 return WEOF;
26 return WEOF;
/haiku/src/tests/system/libroot/posix/
H A Dgnulib-test-btowc.c35 assert (btowc (EOF) == WEOF);
52 assert (btowc (c) != WEOF);
67 assert (btowc (c) == WEOF);
H A Dtst-getwc.c34 if (buf[n] == WEOF)
H A Dtst-btowc.c51 if (wc != WEOF) {
52 printf("%s: btowc('%c') succeded, returned L'\\x%x' instead of WEOF\n",
66 if (wc != WEOF) {
67 printf("%s: btowc(EOF) returned L'\\x%x', not WEOF\n", current_locale,
81 printf("WEOF=0x%08x\n", WEOF);
H A Dtst-ungetwc1.c51 if (ret == WEOF) {
H A Dtst-ungetwc2.c56 if (ret == WEOF) {
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h52 # ifndef WEOF
53 # define WEOF (0xffffffffu) macro
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c188 <wc1> , WEOF , <wc2> , WEOF , <wc3>
189 We use WEOF for padding, they indicate that the position isn't
254 pstr->wcs[byte_idx++] = WEOF;
329 pstr->wcs[byte_idx++] = WEOF;
416 pstr->wcs[byte_idx + i] = WEOF;
444 pstr->wcs[byte_idx++] = WEOF;
486 wchar_t wc = WEOF;
630 character at offset is and fill it with WEOF/255. */
637 if (pstr->wcs[mid] != WEOF)
[all...]
H A Dregex_internal.h409 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] != WEOF)
411 ((pstr)->wcs[idx] != WEOF && ((pstr)->valid_len == (idx) + 1 \
412 || (pstr)->wcs[(idx) + 1] != WEOF))
726 if (pstr->wcs[idx + byte_idx] != WEOF)
H A Dregcomp.c911 if (wch != WEOF)
2624 if (start_wc == WEOF || end_wc == WEOF)
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c76 # define ungetc(c, s) ((void) (c == WEOF \
81 # define inchar() (c == WEOF ? WEOF \
83 (void) (c != WEOF && ++read_in), c))
90 # define ORIENT if (_IO_fwide (s, 1) != 1) return WEOF
104 # define EOF WEOF
1970 if (inchar () == WEOF)
2068 while (--width > 0 && inchar () != WEOF);
2290 while (--width > 0 && inchar () != WEOF);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h98 #ifndef WEOF
99 # define WEOF (0xffffffffu) macro
/haiku/headers/posix/
H A Dwchar.h39 #define WEOF ((wint_t)(-1)) macro
/haiku/src/system/libroot/add-ons/icu/
H A DICUCtypeData.cpp164 if (wc == WEOF)

Completed in 97 milliseconds

12