Searched refs:archive_match_excluded (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_owner.c48 assertEqualInt(1, archive_match_excluded(m, ae));
52 assertEqualInt(0, archive_match_excluded(m, ae));
56 assertEqualInt(1, archive_match_excluded(m, ae));
60 assertEqualInt(0, archive_match_excluded(m, ae));
64 assertEqualInt(1, archive_match_excluded(m, ae));
90 assertEqualInt(1, archive_match_excluded(m, ae));
94 assertEqualInt(0, archive_match_excluded(m, ae));
98 assertEqualInt(1, archive_match_excluded(m, ae));
102 assertEqualInt(0, archive_match_excluded(m, ae));
106 assertEqualInt(1, archive_match_excluded(
[all...]
H A Dtest_archive_match_path.c49 assertEqualInt(1, archive_match_excluded(m, ae));
54 assertEqualInt(1, archive_match_excluded(m, ae));
60 assertEqualInt(0, archive_match_excluded(m, ae));
65 assertEqualInt(0, archive_match_excluded(m, ae));
92 assertEqualInt(1, archive_match_excluded(m, ae));
97 assertEqualInt(1, archive_match_excluded(m, ae));
103 assertEqualInt(0, archive_match_excluded(m, ae));
108 assertEqualInt(0, archive_match_excluded(m, ae));
129 assertEqualInt(0, archive_match_excluded(m, ae));
134 assertEqualInt(0, archive_match_excluded(
[all...]
H A Dtest_archive_match_time.c54 assertEqualInt(1, archive_match_excluded(m, ae));
59 assertEqualInt(1, archive_match_excluded(m, ae));
65 assertEqualInt(0, archive_match_excluded(m, ae));
71 assertEqualInt(1, archive_match_excluded(m, ae));
77 assertEqualInt(1, archive_match_excluded(m, ae));
111 assertEqualInt(1, archive_match_excluded(m, ae));
117 assertEqualInt(1, archive_match_excluded(m, ae));
124 assertEqualInt(0, archive_match_excluded(m, ae));
131 assertEqualInt(1, archive_match_excluded(m, ae));
137 assertEqualInt(1, archive_match_excluded(
[all...]
/freebsd-11-stable/contrib/libarchive/tar/
H A Dread.c304 if (archive_match_excluded(bsdtar->matching, entry))
H A Dwrite.c691 if (archive_match_excluded(bsdtar->matching, in_entry))
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive.h1103 __LA_DECL int archive_match_excluded(struct archive *,
H A Darchive_match.c272 archive_match_excluded(struct archive *_a, struct archive_entry *entry) function

Completed in 168 milliseconds