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
983 struct links_entry *lp = cpio->links_head->next; in archive_read_format_cpio_cleanup()
1058 struct links_entry *le; in record_hardlink()
1091 le = malloc(sizeof(struct links_entry)); in record_hardlink()
/freebsd/usr.bin/du/
H A Ddu.c369 struct links_entry { in linkchk() struct
370 struct links_entry *next; in linkchk() argument
371 struct links_entry *previous; in linkchk() argument
377 static struct links_entry **buckets; in linkchk()
378 static struct links_entry *free_list; in linkchk()
382 struct links_entry *le, **new_buckets; in linkchk()
402 new_buckets = calloc(new_size, sizeof(struct links_entry *)); in linkchk()
479 le = malloc(sizeof(struct links_entry)); in linkchk()