Searched refs:spec_string (Results 1 – 1 of 1) sorted by relevance
57 static bool does_qualify(const char *spec_string, const char *test_string) in does_qualify() argument59 return ((strlen(spec_string) == 0) || (strcmp(spec_string, test_string) == 0)); in does_qualify()
Completed in 4 milliseconds