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

/seL4-test-master/projects/musllibc/src/multibyte/
H A Dbtowc.c9 return b<128U ? b : (MB_CUR_MAX==1 && c!=EOF) ? CODEUNIT(c) : WEOF;
/seL4-test-master/projects/musllibc/src/stdio/
H A Dungetwc.c20 if (!f->rpos || c == WEOF || (l = wcrtomb((void *)mbc, c, 0)) < 0 ||
24 return WEOF;
H A Dfgetwc.c23 return WEOF;
32 return WEOF;
35 if (l == -1) return WEOF;
H A Dfputwc.c20 if (l < 0) c = WEOF;
24 if (l < 0 || __fwritex((void *)mbc, l, f) < l) c = WEOF;
26 if (c==WEOF) f->flags |= F_ERR;
H A Dfgetws.c16 if (c == WEOF) break;
/seL4-test-master/projects/musllibc/include/
H A Dwctype.h22 #undef WEOF macro
23 #define WEOF 0xffffffffU macro
H A Dwchar.h43 #undef WEOF macro
44 #define WEOF 0xffffffffU macro

Completed in 87 milliseconds