Home
last modified time | relevance | path

Searched refs:quick_pkg_match (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dopattern.c120 quick_pkg_match(const char *pattern, const char *pkg) in quick_pkg_match() function
142 if (!quick_pkg_match(pattern, pkg)) in pkg_match()
H A Dlib.h298 int quick_pkg_match(const char *, const char *);
/netbsd-src/external/bsd/pkg_install/dist/admin/
H A Daudit.c488 if (!quick_pkg_match(pv->vulnerability[i], pkg)) in check_pkg_history()