Searched refs:strs (Results 1 – 1 of 1) sorted by relevance
75 match_string (const char *__restrict *buf, const char * const*strs, in match_string() argument80 for (i = 0; strs[i] != NULL; ++i) { in match_string()81 int len = strlen (strs[i]); in match_string()83 if (strncasecmp_l (*buf, strs[i], len, locale) == 0) { in match_string()