Searched refs:strv_fnmatch (Results 1 – 5 of 5) sorted by relevance
28 match_patterns = strv_fnmatch(patterns, u->id); in graph_one_property()30 if (!strv_isempty(from_patterns) && !match_patterns && !strv_fnmatch(from_patterns, u->id)) in graph_one_property()40 match_patterns2 = strv_fnmatch(patterns, *unit); in graph_one_property()42 … if (!strv_isempty(to_patterns) && !match_patterns2 && !strv_fnmatch(to_patterns, *unit)) in graph_one_property()
232 static inline bool strv_fnmatch(char* const* patterns, const char *s) { in strv_fnmatch() function
32 return strv_fnmatch(m->ignored_interfaces, link->ifname); in manager_ignore_link()
952 TEST(strv_fnmatch) { in TEST() argument956 assert_se(!strv_fnmatch(STRV_MAKE_EMPTY, "a")); in TEST()
783 if (strv_fnmatch(carrier->network->bind_carrier, link->ifname)) { in link_new_bound_by_list()816 if (strv_fnmatch(link->network->bind_carrier, carrier->ifname)) { in link_new_bound_to_list()