Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-list-unit-files.c198 _cleanup_strv_free_ char **names_with_deps = NULL; in verb_list_unit_files() local
200 r = append_unit_dependencies(bus, strv_skip(argv, 1), &names_with_deps); in verb_list_unit_files()
204 r = sd_bus_message_append_strv(m, names_with_deps); in verb_list_unit_files()