Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-util.c687 _cleanup_strv_free_ char **list_with_deps = NULL; in maybe_extend_with_unit_dependencies() local
696 r = append_unit_dependencies(bus, *list, &list_with_deps); in maybe_extend_with_unit_dependencies()
701 *list = TAKE_PTR(list_with_deps); in maybe_extend_with_unit_dependencies()