Searched refs:exec_command_flags_from_strv (Results 1 – 5 of 5) sorted by relevance
414 TEST(exec_command_flags_from_strv) { in TEST() argument420 r = exec_command_flags_from_strv(valid_strv, &flags); in TEST()429 r = exec_command_flags_from_strv(invalid_strv, &flags); in TEST()
42 int exec_command_flags_from_strv(char **ex_opts, ExecCommandFlags *flags);
369 int exec_command_flags_from_strv(char **ex_opts, ExecCommandFlags *flags) { in exec_command_flags_from_strv() function
122 r = exec_command_flags_from_strv(ex_opts, &i->flags); in exec_status_info_deserialize()
1550 r = exec_command_flags_from_strv(ex_opts, &c->flags); in bus_set_transient_exec_command()