Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-exec-util.c434 TEST(exec_command_flags_to_strv) { in TEST() argument
441 r = exec_command_flags_to_strv(flags, &opts); in TEST()
446 r = exec_command_flags_to_strv(0, &empty_opts); in TEST()
453 r = exec_command_flags_to_strv(flags, &invalid_opts); in TEST()
/systemd-251/src/shared/
Dexec-util.h43 int exec_command_flags_to_strv(ExecCommandFlags flags, char ***ex_opts);
Dexec-util.c386 int exec_command_flags_to_strv(ExecCommandFlags flags, char ***ex_opts) { in exec_command_flags_to_strv() function
Dbus-unit-util.c343 r = exec_command_flags_to_strv(flags, &ex_opts); in bus_append_exec_command()
/systemd-251/src/systemctl/
Dsystemctl-show.c1308 r = exec_command_flags_to_strv(info.flags, &optv); in print_property()
/systemd-251/src/core/
Ddbus-execute.c1377 r = exec_command_flags_to_strv(c->flags, &ex_opts); in append_exec_ex_command()