Searched refs:strv_contains (Results 1 - 13 of 13) sorted by relevance
/systemd/src/test/ |
H A D | test-path-lookup.c | 45 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 D | strv.h | 66 #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 D | strv.c | 226 if (filter_duplicates && strv_contains(t, *s)) 705 if (strv_contains(b, *i))
|
/systemd/src/login/ |
H A D | logind-core.c | 370 if (strv_contains(m->kill_exclude_users, user)) 376 return strv_contains(m->kill_only_users, user);
|
/systemd/src/journal-remote/ |
H A D | microhttpd-util.c | 157 if (strv_contains((char**)gnutls_log_map[i].names, cat)) {
|
/systemd/src/network/ |
H A D | networkd-wait-online-manager.c | 43 if (m->interfaces && !strv_contains(m->interfaces, link->ifname))
|
/systemd/src/import/ |
H A D | pull-job.c | 416 if (strv_contains(j->old_etags, j->etag)) {
|
/systemd/src/core/ |
H A D | dbus-manager.c | 903 !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 D | dbus.c | 764 if (strv_contains(names, name)) {
|
H A D | unit.c | 3609 if (strv_contains(u->requires_mounts_for, p)) {
|
/systemd/src/bus-proxyd/ |
H A D | proxy.c | 717 if (strv_contains(well_known, "org.freedesktop.DBus"))
|
/systemd/src/analyze/ |
H A D | analyze.c | 874 if (strv_contains(*units, *c)) {
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 1629 if (strv_contains(*units, *c)) { 2954 if (!strv_contains(sv,
|
Completed in 5896 milliseconds