Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/kyua/utils/text/
H A Dregex_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-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.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
H A DCoverageFilters.h34 virtual bool matches(const coverage::CoverageMapping &CM, in matches() function
/freebsd-14.2/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c23 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches) in lzma_mf_find()
260 lzma_match *matches, in hc_find_func()
306 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_hc3_find()
367 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_hc4_find()
460 lzma_match *matches, in bt_find_func()
588 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_bt2_find()
621 lzma_mf_bt3_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_bt3_find()
676 lzma_mf_bt4_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_bt4_find()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.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()
H A DCommandObjectHelp.cpp101 StringList matches; in DoExecute() local
106 StringList matches; in DoExecute() local
H A DCommandObjectRegexCommand.cpp61 llvm::SmallVector<llvm::StringRef, 4> matches; in DoExecute() local
H A DCommandCompletions.cpp463 bool only_directories, StringList &matches, in DiskFilesOrDirectories()
486 StringList &matches, in DiskFiles()
498 StringList &matches, in DiskDirectories()
856 StringList matches; in CompleteModifiableCmdPathArgs() local
/freebsd-14.2/crypto/openssl/test/
H A Digetest.c298 size_t matches; in test_ige_garble_forwards() local
355 size_t matches; in test_bi_ige_garble1() local
386 size_t matches; in test_bi_ige_garble2() local
417 size_t matches; in test_bi_ige_garble3() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringMatcher.h41 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()
/freebsd-14.2/usr.sbin/iovctl/
H A Dvalidate.c77 parse_vf_num(const char *key, regmatch_t *matches) in parse_vf_num()
226 regmatch_t matches[2]; in validate_config() local
/freebsd-14.2/bin/sleep/
H A Dsleep.c69 int i, matches; in main() local
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_dmi.c136 int matches = 0; in linux_dmi_check_system() local
/freebsd-14.2/sys/dev/pci/
H A Dpci_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-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp44 bool matches = true; in AdvanceIf() local
/freebsd-14.2/sys/isa/
H A Disahint.c107 int line, matches, unit; in isa_hint_device_unit() local
/freebsd-14.2/crypto/heimdal/kcm/
H A Dclient.c164 int matches = sscanf(name,"%ld:",&uid); in kcm_ccache_new_client() local
/freebsd-14.2/contrib/libedit/
H A Dfilecomplete.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
670 char **matches; in fn_complete2() local
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp233 int match_start_point, int max_return_elements, SBStringList &matches) { in HandleCompletion()
245 int match_start_point, int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
311 int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
327 lldb::SBStringList &matches) { in HandleCompletion()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h164 FormattersMatchVector matches; in GetPossibleMatches() local
/freebsd-14.2/contrib/kyua/store/
H A Dlayout.cpp80 const text::regex_matches matches = preg.match(iter->name); in find_latest() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp94 bool Option::matches(OptSpecifier Opt) const { in matches() function in Option
/freebsd-14.2/bin/sh/
H A Dhistedit.c596 **add_match(char **matches, size_t i, size_t *size, char *match_copy) in add_match()
620 char **matches = NULL, **rmatches; in sh_matches() local
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dmod_devicetable.h71 struct dmi_strmatch matches[4]; member
/freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/
H A Dt_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