Home
last modified time | relevance | path

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

/trueos/sbin/restore/
HDsymtab.c149 for (ep = lookupino(ROOTINO); ep != NULL; ep = ep->e_entries) { in lookupname()
247 np->e_sibling = ep->e_entries; in addentry()
248 ep->e_entries = np; in addentry()
278 if (ep->e_entries != NULL) in freeentry()
322 ep->e_sibling = np->e_entries; in moveentry()
323 np->e_entries = ep; in moveentry()
344 if (np->e_entries == ep) { in removeentry()
345 np->e_entries = ep->e_sibling; in removeentry()
347 for (np = np->e_entries; np != NULL; np = np->e_sibling) { in removeentry()
485 if (ep->e_entries != NULL) in dumpsymtable()
[all …]
HDutilities.c162 if (ep->e_entries != NULL) in removenode()
328 if (ep->e_entries != NULL) in badentry()
329 fprintf(stderr, "next entry name: %s\n", myname(ep->e_entries)); in badentry()
HDrestore.h79 struct entry *e_entries; /* for directories, their entries */ member
HDrestore.c523 for (np = ep->e_entries; np != NULL; np = np->e_sibling) { in findunreflinks()
537 for (np = ep->e_entries; np != NULL; np = np->e_sibling) { in findunreflinks()
571 if (ep->e_entries != NULL) { in removeoldnodes()