Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_entry_link_resolver.c70 struct links_entry { struct
71 struct links_entry *next; argument
72 struct links_entry *previous; argument
80 struct links_entry **buckets; argument
HDarchive_read_support_format_cpio.c165 struct links_entry { struct
166 struct links_entry *next; argument
167 struct links_entry *previous; argument
179 struct links_entry *links_head; argument
/NextBSD/usr.bin/du/
HDdu.c346 struct links_entry { in linkchk() struct
347 struct links_entry *next; in linkchk()
348 struct links_entry *previous; in linkchk()
349 int links; in linkchk()
350 dev_t dev; in linkchk()
351 ino_t ino; in linkchk()