Searched refs:archive_pathmatch_w (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_pathmatch.h | 48 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
|
| D | archive_pathmatch.c | 310 if (archive_pathmatch_w(p, s, flags)) in pm_w()
|
| D | archive_match.c | 793 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/ |
| D | test_archive_pathmatch.c | 56 assertEqualInt(0, archive_pathmatch_w(L"a/b/c", NULL, 0)); in DEFINE_TEST()
|