strlist.c | 199 strlist_match_internal(const char * const sl, size_t slsize, function in typeref:typename:bool 263 if (strlist_match_internal(sl, slsize, str, &idx, &count, 284 if (strlist_match_internal(sl, slsize, pattern, &idx, &count, 307 if (strlist_match_internal(sl, slsize, str, &idx, NULL,
|