Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd-13-stable/contrib/kyua/utils/text/
HDregex_test.cpp41 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local
51 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local
62 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local
74 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local
87 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local
99 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local
115 const text::regex_matches matches = regex.match("my number is 581."); in ATF_TEST_CASE_BODY() local
123 const text::regex_matches matches = regex.match("your number is 6"); in ATF_TEST_CASE_BODY() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDCoverageFilters.cpp20 bool NameCoverageFilter::matches( in matches() function in NameCoverageFilter
27 bool NameRegexCoverageFilter::matches( in matches() function in NameRegexCoverageFilter
37 bool NameAllowlistCoverageFilter::matches( in matches() function in NameAllowlistCoverageFilter
43 bool RegionCoverageFilter::matches( in matches() function in RegionCoverageFilter
50 bool LineCoverageFilter::matches( in matches() function in LineCoverageFilter
61 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() function in CoverageFilters
78 bool CoverageFiltersMatchAll::matches( in matches() function in CoverageFiltersMatchAll
HDCoverageFilters.h34 virtual bool matches(const coverage::CoverageMapping &CM, in matches() function
/freebsd-13-stable/contrib/xz/src/liblzma/lz/
HDlz_encoder_mf.c22 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches) in lzma_mf_find()
259 lzma_match *matches, in hc_find_func()
305 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_hc3_find()
366 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_hc4_find()
459 lzma_match *matches, in bt_find_func()
587 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_bt2_find()
620 lzma_mf_bt3_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_bt3_find()
675 lzma_mf_bt4_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_bt4_find()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMultiword.cpp43 StringList *matches) { in GetSubcommandSP()
77 StringList *matches) { in GetSubcommandObject()
183 StringList matches; in Execute() local
368 StringList *matches) { in GetSubcommandSP()
376 StringList *matches) { in GetSubcommandObject()
HDCommandObjectHelp.cpp90 StringList matches; in DoExecute() local
95 StringList matches; in DoExecute() local
HDCommandObjectRegexCommand.cpp61 llvm::SmallVector<llvm::StringRef, 4> matches; in DoExecute() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDStringMatcher.h41 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()
/freebsd-13-stable/usr.sbin/iovctl/
HDvalidate.c77 parse_vf_num(const char *key, regmatch_t *matches) in parse_vf_num()
226 regmatch_t matches[2]; in validate_config() local
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_dmi.c136 int matches = 0; in linux_dmi_check_system() local
/freebsd-13-stable/sys/dev/pci/
HDpci_user.c100 u_int32_t matches; /* struct pci_conf ptr */ member
154 pci_conf_match_native(struct pci_match_conf *matches, int num_matches, in pci_conf_match_native()
220 pci_conf_match32(struct pci_match_conf32 *matches, int num_matches, in pci_conf_match32()
377 pci_conf_match_old(struct pci_match_conf_old *matches, int num_matches, in pci_conf_match_old()
441 pci_conf_match_old32(struct pci_match_conf_old32 *matches, int num_matches, in pci_conf_match_old32()
519 pci_conf_match(u_long cmd, struct pci_match_conf *matches, int num_matches, in pci_conf_match()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDStringLexer.cpp44 bool matches = true; in AdvanceIf() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDVerboseTrapFrameRecognizer.cpp67 SmallVector<llvm::StringRef, 3> matches; in RecognizeFrame() local
/freebsd-13-stable/sys/isa/
HDisahint.c107 int line, matches, unit; in isa_hint_device_unit() local
/freebsd-13-stable/contrib/libedit/
HDfilecomplete.c472 size_t matches; in completion_matches() local
543 fn_display_match_list(EditLine * el, char **matches, size_t num, size_t width, in fn_display_match_list() argument
668 char **matches; in fn_complete2() local
/freebsd-13-stable/crypto/heimdal/kcm/
HDclient.c164 int matches = sscanf(name,"%ld:",&uid); in kcm_ccache_new_client() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp234 int match_start_point, int max_return_elements, SBStringList &matches) { in HandleCompletion()
246 int match_start_point, int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
312 int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
328 lldb::SBStringList &matches) { in HandleCompletion()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormatManager.h164 FormattersMatchVector matches; in GetPossibleMatches() local
/freebsd-13-stable/contrib/kyua/store/
HDlayout.cpp80 const text::regex_matches matches = preg.match(iter->name); in find_latest() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallDescription.cpp51 bool ento::CallDescription::matches(const CallEvent &Call) const { in matches() function in ento::CallDescription
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
HDOption.cpp94 bool Option::matches(OptSpecifier Opt) const { in matches() function in Option
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
HDzstd_opt.c510ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */ in ZSTD_insertBtAndGetAllMatches()
743ZSTD_match_t* matches, /* store result (match found, increasing size) in this table */ in ZSTD_BtGetAllMatches()
856 static void ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatches, in ZSTD_optLdm_maybeAddMatch()
882 static void ZSTD_optLdm_processMatchCandidate(ZSTD_optLdm_t* optLdm, ZSTD_match_t* matches, U32* nb… in ZSTD_optLdm_processMatchCandidate()
952 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic() local
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDmod_devicetable.h69 struct dmi_strmatch matches[4]; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDBlockInCriticalSectionChecker.cpp66 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const { in matches() function in __anon0a7cdbde0111::CallDescriptionBasedMatcher
122 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const { in matches() function in __anon0a7cdbde0111::RAIIMutexDescriptor
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
HDt_regex_att.c357 checkmatches(const char *matches, size_t nm, const regmatch_t *pm, in checkmatches()
400 char *name, *pattern, *input, *matches, *comment; in att_test() local

1234