Searched defs:ItemArray (Results 1 - 1 of 1) sorted by relevance

/systemd/src/tmpfiles/
H A Dtmpfiles.c145 typedef struct ItemArray { struct
149 } ItemArray; typedef in typeref:struct:ItemArray
215 ItemArray *j;
1662 static int process_item_array(ItemArray *array);
1680 ItemArray *j;
1702 static int process_item_array(ItemArray *array) {
1729 static void item_array_free(ItemArray *a) {
1814 ItemArray *existing;
2081 existing = new0(ItemArray, 1);
2278 ItemArray *
[all...]

Completed in 18 milliseconds