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

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

Completed in 14 milliseconds