Home
last modified time | relevance | path

Searched refs:TodoEntry (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Drm-rf.c191 typedef struct TodoEntry { struct
194 } TodoEntry; typedef
196 static void free_todo_entries(TodoEntry **todos) { in free_todo_entries()
197 for (TodoEntry *x = *todos; x && x->dir; x++) { in free_todo_entries()
210 _cleanup_(free_todo_entries) TodoEntry *todos = NULL; in rm_rf_children()
293 … todos[n_todo++] = (TodoEntry) { TAKE_PTR(d), TAKE_PTR(dirname) }; in rm_rf_children()