Home
last modified time | relevance | path

Searched refs:read_stream (Results 1 – 8 of 8) sorted by last modified time

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c423 static ssize_t read_stream(struct archive_read *, const void **, size_t,
885 bytes = read_stream(a, buff, bytes_to_read, 0); in archive_read_format_7zip_read_data()
2959 bytes = read_stream(a, &buff, rbytes, rbytes); in header_bytes()
3374 read_stream(struct archive_read *a, const void **buff, size_t size, in read_stream() function
3759 skipped_bytes = read_stream(a, &p, bytes, 0); in skip_stream()
/freebsd/bin/ed/
H A Ded.h231 long read_stream(FILE *, long);
H A Dio.c45 if ((size = read_stream(fp, n)) < 0) { in read_file()
66 read_stream(FILE *fp, long n) in read_stream() function
/freebsd/contrib/kyua/utils/
H A Dstream.cpp126 return read_stream(input); in read_file()
136 utils::read_stream(std::istream& input) in read_stream() function in utils
H A Dstream.hpp52 std::string read_stream(std::istream&);
H A Dstream_test.cpp128 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()
/freebsd/contrib/kyua/store/
H A Dwrite_transaction.cpp174 const std::string contents = utils::read_stream(input); in put_file()
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp1179 utils::read_stream(input)); in wait_any()