Searched defs:arg_properties (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemctl/
H A Dsystemctl.c89 static char **arg_properties = NULL; variable
4089 if (arg_properties && !strv_find(arg_properties, name)) {
6584 if (isempty(optarg) && !arg_properties) {
6585 arg_properties = new0(char*, 1);
6586 if (!arg_properties)
6600 if (strv_push(&arg_properties, prop) < 0)
7693 strv_free(arg_properties);

Completed in 38 milliseconds