Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-util.c560 char **ret_template) { in unit_find_template_path() argument
573 if (ret_template) in unit_find_template_path()
574 *ret_template = NULL; in unit_find_template_path()
582 if (ret_template) in unit_find_template_path()
583 *ret_template = NULL; in unit_find_template_path()
594 if (ret_template) in unit_find_template_path()
595 *ret_template = r > 0 ? TAKE_PTR(t) : NULL; in unit_find_template_path()