Searched defs:job_of_n (Results 1 - 1 of 1) sorted by relevance
/systemd/src/core/ | ||
H A D | manager.c | 169 _cleanup_free_ char *job_of_n = NULL; local 202 if (asprintf(&job_of_n, "(%u of %u) ", counter, m->n_running_jobs) < 0) 203 job_of_n = NULL; 212 strempty(job_of_n), |
Completed in 31 milliseconds