Searched refs:archive_match_excluded (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| 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(m, ae)); in test_gid() [all …]
|
| 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 …]
|
| 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(m, ae)); in exclusion_from_file() [all …]
|
| /netbsd/src/external/bsd/libarchive/lib/libarchive/ |
| D | archive.expsym | 188 archive_match_excluded
|
| /netbsd/src/external/bsd/libarchive/dist/tar/ |
| D | read.c | 285 if (archive_match_excluded(bsdtar->matching, entry)) in read_archive()
|
| D | write.c | 678 if (archive_match_excluded(bsdtar->matching, in_entry)) in append_archive()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive.h | 1109 __LA_DECL int archive_match_excluded(struct archive *,
|
| D | archive_match.c | 271 archive_match_excluded(struct archive *_a, struct archive_entry *entry) in archive_match_excluded() function
|