Searched refs:MatchType (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/usr.sbin/pkg_install/delete/
H A Ddelete.h33 extern match_t MatchType;
H A Dmain.c38 match_t MatchType = MATCH_GLOB; variable
100 MatchType = MATCH_ALL;
104 MatchType = MATCH_EXACT;
108 MatchType = MATCH_REGEX;
112 MatchType = MATCH_EREGEX;
135 if (MatchType != MATCH_REGEX)
143 if (isalnum(*pkgs_split) || ((MatchType == MATCH_GLOB) && \
153 if (pkgs == start && MatchType != MATCH_ALL)
H A Dperform.c43 if (MatchType != MATCH_EXACT) {
44 matched = matchinstalled(MatchType, pkgs, &errcode);
61 else switch (MatchType) {
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddressResolverName.h32 AddressResolver::MatchType type = Exact);
39 AddressResolver::MatchType type);
60 AddressResolver::MatchType m_match_type;
H A DAddressResolver.h52 } MatchType; typedef in class:lldb_private::AddressResolver
/freebsd-10.1-release/usr.sbin/pkg_install/info/
H A Dmain.c32 match_t MatchType = MATCH_GLOB; variable
79 MatchType = MATCH_ALL;
85 MatchType = MATCH_ALL;
132 MatchType = MATCH_EXACT;
203 MatchType = MATCH_REGEX;
207 MatchType = MATCH_EREGEX;
259 if (MatchType != MATCH_REGEX && MatchType != MATCH_EREGEX && !isfile(*argv) && !isURL(*argv))
268 if (isalnum(*pkgs_split) || ((MatchType == MATCH_GLOB) && \
278 if (pkgs == start && MatchType !
[all...]
H A Dinfo.h72 extern match_t MatchType;
H A Dperform.c57 if (MatchType != MATCH_EXACT) {
58 matched = matchinstalled(MatchType, pkgs, &errcode);
65 else switch (MatchType) {
464 matched = matchinstalled(MatchType == MATCH_GLOB ? MATCH_NGLOB : MatchType, pkgs, &errcode);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h37 Breakpoint::MatchType type,
40 // This one takes an array of names. It is always MatchType = Exact.
47 // This one takes a C++ array of names. It is always MatchType = Exact.
61 Breakpoint::MatchType type,
111 Breakpoint::MatchType m_match_type;
H A DBreakpoint.h95 } MatchType; typedef in class:lldb_private::Breakpoint
/freebsd-10.1-release/usr.sbin/pkg_install/create/
H A Dcreate.h26 extern match_t MatchType;
H A Dmain.c21 match_t MatchType = MATCH_GLOB; variable
84 MatchType = MATCH_REGEX;
88 MatchType = MATCH_EREGEX;
92 MatchType = MATCH_EXACT;
H A Dperform.c96 if (MatchType != MATCH_EXACT) {
97 matched = matchinstalled(MatchType, pkgs, &error);
100 else if (MatchType != MATCH_GLOB)
/freebsd-10.1-release/usr.sbin/pkg_install/lib/
H A Dmatch.c48 * MatchType - one of MATCH_ALL, MATCH_EREGEX, MATCH_REGEX, MATCH_GLOB, MATCH_NGLOB;
58 matchinstalled(match_t MatchType, char **patterns, int *retval) argument
108 if (MatchType == MATCH_ALL)
112 errcode = pattern_match(MatchType, patterns[i], f->fts_name);
134 if (MatchType == MATCH_GLOB) {
147 pattern_match(match_t MatchType, char *pattern, const char *pkgname) argument
172 switch (MatchType) {
175 errcode = rex_match(pattern, fname, MatchType == MATCH_EREGEX ? 1 : 0);
H A Dlib.h225 int pattern_match(match_t MatchType, char *pattern, const char *pkgname);
/freebsd-10.1-release/usr.sbin/pkg_install/version/
H A Dperform.c54 int MatchType; local
84 MatchType = RegexExtended ? MATCH_EREGEX : MATCH_REGEX;
87 MatchType = MATCH_ALL;
94 pkgs = matchinstalled(MatchType, patterns, &err_cnt);
103 switch (MatchType) {
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp28 AddressResolver::MatchType type
65 AddressResolver::MatchType type
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp33 Breakpoint::MatchType type,
103 Breakpoint::MatchType type,

Completed in 190 milliseconds