Home
last modified time | relevance | path

Searched refs:archive_read_support_format_raw (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_next_header_empty.c35 assertEqualInt(ARCHIVE_OK, archive_read_support_format_raw(a)); in test_empty_file1()
70 assertEqualInt(ARCHIVE_OK, archive_read_support_format_raw(a)); in test_empty_file2()
H A Dtest_read_format_raw.c48 assertEqualIntA(a, ARCHIVE_OK, archive_read_support_format_raw(a)); in DEFINE_TEST()
128 assertEqualIntA(a, ARCHIVE_OK, archive_read_support_format_raw(a)); in DEFINE_TEST()
H A Dtest_archive_read_next_header_raw.c39 assertEqualInt(ARCHIVE_OK, archive_read_support_format_raw(a)); in test()
H A Dtest_write_format_raw_b64.c61 assertEqualIntA(a, ARCHIVE_OK, archive_read_support_format_raw(a)); in test_format()
H A Dtest_write_format_raw.c62 assertEqualIntA(a, ARCHIVE_OK, archive_read_support_format_raw(a)); in test_format()
H A Dtest_fuzz.c86 archive_read_support_format_raw(a)); in test_fuzz()
H A Dtest_archive_string_conversion.c870 assertEqualIntA(a, ARCHIVE_OK, archive_read_support_format_raw(a)); in DEFINE_TEST()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_by_code.c74 return archive_read_support_format_raw(a); in archive_read_support_format_by_code()
H A Darchive_read_support_format_raw.c56 archive_read_support_format_raw(struct archive *_a) in archive_read_support_format_raw() function
H A Darchive.h458 __LA_DECL int archive_read_support_format_raw(struct archive *);
H A Darchive_match.c608 r = archive_read_support_format_raw(ar); in add_pattern_from_file()
/freebsd-13.1/contrib/libarchive/cat/
H A Dbsdcat.c82 archive_read_support_format_raw(a); in bsdcat_next()
/freebsd-13.1/lib/libarchive/
H A DMakefile99 archive_read_support_format_raw.c \
342 MLINKS+= archive_read_format.3 archive_read_support_format_raw.3