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

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

Completed in 137 milliseconds