Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dexec-util.c387 _cleanup_strv_free_ char **ret_opts = NULL; in exec_command_flags_to_strv() local
403 r = strv_extend(&ret_opts, str); in exec_command_flags_to_strv()
409 *ex_opts = TAKE_PTR(ret_opts); in exec_command_flags_to_strv()