Home
last modified time | relevance | path

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

/openbsd/sbin/restore/
H A Dsymtab.c242 np->e_sibling = ep->e_entries; in addentry()
243 ep->e_entries = np; in addentry()
273 if (ep->e_entries != NULL) in freeentry()
317 ep->e_sibling = np->e_entries; in moveentry()
318 np->e_entries = ep; in moveentry()
339 if (np->e_entries == ep) { in removeentry()
340 np->e_entries = ep->e_sibling; in removeentry()
479 if (ep->e_entries != NULL) in dumpsymtable()
480 tep->e_entries = in dumpsymtable()
600 if (ep->e_entries != NULL) in initsymtable()
[all …]
H A Dutilities.c158 if (ep->e_entries != NULL) in removenode()
267 if (ep->e_entries != NULL) in badentry()
268 fprintf(stderr, "next entry name: %s\n", myname(ep->e_entries)); in badentry()
H A Drestore.h82 struct entry *e_entries; /* for directories, their entries */ member
H A Drestore.c498 for (np = ep->e_entries; np != NULL; np = np->e_sibling) { in findunreflinks()
512 for (np = ep->e_entries; np != NULL; np = np->e_sibling) { in findunreflinks()
546 if (ep->e_entries != NULL) { in removeoldnodes()
/openbsd/usr.sbin/hostapd/
H A Dhostapd.c355 TAILQ_REMOVE(&table->t_mask_head, entry, e_entries); in hostapd_cleanup()
596 TAILQ_FOREACH(entry, &table->t_mask_head, e_entries) { in hostapd_entry_lookup()
612 TAILQ_INSERT_TAIL(&table->t_mask_head, entry, e_entries); in hostapd_entry_update()
H A Dhostapd.h121 TAILQ_ENTRY(hostapd_entry) e_entries;