Home
last modified time | relevance | path

Searched refs:got_eof (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-istream.cc135 bool got_eof, want_eof; in check_mpz() local
165 got_eof = input.eof(); in check_mpz()
181 if (want_ok && got_eof != want_eof) in check_mpz()
184 cout << " got_eof: " << got_eof << "\n"; in check_mpz()
203 got_eof = input.eof(); in check_mpz()
221 if (want_ok && got_eof != want_eof) in check_mpz()
225 cout << " got_eof: " << got_eof << "\n"; in check_mpz()
301 bool got_eof, want_eof; in check_mpq() local
334 got_eof = input.eof(); in check_mpq()
350 if (want_ok && got_eof != want_eof) in check_mpq()
[all …]
/netbsd/src/external/bsd/atf/dist/tools/
Dconfig_file.cpp146 detail::atf_config_reader::got_eof(void) in got_eof() function in detail::atf_config_reader
197 ATF_PARSER_CALLBACK(p, got_eof()); in read()
Dconfig_file.hpp47 virtual void got_eof(void);
Dreader.hpp77 virtual void got_eof(void);
Datffile.hpp54 virtual void got_eof(void);
Datffile.cpp120 detail::atf_atffile_reader::got_eof(void) in got_eof() function in detail::atf_atffile_reader
197 ATF_PARSER_CALLBACK(p, got_eof()); in read()
Dtest-program.hpp94 virtual void got_eof(void);
Dreader.cpp203 impl::atf_tps_reader::got_eof(void) in got_eof() function in impl::atf_tps_reader
434 ATF_PARSER_CALLBACK(p, got_eof()); in read()
Dconfig_file_test.cpp66 got_eof(void) in got_eof() function in config_reader
Dreader_test.cpp100 got_eof(void) in got_eof() function in tps_reader
Datffile_test.cpp110 got_eof(void) in got_eof() function in atffile_reader
Dtest-program.cpp427 detail::atf_tp_reader::got_eof(void) in got_eof() function in detail::atf_tp_reader
533 ATF_PARSER_CALLBACK(p, got_eof()); in read()
Datf-report.cpp576 got_eof(void) in got_eof() function in converter
Dtest_program_test.cpp140 got_eof(void) in got_eof() function in tp_reader
/netbsd/src/external/bsd/libevent/dist/
Dbufferevent_filter.c94 unsigned got_eof; member
456 if (bevf->got_eof) in be_filter_read_nolock_()
495 if (bevf->got_eof) in bufferevent_filtered_inbuf_cb()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dbufferevent_filter.c93 unsigned got_eof; member
455 if (bevf->got_eof) in be_filter_read_nolock_()
494 if (bevf->got_eof) in bufferevent_filtered_inbuf_cb()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201312672 * event-top.c (command_line_handler): Remove unused got_eof.