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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
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.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp148 write(const std::string& text) function in class:__anon236::temp_file
150 if (::write(m_fd, text.c_str(), text.size()) == -1)
151 throw atf::system_error("atf_check", "write(2) failed", errno);
626 temp.write(decode(oc.value));
/bind-9.6-ESV-R11/lib/dns/
H A Djournal.c409 "%s: write: %s",
438 * Read/write a transaction header at the current file position.
520 "%s: write: %s",
542 journal_open(isc_mem_t *mctx, const char *filename, isc_boolean_t write, argument
564 result = isc_stdio_open(j->filename, write ? "rb+" : "rb", &fp);
656 write ? JOURNAL_STATE_WRITE : JOURNAL_STATE_READ;
677 dns_journal_open(isc_mem_t *mctx, const char *filename, isc_boolean_t write, argument
683 result = journal_open(mctx, filename, write, write, journalp);
693 result = journal_open(mctx, backup, write, writ
[all...]

Completed in 1994 milliseconds