Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/NextBSD/lib/libc/regex/
HDengine.c55 #define match smat macro
66 #define match lmat macro
77 #define match mmat macro
81 struct match { struct
84 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument
88 const char *coldp; /* can be no match starting before here */ argument
105 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop… argument
/NextBSD/contrib/llvm/include/llvm/IR/
HDPatternMatch.h41 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
50 template <typename OpTy> bool match(OpTy *V) { in match() function
60 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } in match() function
92 template <typename ITy> bool match(ITy *V) { in match() function
107 template <typename ITy> bool match(ITy *V) { in match() function
128 template <typename ITy> bool match(ITy *V) { in match() function
140 template <typename ITy> bool match(ITy *V) { in match() function
163 template <typename ITy> bool match(ITy *V) { in match() function
183 template <typename ITy> bool match(ITy *V) { in match() function
205 template <typename ITy> bool match(ITy *V) { in match() function
[all …]
/NextBSD/contrib/nvi/regex/
HDengine.c54 #define match smat macro
65 #define match lmat macro
69 struct match { struct
72 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument
76 const RCHAR_T *coldp; /* can be no match starting before here */ argument
92 static const RCHAR_T *dissect(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno sta… argument
/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDfixup_tdescs.c160 struct match { struct
169 struct match *match = arg2; in matching_iidesc() argument
183 struct match match = { NULL, name }; in lookup_tdesc() local
/NextBSD/sys/dev/acpica/
HDacpi_quirk.c65 const struct acpi_q_rule *match; member
110 aq_match_header(ACPI_TABLE_HEADER *hdr, const struct acpi_q_rule *match) in aq_match_header()
142 const struct acpi_q_rule *match; in acpi_table_quirks() local
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchFinder.h182 template <typename T> void match(const T &Node, ASTContext &Context) { in match() function
275 match(MatcherT Matcher, const ast_type_traits::DynTypedNode &Node, in match() function
286 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match() function
/NextBSD/contrib/llvm/tools/llvm-extract/
HDllvm-extract.cpp143 bool match = false; in main() local
177 bool match = false; in main() local
210 bool match = false; in main() local
/NextBSD/sys/net/
HDif_media.c177 struct ifmedia_entry *match; local
223 struct ifmedia_entry *match; local
348 struct ifmedia_entry *match, *next; local
/NextBSD/lib/libpam/modules/pam_login_access/
HDlogin_access.c61 int match = NO; in login_access() local
118 int match = NO; in list_match() local
/NextBSD/contrib/libarchive/libarchive/
HDarchive_pathmatch.c60 int match = 1, nomatch = 0; in pm_list() local
107 int match = 1, nomatch = 0; in pm_list_w() local
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDNameMatches.cpp17 lldb_private::NameMatches(const char *name, NameMatchType match_type, const char *match) in NameMatches()
/NextBSD/lib/libc/mips/string/
HDbcmp.S123 match: label
/NextBSD/contrib/gcc/
HDregmove.c65 struct match { struct
77 static int find_matches (rtx, struct match *); argument
1058 struct match match; in regmove_optimize() local
1591 int match = match_ul; in find_matches() local
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDCPPLanguageRuntime.cpp51 for (ImplData match = m_impl.FindFirstValueForName(type_name.AsCString()); in FindExactMatches() local
119 for (ImplData match = m_impl.FindFirstValueForName(matching_key); in AppendReplacements() local
198 RegularExpression::Match match(4); in ExtractContextAndIdentifier() local
/NextBSD/contrib/mdocml/
HDmansearch.c82 struct match { struct
105 static void sql_match(sqlite3_context *context, argument
/NextBSD/contrib/atf/atf-c++/detail/
Dtext_test.cpp133 ATF_TEST_CASE_HEAD(match) in ATF_TEST_CASE_HEAD() argument
137 ATF_TEST_CASE_BODY(match) in ATF_TEST_CASE_BODY() argument
/NextBSD/crypto/heimdal/appl/rsh/
HDlogin_access.c65 int match = NO; in login_access() local
133 int match = NO; in list_match() local
/NextBSD/crypto/heimdal/appl/login/
HDlogin_access.c65 int match = NO; in login_access() local
133 int match = NO; in list_match() local
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDStructuredData.cpp167 std::pair<llvm::StringRef, llvm::StringRef> match = path.split('.'); in GetObjectForDotSeparatedPath() local
188 std::pair<llvm::StringRef, llvm::StringRef> match = path.split('['); in GetObjectForDotSeparatedPath() local
/NextBSD/crypto/heimdal/lib/gssapi/krb5/
HDcopy_ccache.c105 krb5_boolean match; in _gsskrb5_krb5_import_cred() local
HDcompat.c44 krb5_principal match; in check_compat() local
/NextBSD/usr.bin/xargs/
HDstrnsubst.c32 strnsubst(char **str, const char *match, const char *replstr, size_t maxsize) in strnsubst()
/NextBSD/contrib/netbsd-tests/rump/rumpkern/h_server/
HDh_simpleserver.c28 bool match; in main() local
/NextBSD/contrib/nvi/common/
HDsearch.c160 regmatch_t match[1]; in f_search() local
307 regmatch_t match[1]; in b_search() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDUniqueDWARFASTType.cpp47 bool match = true; in Find() local

12345678910>>...13