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

/systemd/src/basic/
H A Dmount-util.c346 _cleanup_set_free_free_ Set *todo = NULL; local
351 todo = set_new(&string_hash_ops);
352 if (!todo)
403 r = set_consume(todo, p);
416 if (set_isempty(todo) &&
421 !set_contains(todo, cleaned)) {
443 while ((x = set_steal_first(todo))) {
/systemd/src/shared/
H A Dinstall.c1550 _cleanup_free_ char **todo = NULL; local
1584 if (!GREEDY_REALLOC0(todo, n_allocated, n_todo + 2))
1587 todo[n_todo++] = *i;
1590 strv_uniq(todo);
1593 STRV_FOREACH(i, todo) {
1630 _cleanup_free_ char **todo = NULL; local
1681 if (!GREEDY_REALLOC0(todo, n_allocated, n_todo + 2))
1684 todo[n_todo++] = *i;
1687 strv_uniq(todo);
1690 STRV_FOREACH(i, todo) {
[all...]

Completed in 2176 milliseconds