Home
last modified time | relevance | path

Searched defs:MatchType (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/usr.sbin/pkg_install/delete/
Dmain.c38 match_t MatchType = MATCH_GLOB; variable
/freebsd-9-stable/usr.sbin/pkg_install/info/
Dmain.c32 match_t MatchType = MATCH_GLOB; variable
/freebsd-9-stable/usr.sbin/pkg_install/lib/
Dmatch.c58 matchinstalled(match_t MatchType, char **patterns, int *retval) in matchinstalled()
147 pattern_match(match_t MatchType, char *pattern, const char *pkgname) in pattern_match()
/freebsd-9-stable/usr.sbin/pkg_install/create/
Dmain.c21 match_t MatchType = MATCH_GLOB; variable
/freebsd-9-stable/usr.sbin/pkg_install/version/
Dperform.c54 int MatchType; in pkg_perform() local