Searched refs:regex_string (Results 1 – 5 of 5) sorted by relevance
34 for regex_string,replacement in substitutions:35 regex = re.compile(regex_string)
164 for key, regex_string in configs.items():166 'cregex': regex.compile(regex_string),
17 fn regex_string() { in regex_string() function
86 fn regex_string() { in regex_string() function
185 static regex_t *regex_string(const char *s);1297 make_and_model_re = regex_string(make_and_model); in list_ppds()2872 regex_string(const char *s) /* I - String to compare */ in regex_string() function