Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-list-dependencies.c133 strv_remove(*units, name); in list_dependencies_one()
Dsystemctl-sysv-compat.c245 strv_remove(args + f, name); in enable_sysv_units()
/systemd-251/src/udev/net/
Dlink-config.c848 strv_remove(altnames, link->new_name); in link_apply_alternative_names()
849 strv_remove(altnames, link->ifname); in link_apply_alternative_names()
856 strv_remove(altnames, *p); in link_apply_alternative_names()
/systemd-251/src/basic/
Dstrv.c586 strv_remove(i+1, *i); in strv_uniq()
599 char** strv_remove(char **l, const char *s) { in strv_remove() function
Dstrv.h53 char** strv_remove(char **l, const char *s);