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

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dstreambuf.cc38 basic_streambuf<char>* __sbout, bool& __ineof)
42 __ineof = true;
54 __ineof = false;
64 __ineof = false;
78 basic_streambuf<wchar_t>* __sbout, bool& __ineof)
82 __ineof = true;
94 __ineof = false;
104 __ineof = false;
37 __copy_streambufs_eof(basic_streambuf<char>* __sbin, basic_streambuf<char>* __sbout, bool& __ineof) argument
77 __copy_streambufs_eof(basic_streambuf<wchar_t>* __sbin, basic_streambuf<wchar_t>* __sbout, bool& __ineof) argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h299 bool __ineof; local
300 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof);
301 if (!__ineof)

Completed in 94 milliseconds