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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dhinfo_13.h18 char *os; member in struct:dns_rdata_hinfo
/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py14 import os namespace
256 os.remove('ans.pid')
292 pid = os.getpid()
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication.cpp210 impl::app::usage(std::ostream& os) argument
217 os << ui::format_text_with_tag(std::string(m_prog_name) + " [options]" +
223 os << "Available options:\n";
241 os << ui::format_text_with_tag(opt.m_description, tag, false,
244 os << "\n";
249 os << ui::format_text("For more details please see " + m_manpage +
H A Datffile_test.cpp59 std::auto_ptr< std::ofstream > os(new std::ofstream("Atffile"));
60 ATF_REQUIRE(*os);
62 (*os) << "Content-Type: application/X-atf-atffile; version=\"1\"\n\n";
63 return os;
70 std::ofstream os(name);
71 ATF_REQUIRE(os);
72 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 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";
H A Datf-report.cpp302 std::ostream& os)
307 os << format_text("Test cases for known bugs:") << "\n";
314 os << format_text_with_tag(reason, " " + name + ": ", false)
301 write_expected_failures(const std::map< std::string, std::string >& xfails, std::ostream& os) argument
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.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp84 detail::atf_tp_writer::atf_tp_writer(std::ostream& os) : argument
85 m_os(os),

Completed in 24 milliseconds