Searched refs:strv_find_case (Results 1 – 2 of 2) sorted by relevance
17 char* strv_find_case(char * const *l, const char *name) _pure_;22 #define strv_contains_case(l, s) (!!strv_find_case((l), (s)))
29 char* strv_find_case(char * const *l, const char *name) { in strv_find_case() function