Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/ !
Dsystemctl-util.c664 _cleanup_strv_free_ char **with_deps = NULL; in append_unit_dependencies() local
672 if (strv_extend(&with_deps, *name) < 0) in append_unit_dependencies()
677 if (strv_extend_strv(&with_deps, deps, true) < 0) in append_unit_dependencies()
681 *ret = TAKE_PTR(with_deps); in append_unit_dependencies()