Searched refs:eof (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext.hpp141 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad())))
/bind-9.11.3/unit/atf-src/tools/
H A Dtext.hpp145 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad())))
H A Dio.cpp190 return traits_type::eof();
202 return traits_type::eof();
203 if (!traits_type::eq_int_type(c, traits_type::eof())) {
/bind-9.11.3/util/
H A Dupdate_copyrights319 close(SOURCE) if (eof(SOURCE));
323 while (!eof(SOURCE)) {
325 next if (eof(SOURCE));
333 close(SOURCE) if (eof(SOURCE));
338 close(SOURCE) if (eof(SOURCE));
342 while (!eof(SOURCE) && ! /^<!/ ) {
346 if (eof(SOURCE)) {
/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp707 while (!ff.eof()) {
726 while (!fl.eof()) {

Completed in 59 milliseconds