Searched defs:write (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dparser.cpp281 write(std::ostream& os, const impl::header_entry& he) function in namespace:header
353 header::write(os, (*ct).second);
357 header::write(os, (*iter).second);
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp146 write(const std::string& text) function in class:__anon328::temp_file
148 if (::write(m_fd, text.c_str(), text.size()) == -1)
149 throw atf::system_error("atf_check", "write(2) failed", errno);
625 temp.write(decode(oc.value));

Completed in 9 milliseconds