Home
last modified time | relevance | path

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

/freebsd/sbin/restore/
H A Dsymtab.c143 for (ep = lookupino(UFS_ROOTINO); ep != NULL; ep = ep->e_entries) { in lookupname()
241 np->e_sibling = ep->e_entries; in addentry()
242 ep->e_entries = np; in addentry()
272 if (ep->e_entries != NULL) in freeentry()
316 ep->e_sibling = np->e_entries; in moveentry()
317 np->e_entries = ep; in moveentry()
338 if (np->e_entries == ep) { in removeentry()
339 np->e_entries = ep->e_sibling; in removeentry()
341 for (np = np->e_entries; np != NULL; np = np->e_sibling) { in removeentry()
479 if (ep->e_entries != NULL) in dumpsymtable()
[all …]
H A Dutilities.c156 if (ep->e_entries != NULL) in removenode()
322 if (ep->e_entries != NULL) in badentry()
323 fprintf(stderr, "next entry name: %s\n", myname(ep->e_entries)); in badentry()
H A Drestore.h78 struct entry *e_entries; /* for directories, their entries */ member
H A Drestore.c516 for (np = ep->e_entries; np != NULL; np = np->e_sibling) { in findunreflinks()
530 for (np = ep->e_entries; np != NULL; np = np->e_sibling) { in findunreflinks()
564 if (ep->e_entries != NULL) { in removeoldnodes()