Searched refs:write (Results 1 - 22 of 22) sorted by relevance

/bind-9.6-ESV-R11/contrib/queryperf/utils/
H A Dgen-data-queryperf.py54 sys.stdout.write("Usage: " + sys.argv[0] + " [-n number] " + \
56 sys.stdout.write(" [-m MAXSIZE] [-f zone-file]\n")
80 sys.stderr.write(sys.argv[0] + ": " + str(reason) + "\n")
103 sys.stderr.write("No domains found in '%s'\n" % zone_file)
108 sys.stdout.write(make_domain(gen_random_label()))
110 sys.stdout.write(make_domain(gen.choice(domains)))
112 sys.stdout.write(make_domain(gen_random_label()))
113 sys.stdout.write("\n")
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Djournal.h98 dns_journal_open(isc_mem_t *mctx, const char *filename, isc_boolean_t write,
103 * If 'write' is ISC_TRUE, the journal is open for writing. If it does
106 * If 'write' is ISC_FALSE, the journal is open for reading. If it does
124 * Prepare to write a new transaction to the open journal file 'j'.
/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/
H A Dconfig.h.win32135 #define S_IWRITE _S_IWRITE /* write permission, owner */
146 /* open() under unix allows setting of read/write permissions
152 #define S_IWUSR _S_IWRITE /* Owner write permission */
154 #define S_IWGRP _S_IWRITE /* Group write permission */
156 #define S_IWOTH _S_IWRITE /* Other write permission */
218 #define write _write
H A Dconfig.guess1564 # eval: (add-hook 'write-file-hooks 'time-stamp)
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c160 ATF_REQUIRE_MSG(write(output, buffer, length) == length,
161 "Failed to write to %s during copy", destination);
178 * \param contents Text to write into the created file.
194 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted),
H A Dutils_test.c375 ATF_REQUIRE(write(15, message, strlen(message)) != -1);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h48 int write(int, char *, u_int);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio_test.cpp204 ATF_REQUIRE(::write(wend.get(), "test-posix-remap", 16) != -1);
217 ATF_REQUIRE(::write(wend.get(), "test-posix-remap", 16) != -1);
255 set_md_var("descr", "Tests that a short write (one that fits in the "
266 set_md_var("descr", "Tests that a long write (one that does not fit "
H A Dio.cpp221 ok = ::write(m_handle, pbase(), cnt) == cnt;
H A Dtest-program.cpp225 if (::write(STDERR_FILENO, message.c_str(), message.length()) == -1)
/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/bin/tests/dst/
H A Dt_dst.c515 rval = write(fd, &val, 1);
518 t_info("write failed %d %d\n", rval, errno);
526 rval = write(fd, &val, 1);
529 t_info("write failed %d %d\n", rval, errno);
536 rval = write(fd, &val, 1);
539 t_info("write failed %d %d\n", rval, errno);
545 rval = write(fd, &val, 1);
548 t_info("write failed %d %d\n", rval, errno);
/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...]
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c471 if (write(dfd[1], &buf, 1) != 1)
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils_test.cpp322 ATF_REQUIRE(write(15, message.c_str(), message.length()) != -1);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs_test.c960 ATF_CHECK(write(fd1, "foo", 3) == 3);
961 ATF_CHECK(write(fd2, "bar", 3) == 3);
H A Dprocess_test.c695 if (write(STDOUT_FILENO, &pid, sizeof(pid)) != sizeof(pid))
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfig.guess19 # along with this program; if not, write to the Free Software
1313 # eval: (add-hook 'write-file-hooks 'time-stamp)
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dconfig.guess20 # along with this program; if not, write to the Free Software
1498 # eval: (add-hook 'write-file-hooks 'time-stamp)
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c680 if (write(manager->devpoll_fd, &pfd, sizeof(pfd)) == -1)
749 * Canceling read or write polling via /dev/poll is tricky. Since it
767 if (write(manager->devpoll_fd, pfds, writelen) == -1)
855 * The write is required (by POSIX) to complete. That is, we
868 cc = write(mgr->pipe_fds[1], buf, sizeof(buf));
886 "write() failed "
1750 * If we write less than we expected, update counters, poke.
1757 * Exactly what we wanted to write. We're done with this
3408 * events. Note also that the read or write attempt
3512 * at the event queue for both read and write,
[all...]
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dconfigure2553 array size at least. It's necessary to write '\x00'==0 to get something
4246 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4252 # by configure, so config.status won't be able to write to it; its

Completed in 68 milliseconds