Searched refs:regex_string (Results 1 – 1 of 1) sorted by relevance
203 const char *path_string, *regex_string, *v; in sysfs_match() local216 if (snd_config_get_string(regex_config, ®ex_string)) in sysfs_match()222 if (regcomp(&re, regex_string, REG_EXTENDED)) in sysfs_match()223 ksft_exit_fail_msg("Wrong regex '%s'\n", regex_string); in sysfs_match()