Searched refs:arg_wants (Results 1 - 1 of 1) sorted by relevance

/systemd/src/debug-generator/
H A Ddebug-generator.c33 static char **arg_wants = NULL; variable
68 r = strv_consume(&arg_wants, n);
133 if (strv_isempty(arg_wants))
136 STRV_FOREACH(u, arg_wants) {
186 r = strv_extend(&arg_wants, "debug-shell.service");

Completed in 665 milliseconds