Home
last modified time | relevance | path

Searched refs:regex_string (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/ucm/
Ducm_regex.c93 const char *string, *regex_string, *flags_string; in uc_mgr_define_regex() local
116 err = get_string(eval, "Regex", &regex_string); in uc_mgr_define_regex()
151 err = uc_mgr_get_substituted_value(uc_mgr, &s, regex_string); in uc_mgr_define_regex()
Ducm_cond.c140 const char *string, *regex_string; in if_eval_regex_match() local
153 err = get_string(eval, "Regex", &regex_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/
Dapi.rs86 fn regex_string() { in regex_string() function