Home | History | Annotate | Download | only in bits

Lines Matching full:__eof

56 	      const __int_type __eof = traits_type::eof();
61 while (!traits_type::eq_int_type(__c, __eof)
69 if (traits_type::eq_int_type(__c, __eof))
188 const int_type __eof = traits_type::eof();
189 int_type __c = __eof;
199 if (!traits_type::eq_int_type(__c, __eof))
269 const int_type __eof = traits_type::eof();
274 && !traits_type::eq_int_type(__c, __eof)
281 if (traits_type::eq_int_type(__c, __eof))
316 const int_type __eof = traits_type::eof();
321 while (!traits_type::eq_int_type(__c, __eof)
323 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
329 if (traits_type::eq_int_type(__c, __eof))
360 const int_type __eof = traits_type::eof();
365 && !traits_type::eq_int_type(__c, __eof)
372 if (traits_type::eq_int_type(__c, __eof))
419 const int_type __eof = traits_type::eof();
422 if (traits_type::eq_int_type(__sb->sbumpc(), __eof))
452 const int_type __eof = traits_type::eof();
467 && !traits_type::eq_int_type(__c, __eof))
473 && !traits_type::eq_int_type(__c, __eof))
486 if (traits_type::eq_int_type(__c, __eof))
514 const int_type __eof = traits_type::eof();
523 && !traits_type::eq_int_type(__c, __eof)
530 && !traits_type::eq_int_type(__c, __eof)
544 if (traits_type::eq_int_type(__c, __eof))
672 const int_type __eof = traits_type::eof();
675 || traits_type::eq_int_type(__sb->sputbackc(__c), __eof))
705 const int_type __eof = traits_type::eof();
708 || traits_type::eq_int_type(__sb->sungetc(), __eof))
907 const int_type __eof = _Traits::eof();
912 && !_Traits::eq_int_type(__c, __eof)
920 if (_Traits::eq_int_type(__c, __eof))
954 const __int_type __eof = _Traits::eof();
958 while (!_Traits::eq_int_type(__c, __eof)
962 if (_Traits::eq_int_type(__c, __eof))