Home
last modified time | relevance | path

Searched refs:archive_match_new (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_path.c34 if (!assert((m = archive_match_new()) != NULL)) in test_exclusion_mbs()
77 if (!assert((m = archive_match_new()) != NULL)) in test_exclusion_wcs()
178 if (!assert((m = archive_match_new()) != NULL)) in test_exclusion_from_file_mbs()
187 if (!assert((m = archive_match_new()) != NULL)) in test_exclusion_from_file_mbs()
203 if (!assert((m = archive_match_new()) != NULL)) in test_exclusion_from_file_wcs()
212 if (!assert((m = archive_match_new()) != NULL)) in test_exclusion_from_file_wcs()
229 if (!assert((m = archive_match_new()) != NULL)) in test_inclusion_mbs()
278 if (!assert((m = archive_match_new()) != NULL)) in test_inclusion_wcs()
326 if (!assert((m = archive_match_new()) != NULL)) in test_inclusion_from_file_mbs()
335 if (!assert((m = archive_match_new()) ! in test_inclusion_from_file_mbs()
[all...]
H A Dtest_archive_match_owner.c34 if (!assert((m = archive_match_new()) != NULL)) in test_uid()
76 if (!assert((m = archive_match_new()) != NULL)) in test_gid()
118 if (!assert((m = archive_match_new()) != NULL)) in test_uname_mbs()
160 if (!assert((m = archive_match_new()) != NULL)) in test_uname_wcs()
202 if (!assert((m = archive_match_new()) != NULL)) in test_gname_mbs()
244 if (!assert((m = archive_match_new()) != NULL)) in test_gname_wcs()
H A Dtest_archive_match_time.c37 if (!assert((m = archive_match_new()) != NULL)) in test_newer_time()
90 if (!assert((m = archive_match_new()) != NULL)) in test_newer_time_str()
178 if (!assert((m = archive_match_new()) != NULL)) in test_newer_time_str_w()
266 if (!assert((m = archive_match_new()) != NULL)) in test_newer_mtime_than_file_mbs()
327 if (!assert((m = archive_match_new()) != NULL)) in test_newer_ctime_than_file_mbs()
385 if (!assert((m = archive_match_new()) != NULL)) in test_newer_mtime_than_file_wcs()
446 if (!assert((m = archive_match_new()) != NULL)) in test_newer_ctime_than_file_wcs()
504 if (!assert((m = archive_match_new()) != NULL)) in test_older_time()
557 if (!assert((m = archive_match_new()) != NULL)) in test_older_time_str()
647 if (!assert((m = archive_match_new()) != NULL)) in test_older_time_str_w()
[all …]
H A Dtest_read_disk_directory_traversals.c1357 assert((m = archive_match_new()) != NULL); in test_callbacks()
/freebsd/contrib/libarchive/tar/
H A Dbsdtar.c260 bsdtar->matching = archive_match_new(); in main()
/freebsd/contrib/libarchive/libarchive/
H A Darchive.h1100 __LA_DECL struct archive *archive_match_new(void);
H A Darchive_match.c219 archive_match_new(void) in archive_match_new() function
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c169 cpio->matching = archive_match_new(); in main()