Home
last modified time | relevance | path

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

/systemd-251/src/tmpfiles/
Dtmpfiles.c163 typedef struct ItemArray { struct
167 struct ItemArray *parent; argument
169 } ItemArray; typedef
383 ItemArray *j; in find_glob()
2588 static int process_item_array(ItemArray *array, OperationMask operation) { in process_item_array()
2600 ItemArray *c; in process_item_array()
2634 static ItemArray* item_array_free(ItemArray *a) { in item_array_free()
2899 static bool is_duplicated_item(ItemArray *existing, const Item *i) { in is_duplicated_item()
2933 ItemArray *existing; in parse_line()
3276 existing = new0(ItemArray, 1); in parse_line()
[all …]