Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c69 struct links_entry { struct
70 struct links_entry *next; argument
71 struct links_entry *previous; argument
79 struct links_entry **buckets; argument
80 struct links_entry *spare;
90 static struct links_entry *find_entry(struct archive_entry_linkresolver *,
93 static struct links_entry *insert_entry(struct archive_entry_linkresolver *,
95 static struct links_entry *next_entry(struct archive_entry_linkresolver *,
161 struct links_entry *le; in archive_entry_linkresolver_free()
176 struct links_entry *le; in archive_entry_linkify()
[all …]
H A Darchive_read_support_format_cpio.c164 struct links_entry { struct
165 struct links_entry *next; argument
166 struct links_entry *previous; argument
178 struct links_entry *links_head; argument
985 struct links_entry *lp = cpio->links_head->next; in archive_read_format_cpio_cleanup()
1066 struct links_entry *le; in record_hardlink()
1099 le = malloc(sizeof(struct links_entry)); in record_hardlink()
/freebsd/usr.bin/du/
H A Ddu.c341 struct links_entry { in linkchk() struct
342 struct links_entry *next; in linkchk() argument
343 struct links_entry *previous; in linkchk() argument
349 static struct links_entry **buckets; in linkchk()
350 static struct links_entry *free_list; in linkchk()
354 struct links_entry *le, **new_buckets; in linkchk()
374 new_buckets = calloc(new_size, sizeof(struct links_entry *)); in linkchk()
451 le = malloc(sizeof(struct links_entry)); in linkchk()