Searched refs:systembuf (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/bsd/kyua-cli/dist/utils/process/ |
| H A D | systembuf.cpp | 38 using utils::process::systembuf; 42 struct systembuf::impl { 75 systembuf::systembuf(const int fd, std::size_t bufsize) : in systembuf() function in systembuf 85 systembuf::~systembuf(void) in ~systembuf() 94 systembuf::int_type 95 systembuf::underflow(void) in underflow() 123 systembuf::int_type 124 systembuf::overflow(int c) in overflow() 141 systembuf::sync(void) in sync()
|
| H A D | systembuf.hpp | 49 class systembuf : public std::streambuf, noncopyable { class 61 explicit systembuf(const int, std::size_t = 8192); 62 ~systembuf(void);
|
| H A D | systembuf_test.cpp | 42 using utils::process::systembuf; 86 systembuf sb(fd, bufsize); in test_read() 100 systembuf sb(fd, bufsize); in test_write()
|
| H A D | fdstream_test.cpp | 40 using utils::process::systembuf; 55 systembuf wbuf(fds[1]); in ATF_TEST_CASE_BODY()
|
| H A D | fdstream.cpp | 41 systembuf _systembuf;
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | io.hpp | 255 class systembuf : public std::streambuf class 258 systembuf(const systembuf&); 259 systembuf& operator=(const systembuf&); 278 explicit systembuf(handle_type h, std::size_t bufsize = 8192); 279 ~systembuf(void); 388 systembuf m_systembuf;
|
| H A D | io.cpp | 151 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) : in systembuf() function in impl::systembuf 174 impl::systembuf::~systembuf(void) in ~systembuf() 180 impl::systembuf::int_type 181 impl::systembuf::underflow(void) in underflow() 197 impl::systembuf::int_type 198 impl::systembuf::overflow(int c) in overflow() 211 impl::systembuf::sync(void) in sync()
|
| H A D | io_test.cpp | 93 using tools::io::systembuf; in systembuf_test_read() 101 systembuf sb(fd, bufsize); in systembuf_test_read() 112 using tools::io::systembuf; in systembuf_test_write() 117 systembuf sb(fd, bufsize); in systembuf_test_write() 287 using tools::io::systembuf; in ATF_TEST_CASE_BODY() 294 systembuf wbuf(fds[1]); in ATF_TEST_CASE_BODY()
|
| /netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
| H A D | fs.hpp | 51 class systembuf;
|
| /netbsd-src/external/bsd/kyua-cli/lib/utils/ |
| H A D | Makefile | 50 process/systembuf.cpp
|
| /netbsd-src/external/bsd/atf/dist/ |
| H A D | COPYING | 85 These files were derived from the file_handle, systembuf, pipe and pistream
|