Searched defs:regex_match (Results 1 – 3 of 3) sorted by relevance
| /third_party/musl/libc-test/src/common/ |
| D | check_log.c | 41 void check_log(const char *file, const char *pattern, bool regex_match) in check_log() 89 …nd_and_check_file(const char *log_dir, const char *file_tag, const char *pattern, bool regex_match) in find_and_check_file()
|
| /third_party/selinux/libselinux/src/ |
| D | regex.c | 220 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function 497 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function
|
| /third_party/grpc/src/core/ext/filters/rbac/ |
| D | rbac_service_config_parser.cc | 338 auto regex_match = LoadJsonObjectField<SafeRegexMatch>( in JsonPostLoad() local 412 auto regex_match = LoadJsonObjectField<SafeRegexMatch>(json.object(), args, in JsonPostLoad() local
|