Searched refs:matches (Results 201 - 225 of 242) sorted by relevance

12345678910

/freebsd-current/contrib/bmake/unit-tests/
H A Descape.mk221 # XXX: This may differ from POSIX, but matches gmake.
H A Dcond-short.mk208 # matches or equality comparisons worked fine and never produced error
/freebsd-current/sys/contrib/zlib/
H A Dtrees.c449 s->sym_next = s->matches = 0;
1106 s->matches++;
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c557 matches(char **needle, const char *haystack)
999 if (matches(namelst, qp->tterm.term_names)) {
1018 if (matches(namelst, qp->tterm.term_names)) {
1031 if (matches(namelst, qp->tterm.term_names))
1039 if (matches(namelst, qp->tterm.term_names)) {
2872 _nc_warning("%s matches exit_attribute_mode", name);
553 matches(char **needle, const char *haystack) function
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js3265 i, j, cur, ret, selMatch, matched, matches, handleObj, sel, hit, related;
3277 matches = [];
3290 matches.push( handleObj );
3293 if ( matches.length ) {
3294 handlerQueue.push({ elem: cur, matches: matches });
3301 handlerQueue.push({ elem: this, matches: handlers.slice( delegateCount ) });
3309 for ( j = 0; j < matched.matches.length && !event.isImmediatePropagationStopped(); j++ ) {
3310 handleObj = matched.matches[ j ];
4105 Sizzle.matches
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dmemcmp.S410 not %eax # matches in both
/freebsd-current/sys/cam/
H A Dcam_compat.c388 dm = ccb->cdm.matches;
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp178 /// may involve partial pattern matches, rather than exact matches.
220 if (FM[FactIDs[i]].matches(CapE)) {
226 if (FM[FactIDs[n-1]].matches(CapE)) {
235 return FM[ID].matches(CapE);
241 return FM[ID].matches(CapE);
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp56 // On Power for AIX and Linux, this behaviour matches that of GCC for both the
210 if (A->getOption().matches(options::OPT_pg))
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp479 A->getOption().matches(OPT_basenames)
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc296 * earlier position if matches at later positions are impossible. */
601 case OOR1: /* matches null but needs to skip */
813 /* Quickly skip over fixed character matches at the start. */
/freebsd-current/share/mk/
H A Dsys.mk76 # Note that these are prefix matching, so /lib matches /libexec.
H A Dmeta.autodep.mk224 # anything which matches ${_OBJROOT}* but not ${_OBJTOP}*
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc74 // Use the given path verbatim if it contains any slashes; this matches
/freebsd-current/contrib/bmake/mk/
H A Dmeta.autodep.mk224 # anything which matches ${_OBJROOT}* but not ${_OBJTOP}*
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp5033 virtual bool matches( std::string const& str ) const;
5057 virtual bool matches( TestCaseInfo const& testCase ) const = 0;
5067 bool matches( TestCaseInfo const& testCase ) const override;
5075 bool matches( TestCaseInfo const& testCase ) const override;
5083 bool matches( TestCaseInfo const& testCase ) const override;
5091 bool matches( TestCaseInfo const& testCase ) const;
5104 bool matches( TestCaseInfo const& testCase ) const;
11262 return "exception message matches \"" + m_message + "\"";
11543 return "matches undescribed predicate";
11545 return "matches predicat
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1214 if (arg->getOption().matches(OPT_Bsymbolic_non_weak_functions))
1216 else if (arg->getOption().matches(OPT_Bsymbolic_functions))
1218 else if (arg->getOption().matches(OPT_Bsymbolic_non_weak))
1220 else if (arg->getOption().matches(OPT_Bsymbolic))
1457 if (arg->getOption().matches(OPT_eb))
/freebsd-current/contrib/libpcap/
H A Dpcap-linux.c867 int matches, verlen; local
875 matches = sscanf(release, "%ld.%ld%n", &major, &minor, &verlen);
876 if (matches != 2)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2445 uint64_t matches = 0;
2447 matches++;
2451 return matches;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2328 StringList &matches) {
2334 matches.AppendString(MakeMatch(prefix, def->children[i].name));
2337 matches.AppendString(
2326 AddMatches(const Definition *def, const llvm::StringRef &prefix, const llvm::StringRef &match_prefix, StringList &matches) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp359 /// Return the location number that matches Loc.
516 bool matches(const DILabel *L, const DILocation *IA, function in class:__anon1883::UserLabel
909 if (L->matches(Label, DL->getInlinedAt(), Idx)) {
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp290 if (StdSwapCall.matches(Call)) {
/freebsd-current/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp271 Opts.Dwarf64 = DwarfFormatArg->getOption().matches(OPT_gdwarf64);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp435 if (!Filters->matches(*Coverage, *F))
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h556 // A<T>() returns a matcher that matches any value of type T.
616 // if and only if the first N fields of matcher_tuple matches
741 // Implements _, a matcher that matches any value of any
758 *os << "never matches";
762 // Implements the polymorphic IsNull() matcher, which matches any raw or smart
776 // Implements the polymorphic NotNull() matcher, which matches any raw or smart
790 // Ref(variable) matches any argument that is a reference to
1001 // Describes what this matcher matches.
1150 *os << "matches after Base64Unescape ";
1255 // Implements the Not(m) matcher, which matches
2719 const bool matches = inner_matcher_.MatchAndExplain(*it, &inner_listener); local
2740 const bool matches = inner_matcher_.MatchAndExplain(*it, &inner_listener); local
[all...]

Completed in 495 milliseconds

12345678910