Searched refs:__archive_pathmatch_w (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_pathmatch.h45 int __archive_pathmatch_w(const wchar_t *p, const wchar_t *s, int flags);
48 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f)
H A Darchive_pathmatch.c423 __archive_pathmatch_w(const wchar_t *p, const wchar_t *s, int flags) function

Completed in 136 milliseconds