Searched refs:archive_match_path_excluded (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_path.c48 assertEqualInt(1, archive_match_path_excluded(m, ae));
53 assertEqualInt(1, archive_match_path_excluded(m, ae));
59 assertEqualInt(0, archive_match_path_excluded(m, ae));
64 assertEqualInt(0, archive_match_path_excluded(m, ae));
91 assertEqualInt(1, archive_match_path_excluded(m, ae));
96 assertEqualInt(1, archive_match_path_excluded(m, ae));
102 assertEqualInt(0, archive_match_path_excluded(m, ae));
107 assertEqualInt(0, archive_match_path_excluded(m, ae));
128 assertEqualInt(0, archive_match_path_excluded(m, ae));
133 assertEqualInt(0, archive_match_path_excluded(
[all...]
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.c1002 if (archive_match_path_excluded(cpio->matching, entry))
1114 if (archive_match_path_excluded(cpio->matching, entry))
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive.h1100 * archive_match_path_excluded, archive_match_time_excluded
1109 __LA_DECL int archive_match_path_excluded(struct archive *,
H A Darchive_match.c452 archive_match_path_excluded(struct archive *_a, function
458 ARCHIVE_STATE_NEW, "archive_match_path_excluded");
H A Darchive_read_disk_posix.c930 r = archive_match_path_excluded(a->matching, entry);

Completed in 122 milliseconds