HomeSort by: relevance | last modified time | path
    Searched refs:systembuf (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/process/
systembuf.hpp 29 /// \file utils/process/systembuf.hpp
30 /// Provides the utils::process::systembuf class.
49 class systembuf : public std::streambuf, noncopyable { class in namespace:utils::process
61 explicit systembuf(const int, std::size_t = 8192);
62 ~systembuf(void);
systembuf.cpp 29 #include "utils/process/systembuf.hpp"
38 using utils::process::systembuf;
41 /// Private implementation fields for systembuf.
42 struct systembuf::impl {
43 /// File descriptor attached to the systembuf.
69 /// Constructs a new systembuf based on an open file descriptor.
75 systembuf::systembuf(const int fd, std::size_t bufsize) : function in class:systembuf
82 /// Destroys a systembuf object.
84 /// \post The file descriptor attached to this systembuf is closed
    [all...]
fdstream_test.cpp 37 #include "utils/process/systembuf.hpp"
40 using utils::process::systembuf;
55 systembuf wbuf(fds[1]);
fdstream.cpp 31 #include "utils/process/systembuf.hpp"
40 /// The systembuf backing this file descriptor.
41 systembuf _systembuf;
systembuf_test.cpp 29 #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");
  /src/external/bsd/atf/dist/tools/
io.hpp 240 // The "systembuf" class.
246 //! systembuf provides a std::streambuf implementation for system file
255 class systembuf : public std::streambuf class in namespace:tools::io
258 systembuf(const systembuf&);
259 systembuf& operator=(const systembuf&);
265 //! \brief Constructs a new systembuf for the given file handle.
267 //! This constructor creates a new systembuf object that reads or
269 //! is \b not owned by the created systembuf object; the cod
    [all...]
io.cpp 148 // The "systembuf" class.
151 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) : function in class:impl::systembuf
174 impl::systembuf::~systembuf(void)
180 impl::systembuf::int_type
181 impl::systembuf::underflow(void)
197 impl::systembuf::int_type
198 impl::systembuf::overflow(int c)
211 impl::systembuf::sync(void
    [all...]
io_test.cpp 93 using tools::io::systembuf;
101 systembuf sb(fd, bufsize);
112 using tools::io::systembuf;
117 systembuf sb(fd, bufsize);
227 // Test cases for the "systembuf" class.
234 "internal buffer) works when using systembuf");
245 "the internal buffer) works when using systembuf");
256 "internal buffer) works when using systembuf");
267 "in the internal buffer) works when using systembuf");
287 using tools::io::systembuf;
    [all...]
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.hpp 51 class systembuf;
  /src/external/bsd/kyua-cli/lib/utils/
Makefile 50 process/systembuf.cpp

Completed in 22 milliseconds