Home
last modified time | relevance | path

Searched refs:archive_pathmatch_w (Results 1 – 19 of 19) sorted by relevance

/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_pathmatch.h50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
H A Darchive_pathmatch.c311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
H A Darchive_match.c794 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_exclusion()
825 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_inclusion()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_pathmatch.h50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
H A Darchive_pathmatch.c311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
H A Darchive_match.c768 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_exclusion()
796 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_inclusion()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_pathmatch.h50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
H A Darchive_pathmatch.c311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
H A Darchive_match.c768 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_exclusion()
796 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_inclusion()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_pathmatch.h50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
H A Darchive_pathmatch.c311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
H A Darchive_match.c794 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_exclusion()
825 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_inclusion()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_pathmatch.h50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
H A Darchive_pathmatch.c311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
H A Darchive_match.c794 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_exclusion()
825 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_inclusion()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_pathmatch.h50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
H A Darchive_pathmatch.c311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
H A Darchive_match.c794 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_exclusion()
825 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_inclusion()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_archive_pathmatch.c57 assertEqualInt(0, archive_pathmatch_w(L"a/b/c", NULL, 0)); in DEFINE_TEST()