Searched refs:archive_match_path_excluded (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_match_path.c | 47 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 D | cpio.c | 1005 if (archive_match_path_excluded(cpio->matching, entry)) in mode_in() 1120 if (archive_match_path_excluded(cpio->matching, entry)) in mode_list()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive.h | 1164 __LA_DECL int archive_match_path_excluded(struct archive *,
|
| H A D | archive_match.c | 455 archive_match_path_excluded(struct archive *_a, in archive_match_path_excluded() function
|
| H A D | archive_read_disk_posix.c | 921 r = archive_match_path_excluded(a->matching, entry); in next_entry()
|