/dports/archivers/libarchive/libarchive-3.5.2/libarchive/ |
H A D | archive_pathmatch.h | 50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
|
H A D | archive_pathmatch.c | 311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
|
H A D | archive_match.c | 794 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 D | archive_pathmatch.h | 50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
|
H A D | archive_pathmatch.c | 311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
|
H A D | archive_match.c | 768 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 D | archive_pathmatch.h | 50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
|
H A D | archive_pathmatch.c | 311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
|
H A D | archive_match.c | 768 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 D | archive_pathmatch.h | 50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
|
H A D | archive_pathmatch.c | 311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
|
H A D | archive_match.c | 794 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 D | archive_pathmatch.h | 50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
|
H A D | archive_pathmatch.c | 311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
|
H A D | archive_match.c | 794 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 D | archive_pathmatch.h | 50 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
|
H A D | archive_pathmatch.c | 311 if (archive_pathmatch_w(p, s, flags)) in pm_w()
|
H A D | archive_match.c | 794 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 D | test_archive_pathmatch.c | 57 assertEqualInt(0, archive_pathmatch_w(L"a/b/c", NULL, 0)); in DEFINE_TEST()
|