Searched refs:__ineof (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dstreambuf.cc36 basic_streambuf<char>* __sbout, bool& __ineof)
40 __ineof = true;
52 __ineof = false;
62 __ineof = false;
76 basic_streambuf<wchar_t>* __sbout, bool& __ineof)
80 __ineof = true;
92 __ineof = false;
102 __ineof = false;
35 __copy_streambufs_eof(basic_streambuf<char>* __sbin, basic_streambuf<char>* __sbout, bool& __ineof) argument
75 __copy_streambufs_eof(basic_streambuf<wchar_t>* __sbin, basic_streambuf<wchar_t>* __sbout, bool& __ineof) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h287 bool __ineof; local
288 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
289 if (!__ineof)

Completed in 100 milliseconds