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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_pathmatch.h44 int __archive_pathmatch(const char *p, const char *s, int flags);
47 #define archive_pathmatch(p, s, f) __archive_pathmatch(p, s, f)
H A Darchive_pathmatch.c381 __archive_pathmatch(const char *p, const char *s, int flags) function

Completed in 109 milliseconds