Searched refs:name_match (Results 1 – 2 of 2) sorted by relevance
832 for name_match in self.parse_result["mbed_words"]:833 found = name_match.name in all_caps_names839 if "MBEDTLS_PSA_ACCEL_" in name_match.name:840 found = name_match.name.replace(844 if not found and not typo_exclusion.search(name_match.name):845 problems.append(Typo(name_match))
1749 static int name_match(regex_t *re, struct ufile *file) in name_match() function2292 if (opts.match && !name_match(&re, file)) in scan_disk()