Home
last modified time | relevance | path

Searched defs:strv_fnmatch (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dstrv.h232 static inline bool strv_fnmatch(char* const* patterns, const char *s) { in strv_fnmatch() function
/systemd-251/src/test/
Dtest-strv.c952 TEST(strv_fnmatch) { in TEST() argument