Home
last modified time | relevance | path

Searched refs:strv_find_case (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dstrv.h17 char* strv_find_case(char * const *l, const char *name) _pure_;
22 #define strv_contains_case(l, s) (!!strv_find_case((l), (s)))
Dstrv.c29 char* strv_find_case(char * const *l, const char *name) { in strv_find_case() function