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

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/headers/cwctype/
H A Dmacros.cc26 #ifndef WEOF
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/headers/cwchar/
H A Dmacros.cc38 #ifndef WEOF
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dungetwc.c50 if (wc == WEOF)
51 return WEOF;
65 return WEOF;
70 return WEOF;
H A Dfputwc.c66 return WEOF;
75 return WEOF;
82 return WEOF;
H A Dvfwscanf.c130 while ((tc = __fgetwc_unlock(fp)) != WEOF && iswspace(tc)) \
132 if (tc != WEOF) \
179 while ((c = __fgetwc_unlock(fp)) != WEOF &&
182 if (c != WEOF)
199 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
[all...]
H A Dfputws.c56 if (__fputwc_unlock(*ws++, fp) == WEOF) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D9661-1.cc74 VERIFY( c1 != WEOF );
76 VERIFY( c2 != WEOF );
80 VERIFY( c3 != WEOF );
83 VERIFY( c4 != WEOF );
87 VERIFY( c5 != WEOF );
H A D9520.cc48 VERIFY( c1 != WEOF );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D9661-1.cc69 VERIFY( c1 != WEOF );
71 VERIFY( c2 != WEOF );
75 VERIFY( c3 != WEOF );
78 VERIFY( c4 != WEOF );
82 VERIFY( c5 != WEOF );
H A D9520.cc49 VERIFY( c1 != WEOF );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D12948-1.cc32 VERIFY( c1 != WEOF );
34 VERIFY( c2 != WEOF );
H A D12948-2.cc32 VERIFY( c1 != WEOF );
34 VERIFY( c2 != WEOF );
H A D12077.cc73 VERIFY( c != WEOF );
H A D12948-3.cc34 VERIFY( c2 != WEOF );
H A D12948-4.cc34 VERIFY( c2 != WEOF );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D12948-1.cc33 VERIFY( c1 != WEOF );
35 VERIFY( c2 != WEOF );
H A D12948-2.cc33 VERIFY( c1 != WEOF );
35 VERIFY( c2 != WEOF );
H A D12077.cc73 VERIFY( c != WEOF );
H A D12948-3.cc35 VERIFY( c2 != WEOF );
H A D12948-4.cc35 VERIFY( c2 != WEOF );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D4.cc33 { return (it != str.end() ? *it : WEOF); }
37 { return (it != str.end() ? *it++ : WEOF); }
54 { return (it != str.end() ? *it : WEOF); }
58 { return (it != str.end() ? *it++ : WEOF); }
79 { return (it != str.end() ? *it : WEOF); }
83 { return (it != str.end() ? *it++ : WEOF); }
113 { return (it != str.end() ? *it : WEOF); }
117 { return (it != str.end() ? *it++ : WEOF); }
/netbsd-6-1-5-RELEASE/include/
H A Dwctype.h52 #ifndef WEOF
53 #define WEOF ((wint_t)-1) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D4.cc34 { return (it != str.end() ? *it : WEOF); }
38 { return (it != str.end() ? *it++ : WEOF); }
55 { return (it != str.end() ? *it : WEOF); }
59 { return (it != str.end() ? *it++ : WEOF); }
80 { return (it != str.end() ? *it : WEOF); }
84 { return (it != str.end() ? *it++ : WEOF); }
114 { return (it != str.end() ? *it : WEOF); }
118 { return (it != str.end() ? *it++ : WEOF); }
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_ctype_fallback.c68 *wcresult = WEOF;
78 *wcresult = WEOF;
98 if (wc == WEOF) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D5.cc58 VERIFY( fb.sbumpc() == WEOF );
64 VERIFY( fb.sbumpc() == WEOF );

Completed in 191 milliseconds

123