Searched refs:regex_string (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-lib/src/ucm/ |
D | ucm_regex.c | 93 const char *string, *regex_string, *flags_string; in uc_mgr_define_regex() local 116 err = get_string(eval, "Regex", ®ex_string); in uc_mgr_define_regex() 151 err = uc_mgr_get_substituted_value(uc_mgr, &s, regex_string); in uc_mgr_define_regex()
|
D | ucm_cond.c | 140 const char *string, *regex_string; in if_eval_regex_match() local 153 err = get_string(eval, "Regex", ®ex_string); in if_eval_regex_match() 159 err = uc_mgr_get_substituted_value(uc_mgr, &s, regex_string); in if_eval_regex_match()
|
/third_party/rust/crates/regex/tests/ |
D | api.rs | 86 fn regex_string() { in regex_string() function
|