Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Dsystembuf.cpp39 using utils::process::systembuf;
43 struct systembuf::impl : utils::noncopyable {
76 systembuf::systembuf(const int fd, std::size_t bufsize) : in systembuf() function in systembuf
86 systembuf::~systembuf(void) in ~systembuf()
95 systembuf::int_type
96 systembuf::underflow(void) in underflow()
124 systembuf::int_type
125 systembuf::overflow(int c) in overflow()
142 systembuf::sync(void) in sync()
H A Dsystembuf.hpp51 class systembuf : public std::streambuf, noncopyable { class
63 explicit systembuf(const int, std::size_t = 8192);
64 ~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 Dsystembuf_fwd.hpp39 class systembuf;
H A Dfdstream.cpp42 systembuf _systembuf;
H A DMakefile.am.inc55 libutils_a_SOURCES += utils/process/systembuf.cpp
56 libutils_a_SOURCES += utils/process/systembuf.hpp
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.hpp47 class systembuf;
/freebsd/contrib/atf/
H A DCOPYING85 These files were derived from the file_handle, systembuf, pipe and pistream