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

/systemd/src/journal/
H A Djournalctl.c112 static char **arg_system_units = NULL; variable
771 r = strv_extend(&arg_system_units, optarg);
1347 STRV_FOREACH(i, arg_system_units) {
1437 if (!(strv_isempty(arg_system_units) && strv_isempty(arg_user_units)) && count == 0)
2496 strv_free(arg_system_units);

Completed in 61 milliseconds