Home | History | Annotate | Download | only in ext

Lines Matching refs:eof

77       : _M_file(__f), _M_unget_buf(traits_type::eof())
116 pbackfail(int_type __c = traits_type::eof())
119 const int_type __eof = traits_type::eof();
141 overflow(int_type __c = traits_type::eof())
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
147 __ret = traits_type::eof();
215 _M_unget_buf = traits_type::eof();
245 const int_type __eof = traits_type::eof();
258 _M_unget_buf = traits_type::eof();
268 const int_type __eof = traits_type::eof();