Searched refs:archive_match_excluded (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_match_owner.c | 47 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( in test_gid() [all...] |
H A D | test_archive_match_time.c | 53 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 …]
|
H A D | test_archive_match_path.c | 48 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( in exclusion_from_file() [all...] |
/freebsd/contrib/libarchive/tar/ |
H A D | read.c | 285 if (archive_match_excluded(bsdtar->matching, entry)) in read_archive()
|
H A D | write.c | 678 if (archive_match_excluded(bsdtar->matching, in_entry)) in append_archive()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive.h | 1109 __LA_DECL int archive_match_excluded(struct archive *,
|
H A D | archive_match.c | 271 archive_match_excluded(struct archive *_a, struct archive_entry *entry) in archive_match_excluded() function
|