Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/du/
H A Ddu.c216 struct links_entry { struct
217 RB_ENTRY(links_entry) entry;
218 struct links_entry *fnext; argument
225 links_cmp(struct links_entry *e1, struct links_entry *e2) in links_cmp() argument
237 RB_HEAD(ltree, links_entry) links = RB_INITIALIZER(&links);
239 RB_GENERATE_STATIC(ltree, links_entry, entry, links_cmp);
245 static struct links_entry *free_list = NULL; in linkchk()
247 struct links_entry ltmp, *le; in linkchk()
284 le = malloc(sizeof(struct links_entry)); in linkchk()