Searched refs:__archive_pathmatch_w (Results 1 – 2 of 2) sorted by relevance
45 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)
423 __archive_pathmatch_w(const wchar_t *p, const wchar_t *s, int flags) in __archive_pathmatch_w() function