Home
last modified time | relevance | path

Searched refs:ifdstream (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Dfdstream_test.cpp39 using utils::process::ifdstream;
43 ATF_TEST_CASE(ifdstream);
44 ATF_TEST_CASE_HEAD(ifdstream) in ATF_TEST_CASE_HEAD() argument
48 ATF_TEST_CASE_BODY(ifdstream) in ATF_TEST_CASE_BODY() argument
53 ifdstream rend(fds[0]); in ATF_TEST_CASE_BODY()
72 ATF_ADD_TEST_CASE(tcs, ifdstream); in ATF_INIT_TEST_CASES()
H A Dfdstream.cpp40 struct ifdstream::impl : utils::noncopyable {
63 process::ifdstream::ifdstream(const int fd) : in ifdstream() function in process::ifdstream
74 process::ifdstream::~ifdstream(void) in ~ifdstream()
H A Dfdstream.hpp50 class ifdstream : public std::istream, noncopyable class
58 explicit ifdstream(const int);
59 ~ifdstream(void);
H A Dchild.cpp68 std::auto_ptr< process::ifdstream > _output;
74 impl(const pid_t pid, process::ifdstream* output) : in impl()
233 new process::child(new impl(pid, new process::ifdstream(fds[0])))); in fork_capture_aux()
H A Dfdstream_fwd.hpp39 class ifdstream;