Searched refs:match_t (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/usr.sbin/pkg_install/delete/
H A Ddelete.h33 extern match_t MatchType;
H A Dmain.c38 match_t MatchType = MATCH_GLOB;
/freebsd-10.3-release/usr.sbin/pkg_install/create/
H A Dcreate.h26 extern match_t MatchType;
H A Dmain.c21 match_t MatchType = MATCH_GLOB;
/freebsd-10.3-release/usr.sbin/pkg_install/lib/
H A Dlib.h124 typedef enum _match_t match_t; typedef in typeref:enum:_match_t
221 char **matchinstalled(match_t, char **, int *);
225 int pattern_match(match_t MatchType, char *pattern, const char *pkgname);
H A Dmatch.c58 matchinstalled(match_t MatchType, char **patterns, int *retval)
147 pattern_match(match_t MatchType, char *pattern, const char *pkgname)
/freebsd-10.3-release/usr.sbin/pkg_install/info/
H A Dinfo.h72 extern match_t MatchType;
H A Dmain.c32 match_t MatchType = MATCH_GLOB;

Completed in 62 milliseconds