Home
last modified time | relevance | path

Searched refs:systembuf (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dsystembuf.cpp38 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 Dsystembuf.hpp49 class systembuf : public std::streambuf, noncopyable { class
61 explicit systembuf(const int, std::size_t = 8192);
62 ~systembuf(void);
H A Dsystembuf_test.cpp42 using utils::process::systembuf;
86 systembuf sb(fd, bufsize); in test_read()
100 systembuf sb(fd, bufsize); in test_write()
H A Dfdstream_test.cpp40 using utils::process::systembuf;
55 systembuf wbuf(fds[1]); in ATF_TEST_CASE_BODY()
H A Dfdstream.cpp41 systembuf _systembuf;
/netbsd-src/external/bsd/atf/dist/tools/
H A Dio.hpp255 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 Dio.cpp151 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 Dio_test.cpp93 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 Dfs.hpp51 class systembuf;
/netbsd-src/external/bsd/kyua-cli/lib/utils/
H A DMakefile50 process/systembuf.cpp
/netbsd-src/external/bsd/atf/dist/
H A DCOPYING85 These files were derived from the file_handle, systembuf, pipe and pistream