Searched refs:got_eof (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-shutdown-eof.c34 static int got_eof; variable
58 ASSERT(!got_eof);
68 got_eof = 1;
78 ASSERT(!got_eof);
119 ASSERT(got_eof);
179 ASSERT(got_eof);
H A Dtest-shutdown-simultaneous.c32 static int got_eof; variable
62 ASSERT_EQ(got_eof, 0);
75 got_eof = 1;
130 ASSERT_EQ(got_eof, 1);
/netbsd-current/external/bsd/atf/dist/tools/
H A Dconfig_file.hpp47 virtual void got_eof(void);
H A Dreader.hpp77 virtual void got_eof(void);
H A Datffile.hpp54 virtual void got_eof(void);
H A Dtest-program.hpp94 virtual void got_eof(void);
H A Dconfig_file.cpp146 detail::atf_config_reader::got_eof(void) function in class:detail::atf_config_reader
197 ATF_PARSER_CALLBACK(p, got_eof());
H A Dconfig_file_test.cpp66 got_eof(void) function in class:config_reader
68 m_calls.push_back("got_eof()");
95 "got_eof()",
121 "got_eof()",
163 "got_eof()",
185 "got_eof()",
H A Datffile.cpp120 detail::atf_atffile_reader::got_eof(void) function in class:detail::atf_atffile_reader
197 ATF_PARSER_CALLBACK(p, got_eof());
H A Dreader.cpp203 impl::atf_tps_reader::got_eof(void) function in class:impl::atf_tps_reader
434 ATF_PARSER_CALLBACK(p, got_eof());
H A Dreader_test.cpp100 got_eof(void) function in class:tps_reader
102 m_calls.push_back("got_eof()");
131 "got_eof()",
161 "got_eof()",
239 "got_eof()",
329 "got_eof()",
384 "got_eof()",
444 "got_eof()",
H A Datffile_test.cpp110 got_eof(void) function in class:atffile_reader
112 m_calls.push_back("got_eof()");
139 "got_eof()",
165 "got_eof()",
207 "got_eof()",
249 "got_eof()",
302 "got_eof()",
330 "got_eof()",
H A Dtest-program.cpp427 detail::atf_tp_reader::got_eof(void) function in class:detail::atf_tp_reader
533 ATF_PARSER_CALLBACK(p, got_eof());
H A Dtest_program_test.cpp140 got_eof(void) function in class:tp_reader
142 m_calls.push_back("got_eof()");
177 "got_eof()",
210 "got_eof()",
242 "got_eof()",
266 "got_eof()",
332 "got_eof()",
H A Datf-report.cpp576 got_eof(void) function in class:converter
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-istream.cc135 bool got_eof, want_eof; local
165 got_eof = input.eof();
181 if (want_ok && got_eof != want_eof)
184 cout << " got_eof: " << got_eof << "\n"; local
203 got_eof = input.eof();
221 if (want_ok && got_eof != want_eof)
225 cout << " got_eof: " << got_eof << "\n"; local
301 bool got_eof, want_eo local
353 cout << " got_eof: " << got_eof << "\\n"; local
397 cout << " got_eof: " << got_eof << "\\n"; local
474 bool got_eof, want_eof; local
523 cout << " got_eof: " << got_eof << "\\n"; local
564 cout << " got_eof: " << got_eof << "\\n"; local
[all...]
/netbsd-current/external/bsd/libevent/dist/
H A Dbufferevent_filter.c94 unsigned got_eof; member in struct:bufferevent_filtered
456 if (bevf->got_eof)
495 if (bevf->got_eof)
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dbufferevent_filter.c88 unsigned got_eof; member in struct:bufferevent_filtered
441 if (bevf->got_eof)

Completed in 292 milliseconds