Searched defs:strv_contains (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dstrv.h66 #define strv_contains(l, s) (!!strv_find((l), (s))) macro
140 #define STR_IN_SET(x, ...) strv_contains(STRV_MAKE(__VA_ARGS__), x)

Completed in 2650 milliseconds