Searched refs:__eof (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/libstdcxx-60/src/
H A Distream.cc51 const int_type __eof = traits_type::eof(); local
56 && !traits_type::eq_int_type(__c, __eof)
84 if (traits_type::eq_int_type(__c, __eof))
124 const int_type __eof = traits_type::eof(); local
132 && !traits_type::eq_int_type(__c, __eof)
156 && !traits_type::eq_int_type(__c, __eof)
169 if (traits_type::eq_int_type(__c, __eof))
211 const __int_type __eof = __traits_type::eof(); local
216 && !__traits_type::eq_int_type(__c, __eof)
244 if (__traits_type::eq_int_type(__c, __eof))
287 const __int_type __eof = __traits_type::eof(); local
361 const __int_type __eof = __traits_type::eof(); local
431 const int_type __eof = traits_type::eof(); local
504 const int_type __eof = traits_type::eof(); local
590 const __int_type __eof = __traits_type::eof(); local
[all...]
H A Dcompatibility.cc73 const int_type __eof = traits_type::eof(); local
82 && !traits_type::eq_int_type(__c, __eof))
100 && !traits_type::eq_int_type(__c, __eof))
112 if (traits_type::eq_int_type(__c, __eof))
139 const int_type __eof = traits_type::eof(); local
147 && !traits_type::eq_int_type(__c, __eof))
165 && !traits_type::eq_int_type(__c, __eof))
177 if (traits_type::eq_int_type(__c, __eof))
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dstdio_sync_filebuf.h119 const int_type __eof = traits_type::eof(); local
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
127 __ret = __eof;
133 _M_unget_buf = __eof;
245 const int_type __eof = traits_type::eof(); local
249 if (traits_type::eq_int_type(__c, __eof))
268 const int_type __eof = traits_type::eof(); local
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dstreambuf_iterator.h173 const int_type __eof = traits_type::eof(); local
174 int_type __ret = __eof;
177 if (!traits_type::eq_int_type(_M_c, __eof))
180 __eof))
191 const int_type __eof = traits_type::eof(); local
192 return traits_type::eq_int_type(_M_get(), __eof);

Completed in 148 milliseconds