Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dexec-util.c369 int exec_command_flags_from_strv(char **ex_opts, ExecCommandFlags *flags) { in exec_command_flags_from_strv() argument
374 STRV_FOREACH(opt, ex_opts) { in exec_command_flags_from_strv()
386 int exec_command_flags_to_strv(ExecCommandFlags flags, char ***ex_opts) { in exec_command_flags_to_strv() argument
392 assert(ex_opts); in exec_command_flags_to_strv()
409 *ex_opts = TAKE_PTR(ret_opts); in exec_command_flags_to_strv()
Dexec-util.h42 int exec_command_flags_from_strv(char **ex_opts, ExecCommandFlags *flags);
43 int exec_command_flags_to_strv(ExecCommandFlags flags, char ***ex_opts);
Dbus-unit-util.c270 _cleanup_strv_free_ char **l = NULL, **ex_opts = NULL; in bus_append_exec_command() local
343 r = exec_command_flags_to_strv(flags, &ex_opts); in bus_append_exec_command()
388 …r = is_ex_prop ? sd_bus_message_append_strv(m, ex_opts) : sd_bus_message_append(m, "b", FLAGS_SET(… in bus_append_exec_command()
/systemd-251/src/core/
Ddbus-execute.c1356 _cleanup_strv_free_ char **ex_opts = NULL; in append_exec_ex_command() local
1377 r = exec_command_flags_to_strv(c->flags, &ex_opts); in append_exec_ex_command()
1381 r = sd_bus_message_append_strv(reply, ex_opts); in append_exec_ex_command()
1505 _cleanup_strv_free_ char **argv = NULL, **ex_opts = NULL; in bus_set_transient_exec_command() local
1526 …r = is_ex_prop ? sd_bus_message_read_strv(message, &ex_opts) : sd_bus_message_read(message, "b", &… in bus_set_transient_exec_command()
1550 r = exec_command_flags_from_strv(ex_opts, &c->flags); in bus_set_transient_exec_command()
/systemd-251/src/systemctl/
Dsystemctl-show.c80 _cleanup_strv_free_ char **ex_opts = NULL; in exec_status_info_deserialize() local
108 … r = is_ex_prop ? sd_bus_message_read_strv(m, &ex_opts) : sd_bus_message_read(m, "b", &ignore); in exec_status_info_deserialize()
122 r = exec_command_flags_from_strv(ex_opts, &i->flags); in exec_status_info_deserialize()