Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_pathmatch.h48 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
Darchive_pathmatch.c310 if (archive_pathmatch_w(p, s, flags)) in pm_w()
Darchive_match.c793 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_exclusion()
824 return (archive_pathmatch_w(p, (const wchar_t *)pn, in match_path_inclusion()
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_archive_pathmatch.c56 assertEqualInt(0, archive_pathmatch_w(L"a/b/c", NULL, 0)); in DEFINE_TEST()