Searched refs:links_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c70 struct links_entry { struct
71 struct links_entry *next;
72 struct links_entry *previous;
80 struct links_entry **buckets;
81 struct links_entry *spare;
91 static struct links_entry *find_entry(struct archive_entry_linkresolver *,
94 static struct links_entry *insert_entry(struct archive_entry_linkresolver *,
96 static struct links_entry *next_entry(struct archive_entry_linkresolver *,
162 struct links_entry *le;
177 struct links_entry *l
[all...]
H A Darchive_read_support_format_cpio.c165 struct links_entry { struct
166 struct links_entry *next;
167 struct links_entry *previous;
179 struct links_entry *links_head;
956 struct links_entry *lp = cpio->links_head->next;
1031 struct links_entry *le;
1064 le = (struct links_entry *)malloc(sizeof(struct links_entry));
/freebsd-10-stable/usr.bin/du/
H A Ddu.c345 struct links_entry { struct
346 struct links_entry *next;
347 struct links_entry *previous;
353 static struct links_entry **buckets;
354 static struct links_entry *free_list;
358 struct links_entry *le, **new_buckets;
378 new_buckets = malloc(new_size * sizeof(struct links_entry *));
396 new_size * sizeof(struct links_entry *));
458 le = malloc(sizeof(struct links_entry));

Completed in 58 milliseconds