Home
last modified time | relevance | path

Searched refs:archive_match_path_excluded (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_path.c47 assertEqualInt(1, archive_match_path_excluded(m, ae)); in test_exclusion_mbs()
52 assertEqualInt(1, archive_match_path_excluded(m, ae)); in test_exclusion_mbs()
58 assertEqualInt(0, archive_match_path_excluded(m, ae)); in test_exclusion_mbs()
63 assertEqualInt(0, archive_match_path_excluded(m, ae)); in test_exclusion_mbs()
90 assertEqualInt(1, archive_match_path_excluded(m, ae)); in test_exclusion_wcs()
95 assertEqualInt(1, archive_match_path_excluded(m, ae)); in test_exclusion_wcs()
101 assertEqualInt(0, archive_match_path_excluded(m, ae)); in test_exclusion_wcs()
106 assertEqualInt(0, archive_match_path_excluded(m, ae)); in test_exclusion_wcs()
127 assertEqualInt(0, archive_match_path_excluded(m, ae)); in exclusion_from_file()
132 assertEqualInt(0, archive_match_path_excluded( in exclusion_from_file()
[all...]
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c990 if (archive_match_path_excluded(cpio->matching, entry)) in mode_in()
1107 if (archive_match_path_excluded(cpio->matching, entry)) in mode_list()
/freebsd/contrib/libarchive/libarchive/
H A Darchive.h1164 __LA_DECL int archive_match_path_excluded(struct archive *,
H A Darchive_match.c455 archive_match_path_excluded(struct archive *_a, in archive_match_path_excluded() function
H A Darchive_read_disk_posix.c926 r = archive_match_path_excluded(a->matching, entry); in next_entry()