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

/systemd/src/test/
H A Dtest-path-lookup.c45 assert_se(strv_contains(lp_without_env.unit_path, exists));
46 assert_se(strv_contains(lp_without_env.unit_path, not));
/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)
H A Dstrv.c226 if (filter_duplicates && strv_contains(t, *s))
705 if (strv_contains(b, *i))
/systemd/src/login/
H A Dlogind-core.c370 if (strv_contains(m->kill_exclude_users, user))
376 return strv_contains(m->kill_only_users, user);
/systemd/src/journal-remote/
H A Dmicrohttpd-util.c157 if (strv_contains((char**)gnutls_log_map[i].names, cat)) {
/systemd/src/network/
H A Dnetworkd-wait-online-manager.c43 if (m->interfaces && !strv_contains(m->interfaces, link->ifname))
/systemd/src/import/
H A Dpull-job.c416 if (strv_contains(j->old_etags, j->etag)) {
/systemd/src/core/
H A Ddbus-manager.c903 !strv_contains(states, unit_load_state_to_string(u->load_state)) &&
904 !strv_contains(states, unit_active_state_to_string(unit_active_state(u))) &&
905 !strv_contains(states, unit_sub_state_to_string(u)))
H A Ddbus.c764 if (strv_contains(names, name)) {
H A Dunit.c3609 if (strv_contains(u->requires_mounts_for, p)) {
/systemd/src/bus-proxyd/
H A Dproxy.c717 if (strv_contains(well_known, "org.freedesktop.DBus"))
/systemd/src/analyze/
H A Danalyze.c874 if (strv_contains(*units, *c)) {
/systemd/src/systemctl/
H A Dsystemctl.c1629 if (strv_contains(*units, *c)) {
2954 if (!strv_contains(sv,

Completed in 5896 milliseconds