Searched refs:systembuf (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/process/
H A Dsystembuf_fwd.hpp30 /// Forward declarations for utils/process/systembuf.hpp
39 class systembuf;
H A Dsystembuf.hpp29 /// \file utils/process/systembuf.hpp
30 /// Provides the utils::process::systembuf class.
51 class systembuf : public std::streambuf, noncopyable { class in namespace:utils::process
63 explicit systembuf(const int, std::size_t = 8192);
64 ~systembuf(void);
H A Dsystembuf.cpp29 #include "utils/process/systembuf.hpp"
39 using utils::process::systembuf;
42 /// Private implementation fields for systembuf.
43 struct systembuf::impl : utils::noncopyable {
44 /// File descriptor attached to the systembuf.
70 /// Constructs a new systembuf based on an open file descriptor.
76 systembuf::systembuf(const int fd, std::size_t bufsize) : function in class:systembuf
83 /// Destroys a systembuf object.
85 /// \post The file descriptor attached to this systembuf i
[all...]
H A Dfdstream_test.cpp37 #include "utils/process/systembuf.hpp"
40 using utils::process::systembuf;
55 systembuf wbuf(fds[1]);
H A Dfdstream.cpp32 #include "utils/process/systembuf.hpp"
41 /// The systembuf backing this file descriptor.
42 systembuf _systembuf;
H A Dsystembuf_test.cpp29 #include "utils/process/systembuf.hpp"
42 using utils::process::systembuf;
86 systembuf sb(fd, bufsize);
100 systembuf sb(fd, bufsize);
116 "internal buffer) works when using systembuf");
128 "the internal buffer) works when using systembuf");
140 "internal buffer) works when using systembuf");
152 "in the internal buffer) works when using systembuf");
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dfs.hpp47 class systembuf;

Completed in 116 milliseconds