/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | config.hpp | 51 void read(void);
|
H A D | atffile.hpp | 62 void read(void);
|
H A D | config_test.cpp | 74 read(void) function in class:config_reader 76 atf_config_reader::read();
|
H A D | test-program.hpp | 98 void read(void);
|
H A D | config.cpp | 113 reader.read(); 153 detail::atf_config_reader::read(void) function in class:detail::atf_config_reader
|
H A D | io.cpp | 191 ssize_t cnt = ::read(m_handle, m_read_buf, m_bufsize); 263 while ((ret = ::read(fd, buffer, nbytes)) == -1 && errno == EINTR) {} 268 throw atf::system_error(IMPL_NAME "::safe_read", "read(2) failed",
|
H A D | atffile.cpp | 121 detail::atf_atffile_reader::read(void) function in class:detail::atf_atffile_reader 334 r.read();
|
H A D | atffile_test.cpp | 121 read(void) function in class:atffile_reader 123 atf_atffile_reader::read();
|
H A D | io_test.cpp | 207 ATF_REQUIRE_EQ(::read(rend.get(), buf, sizeof(buf)), 16); 220 ATF_REQUIRE_EQ(::read(rend.get(), buf, sizeof(buf)), 16); 233 set_md_var("descr", "Tests that a short read (one that fits in the " 244 set_md_var("descr", "Tests that a long read (one that does not fit in "
|
H A D | misc_helpers.cpp | 186 ssize_t len = ::read(STDIN_FILENO, buf, sizeof(buf) - 1);
|
H A D | test_program_test.cpp | 149 read(void) function in class:tp_reader 151 atf_tp_reader::read();
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | reader.hpp | 85 void read(void);
|
H A D | reader_test.cpp | 114 read(void) function in class:tps_reader 116 atf_tps_reader::read();
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | keyboard.c | 74 cc = read(keyboard->fd, &c, 1);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | utils.c | 86 while ((count = read(fd, buffer, sizeof(buffer) - 1)) > 0) { 129 while ((count = read(fd, buffer, sizeof(buffer))) > 0 && 159 while ((length = read(input, buffer, sizeof(buffer))) > 0) 162 ATF_REQUIRE_MSG(length != -1, "Failed to read from %s during copy", source); 319 * \param fd The descriptor from which to read the line. 321 * \return A pointer to the read line, which must be released with free(), or 322 * NULL if there was nothing to read from the file. */ 334 while ((cnt = read(fd, &ch, sizeof(ch))) == sizeof(ch) &&
|
H A D | utils_test.c | 48 * Up to buflen-1 characters are read into buffer. If this function returns, 49 * the contents read into the buffer are guaranteed to be nul-terminated. 53 * \param path The file to be read, which must exist. 57 * \return The count of bytes read. */ 63 const ssize_t length = read(fd, buffer, buflen - 1);
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | keyboard.c | 106 cc = read(keyboard->fd, &c, 1);
|
H A D | entropy.c | 88 n = read(fd, buf, ndesired); 308 * Poll each file source to see if we can read anything useful from
|
/bind-9.6-ESV-R11/ |
H A D | config.h.win32 | 134 #define S_IREAD _S_IREAD /* read permission, owner */ 146 /* open() under unix allows setting of read/write permissions 151 #define S_IRUSR _S_IREAD /* Owner read permission */ 153 #define S_IRGRP _S_IREAD /* Group read permission */ 155 #define S_IROTH _S_IREAD /* Other read permission */ 215 #define read _read
|
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/ |
H A D | os-sunos4.h | 47 int read(int, char *, u_int);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | test_helpers.hpp | 137 reader.read();
|
H A D | parser.cpp | 240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he) function in namespace:header 326 if (!header::read(p, he).good() || he.name().empty())
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 419 f1.read(buf1, sizeof(buf1)); 421 throw std::runtime_error("Failed to read from " + p1.str()); 423 f2.read(buf2, sizeof(buf2)); 425 throw std::runtime_error("Failed to read from " + p1.str());
|
/bind-9.6-ESV-R11/bin/named/unix/ |
H A D | os.c | 416 n = read(dfd[0], &buf, 1);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | utils_test.cpp | 57 const ssize_t length = read(fd, buffer, sizeof(buffer) - 1); 61 ATF_FAIL("Internal buffer not long enough to read temporary file");
|