Home | History | Annotate | Download | only in bits

Lines Matching full:__eof

58 	      const __int_type __eof = traits_type::eof();
63 while (!traits_type::eq_int_type(__c, __eof)
71 if (traits_type::eq_int_type(__c, __eof))
240 const int_type __eof = traits_type::eof();
241 int_type __c = __eof;
251 if (!traits_type::eq_int_type(__c, __eof))
321 const int_type __eof = traits_type::eof();
326 && !traits_type::eq_int_type(__c, __eof)
333 if (traits_type::eq_int_type(__c, __eof))
368 const int_type __eof = traits_type::eof();
373 while (!traits_type::eq_int_type(__c, __eof)
375 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
381 if (traits_type::eq_int_type(__c, __eof))
412 const int_type __eof = traits_type::eof();
417 && !traits_type::eq_int_type(__c, __eof)
424 if (traits_type::eq_int_type(__c, __eof))
471 const int_type __eof = traits_type::eof();
474 if (traits_type::eq_int_type(__sb->sbumpc(), __eof))
504 const int_type __eof = traits_type::eof();
519 && !traits_type::eq_int_type(__c, __eof))
525 && !traits_type::eq_int_type(__c, __eof))
538 if (traits_type::eq_int_type(__c, __eof))
566 const int_type __eof = traits_type::eof();
575 && !traits_type::eq_int_type(__c, __eof)
582 __eof)
596 if (traits_type::eq_int_type(__c, __eof))
726 const int_type __eof = traits_type::eof();
729 || traits_type::eq_int_type(__sb->sputbackc(__c), __eof))
761 const int_type __eof = traits_type::eof();
764 || traits_type::eq_int_type(__sb->sungetc(), __eof))
979 const int_type __eof = _Traits::eof();
984 && !_Traits::eq_int_type(__c, __eof)
992 if (_Traits::eq_int_type(__c, __eof))
1026 const __int_type __eof = _Traits::eof();
1030 while (!_Traits::eq_int_type(__c, __eof)
1034 if (_Traits::eq_int_type(__c, __eof))