Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/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 NameWhitelistCoverageFilter::matches( in matches() function in NameWhitelistCoverageFilter
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
/netbsd-src/external/public-domain/xz/dist/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()
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()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c1212 char **matches; in gen_completion_matches() local
1254 remove_duplicate_matches (char **matches) in remove_duplicate_matches()
1314 compute_lcd_of_matches (char **match_list, int matches, const char *text) in compute_lcd_of_matches()
1456 char *t, **matches, **temp_matches; in postprocess_matches() local
1529 rl_display_match_list (char **matches, int len, int max) in rl_display_match_list()
1686 display_matches (char **matches) in display_matches()
1920 insert_all_matches (char **matches, int point, char *qc) in insert_all_matches()
1956 _rl_free_match_list (char **matches) in _rl_free_match_list()
2000 char **matches; in rl_complete_internal() local
2207 int matches; in rl_completion_matches() local
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Digetest.c293 size_t matches; in test_ige_garble_forwards() local
350 size_t matches; in test_bi_ige_garble1() local
381 size_t matches; in test_bi_ige_garble2() local
412 size_t matches; in test_bi_ige_garble3() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dlibpaa.c95 regmatch_t matches[10]; in fill_identity() local
227 regmatch_t matches[10]; in paa_format_response() local
269 regmatch_t matches[10]; in paa_check_response() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DStringMatcher.h41 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()
/netbsd-src/usr.bin/what/
H A Dwhat.c54 static int matches; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dextract_vplan.py24 matches = re.findall(pattern, sys.stdin.read()) variable
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dcheck-expect.lua148 local function matches(comment, pattern) function
[all...]
/netbsd-src/usr.bin/grep/
H A Dutil.c289 regmatch_t matches[MAX_LINE_MATCHES]; in procline() local
444 printline(struct str *line, int sep, regmatch_t *matches, int m) in printline()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
H A Dgssacl.c146 regmatch_t *matches, in gssattr_dynacl_mask()
281 AclRegexMatches *matches /* offsets in buffer for $N expansion variables */ in regex_matches()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcftoken.l101 glob_t matches; member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dacl.c160 AclRegexMatches matches; in slap_access_allowed() local
511 AclRegexMatches *matches, in slap_acl_get()
741 AclRegexMatches *matches, in acl_mask_dn()
1124 AclRegexMatches *matches, in slap_acl_mask()
2527 AclRegexMatches *matches) in acl_string_expand()
2650 AclRegexMatches *matches /* offsets in buffer for $N expansion variables */ in regex_matches()
/netbsd-src/lib/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
/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A Dindex.cpp543 int *matches = new int[len + 1]; in search() local
549 a_delete matches; in search() local
554 a_delete matches; in search() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dhkpc.c118 regmatch_t matches[10]; in hkpc_print_key() local
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dclient.c173 int matches = sscanf(name,"%ld:",&uid); in kcm_ccache_new_client() local
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dcorefile.c100 int matches; in read_function_mappings() local
133 int matches; in read_function_mappings() local
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dcorefile.c100 int matches; in read_function_mappings() local
133 int matches; in read_function_mappings() local
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drl-fgets.c306 char ** matches ; in my_fgets_completion() local
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Drl-fgets.c306 char ** matches ; in my_fgets_completion() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d542 Store matches; in foreach() variable
936 foreach (cap; matches) in length()
969 auto matches = method(input, re); //inout(C)[] fails in length() variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h77 bool matches(ArrayRef<Value *> Cur, const Value *New) { in matches() function

12345