Home
last modified time | relevance | path

Searched refs:arg_types (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-list-unit-files.c34 if (!strv_isempty(arg_types)) { in output_show_unit_file()
41 if (!strv_contains(arg_types, dot+1)) in output_show_unit_file()
Dsystemctl.h48 extern char **arg_types;
Dsystemctl.c63 char **arg_types = NULL; variable
115 STATIC_DESTRUCTOR_REGISTER(arg_types, strv_freep);
525 if (strv_consume(&arg_types, TAKE_PTR(type)) < 0) in systemctl_parse_argv()
Dsystemctl-util.c781 if (arg_types && !strv_contains(arg_types, unit_type_suffix(u->id))) in output_show_unit()