Searched refs:systembuf (Results 1 – 9 of 9) sorted by relevance
39 using utils::process::systembuf;43 struct systembuf::impl : utils::noncopyable {76 systembuf::systembuf(const int fd, std::size_t bufsize) : in systembuf() function in systembuf86 systembuf::~systembuf(void) in ~systembuf()95 systembuf::int_type96 systembuf::underflow(void) in underflow()124 systembuf::int_type125 systembuf::overflow(int c) in overflow()142 systembuf::sync(void) in sync()
51 class systembuf : public std::streambuf, noncopyable { class63 explicit systembuf(const int, std::size_t = 8192);64 ~systembuf(void);
42 using utils::process::systembuf;86 systembuf sb(fd, bufsize); in test_read()100 systembuf sb(fd, bufsize); in test_write()
40 using utils::process::systembuf;55 systembuf wbuf(fds[1]); in ATF_TEST_CASE_BODY()
39 class systembuf;
42 systembuf _systembuf;
55 libutils_a_SOURCES += utils/process/systembuf.cpp56 libutils_a_SOURCES += utils/process/systembuf.hpp
47 class systembuf;
85 These files were derived from the file_handle, systembuf, pipe and pistream