Home
last modified time | relevance | path

Searched refs:archive_match_time_excluded (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_archive_match_time.c52 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time()
57 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time()
63 assertEqualInt(0, archive_match_time_excluded(m, ae)); in test_newer_time()
69 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time()
75 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time()
109 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time_str()
115 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time_str()
122 assertEqualInt(0, archive_match_time_excluded(m, ae)); in test_newer_time_str()
129 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time_str()
135 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time_str()
[all …]
/netbsd/src/external/bsd/libarchive/lib/libarchive/
Darchive.expsym212 archive_match_time_excluded
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive.h1153 __LA_DECL int archive_match_time_excluded(struct archive *,
Darchive_match.c1009 archive_match_time_excluded(struct archive *_a, in archive_match_time_excluded() function
Darchive_read_disk_posix.c1039 r = archive_match_time_excluded(a->matching, entry); in next_entry()
Darchive_read_disk_windows.c1016 r = archive_match_time_excluded(a->matching, entry); in next_entry()