Searched refs:read_stream (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/kyua/utils/ |
H A D | stream.cpp | 126 return read_stream(input); in read_file() 136 utils::read_stream(std::istream& input) in read_stream() function in utils
|
H A D | stream_test.cpp | 128 ATF_REQUIRE_EQ("", utils::read_stream(input)); in ATF_TEST_CASE_BODY() 139 ATF_REQUIRE_EQ(contents, utils::read_stream(input)); in ATF_TEST_CASE_BODY()
|
H A D | stream.hpp | 52 std::string read_stream(std::istream&);
|
/freebsd/bin/ed/ |
H A D | io.c | 45 if ((size = read_stream(fp, n)) < 0) { in read_file() 66 read_stream(FILE *fp, long n) in read_stream() function
|
H A D | ed.h | 231 long read_stream(FILE *, long);
|
/freebsd/contrib/kyua/store/ |
H A D | write_transaction.cpp | 174 const std::string contents = utils::read_stream(input); in put_file()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_7zip.c | 423 static ssize_t read_stream(struct archive_read *, const void **, size_t, 893 bytes = read_stream(a, buff, bytes_to_read, 0); in archive_read_format_7zip_read_data() 2982 bytes = read_stream(a, &buff, rbytes, rbytes); in header_bytes() 3397 read_stream(struct archive_read *a, const void **buff, size_t size, in read_stream() function 3786 skipped_bytes = read_stream(a, &p, bytes, 0); in skip_stream()
|
/freebsd/contrib/kyua/engine/ |
H A D | scheduler.cpp | 1373 utils::read_stream(input)); in wait_any()
|