Home
last modified time | relevance | path

Searched refs:strv_fnmatch (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/analyze/
Danalyze-dot.c28 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()
/systemd-251/src/basic/
Dstrv.h232 static inline bool strv_fnmatch(char* const* patterns, const char *s) { in strv_fnmatch() function
/systemd-251/src/network/wait-online/
Dmanager.c32 return strv_fnmatch(m->ignored_interfaces, link->ifname); in manager_ignore_link()
/systemd-251/src/test/
Dtest-strv.c952 TEST(strv_fnmatch) { in TEST() argument
956 assert_se(!strv_fnmatch(STRV_MAKE_EMPTY, "a")); in TEST()
/systemd-251/src/network/
Dnetworkd-link.c783 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()