Home
last modified time | relevance | path

Searched refs:archive_match_excluded (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_archive_match_owner.c47 assertEqualInt(1, archive_match_excluded(m, ae)); in test_uid()
51 assertEqualInt(0, archive_match_excluded(m, ae)); in test_uid()
55 assertEqualInt(1, archive_match_excluded(m, ae)); in test_uid()
59 assertEqualInt(0, archive_match_excluded(m, ae)); in test_uid()
63 assertEqualInt(1, archive_match_excluded(m, ae)); in test_uid()
89 assertEqualInt(1, archive_match_excluded(m, ae)); in test_gid()
93 assertEqualInt(0, archive_match_excluded(m, ae)); in test_gid()
97 assertEqualInt(1, archive_match_excluded(m, ae)); in test_gid()
101 assertEqualInt(0, archive_match_excluded(m, ae)); in test_gid()
105 assertEqualInt(1, archive_match_excluded(m, ae)); in test_gid()
[all …]
Dtest_archive_match_time.c53 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time()
58 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time()
64 assertEqualInt(0, archive_match_excluded(m, ae)); in test_newer_time()
70 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time()
76 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time()
110 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time_str()
116 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time_str()
123 assertEqualInt(0, archive_match_excluded(m, ae)); in test_newer_time_str()
130 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time_str()
136 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time_str()
[all …]
Dtest_archive_match_path.c48 assertEqualInt(1, archive_match_excluded(m, ae)); in test_exclusion_mbs()
53 assertEqualInt(1, archive_match_excluded(m, ae)); in test_exclusion_mbs()
59 assertEqualInt(0, archive_match_excluded(m, ae)); in test_exclusion_mbs()
64 assertEqualInt(0, archive_match_excluded(m, ae)); in test_exclusion_mbs()
91 assertEqualInt(1, archive_match_excluded(m, ae)); in test_exclusion_wcs()
96 assertEqualInt(1, archive_match_excluded(m, ae)); in test_exclusion_wcs()
102 assertEqualInt(0, archive_match_excluded(m, ae)); in test_exclusion_wcs()
107 assertEqualInt(0, archive_match_excluded(m, ae)); in test_exclusion_wcs()
128 assertEqualInt(0, archive_match_excluded(m, ae)); in exclusion_from_file()
133 assertEqualInt(0, archive_match_excluded(m, ae)); in exclusion_from_file()
[all …]
/netbsd/src/external/bsd/libarchive/lib/libarchive/
Darchive.expsym188 archive_match_excluded
/netbsd/src/external/bsd/libarchive/dist/tar/
Dread.c285 if (archive_match_excluded(bsdtar->matching, entry)) in read_archive()
Dwrite.c678 if (archive_match_excluded(bsdtar->matching, in_entry)) in append_archive()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive.h1109 __LA_DECL int archive_match_excluded(struct archive *,
Darchive_match.c271 archive_match_excluded(struct archive *_a, struct archive_entry *entry) in archive_match_excluded() function