Searched refs:arg_types (Results 1 – 4 of 4) sorted by relevance
34 if (!strv_isempty(arg_types)) { in output_show_unit_file()41 if (!strv_contains(arg_types, dot+1)) in output_show_unit_file()
48 extern char **arg_types;
63 char **arg_types = NULL; variable115 STATIC_DESTRUCTOR_REGISTER(arg_types, strv_freep);525 if (strv_consume(&arg_types, TAKE_PTR(type)) < 0) in systemctl_parse_argv()
781 if (arg_types && !strv_contains(arg_types, unit_type_suffix(u->id))) in output_show_unit()