Searched defs:os (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dhinfo_13.h27 char *os; member in struct:dns_rdata_hinfo
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp218 impl::app::usage(std::ostream& os) argument
225 os << ui::format_text_with_tag(std::string(m_prog_name) + " [options]" +
231 os << "Available options:\n";
249 os << ui::format_text_with_tag(opt.m_description, tag, false,
252 os << "\n";
257 os << ui::format_text("For more details please see " + m_manpage +
H A Dparser.cpp281 write(std::ostream& os, const impl::header_entry& he) argument
291 os << line << "\n";
293 return os;
348 impl::write_headers(const impl::headers_map& hm, std::ostream& os) argument
353 header::write(os, (*ct).second);
357 header::write(os, (*iter).second);
359 os << "\n";
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile_test.cpp58 std::auto_ptr< std::ofstream > os(new std::ofstream("Atffile"));
59 ATF_REQUIRE(*os);
61 (*os) << "Content-Type: application/X-atf-atffile; version=\"1\"\n\n";
62 return os;
69 std::ofstream os(name);
70 ATF_REQUIRE(os);
71 os.close();
522 std::auto_ptr< std::ofstream > os = new_atffile(); local
523 (*os) << "prop: test-suite = foo\n";
524 (*os) << "t
552 std::auto_ptr< std::ofstream > os = new_atffile(); local
579 std::auto_ptr< std::ofstream > os = new_atffile(); local
592 std::auto_ptr< std::ofstream > os = new_atffile(); local
[all...]
H A Dio_test.cpp76 systembuf_write_data(std::ostream& os, std::size_t length) argument
80 os << ch;
86 os.flush();
118 std::ostream os(&sb);
119 systembuf_write_data(os, length);
315 check_stream(std::ostream& os) argument
320 ATF_REQUIRE(os.good() || (os.bad() && errno == EINTR));
321 os.clear();
H A Dtest-program.cpp69 check_stream(std::ostream& os) argument
74 if (os.bad()) {
76 os.clear();
565 impl::atf_tps_writer::atf_tps_writer(std::ostream& os) : argument
566 m_os(os)
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp305 std::ostream& os)
310 os << format_text("Test cases for known bugs:") << "\n";
317 os << format_text_with_tag(reason, " " + name + ": ", false)
304 write_expected_failures(const std::map< std::string, std::string >& xfails, std::ostream& os) argument
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp78 detail::atf_tp_writer::atf_tp_writer(std::ostream& os) : argument
79 m_os(os),

Completed in 23 milliseconds