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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_pathmatch.h46 int __archive_pathmatch(const char *p, const char *s, int flags);
49 #define archive_pathmatch(p, s, f) __archive_pathmatch(p, s, f)
H A Darchive_pathmatch.c382 __archive_pathmatch(const char *p, const char *s, int flags) function

Completed in 61 milliseconds