Home
last modified time | relevance | path

Searched refs:name_match (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/tests/scripts/
Dcheck_names.py832 for name_match in self.parse_result["mbed_words"]:
833 found = name_match.name in all_caps_names
839 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))
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c1749 static int name_match(regex_t *re, struct ufile *file) in name_match() function
2292 if (opts.match && !name_match(&re, file)) in scan_disk()