Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-exec-util.c414 TEST(exec_command_flags_from_strv) { in TEST() argument
420 r = exec_command_flags_from_strv(valid_strv, &flags); in TEST()
429 r = exec_command_flags_from_strv(invalid_strv, &flags); in TEST()
/systemd-251/src/shared/
Dexec-util.h42 int exec_command_flags_from_strv(char **ex_opts, ExecCommandFlags *flags);
Dexec-util.c369 int exec_command_flags_from_strv(char **ex_opts, ExecCommandFlags *flags) { in exec_command_flags_from_strv() function
/systemd-251/src/systemctl/
Dsystemctl-show.c122 r = exec_command_flags_from_strv(ex_opts, &i->flags); in exec_status_info_deserialize()
/systemd-251/src/core/
Ddbus-execute.c1550 r = exec_command_flags_from_strv(ex_opts, &c->flags); in bus_set_transient_exec_command()