Searched refs:__archive_pathmatch (Results 1 – 2 of 2) sorted by relevance
44 int __archive_pathmatch(const char *p, const char *s, int flags);47 #define archive_pathmatch(p, s, f) __archive_pathmatch(p, s, f)
381 __archive_pathmatch(const char *p, const char *s, int flags) in __archive_pathmatch() function