Home
last modified time | relevance | path

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

/netbsd-src/sbin/restore/
H A Dsymtab.c90 for (ep = entry[inum % entrytblsize]; ep != NULL; ep = ep->e_next) in lookupino()
108 np->e_next = *epp; in addino()
111 for (np = np->e_next; np != NULL; np = np->e_next) in addino()
129 for (next = *prev; next != NULL; next = next->e_next) { in deleteino()
132 *prev = next->e_next; in deleteino()
135 prev = &next->e_next; in deleteino()
230 np->e_next = freelist; in addentry()
235 freelist = np->e_next; in addentry()
308 ep->e_next = freelist; in freeentry()
500 if (ep->e_next != NULL) in dumpsymtable()
[all …]
H A Drestore.c191 ep->e_next = removelist; in removeoldleaves()
437 ip->e_next = removelist; in nodeupdates()
539 for (ep = removelist; ep != NULL; ep = ep->e_next) { in findunreflinks()
575 prev = &ep->e_next; in removeoldnodes()
578 *prev = ep->e_next; in removeoldnodes()
584 for (ep = removelist; ep != NULL; ep = ep->e_next) in removeoldnodes()
H A Dutilities.c317 if (ep->e_next != NULL) in badentry()
319 "next hashchain name: %s\n", myname(ep->e_next)); in badentry()
H A Drestore.h99 struct entry *e_next; /* hash chain list */ member
/netbsd-src/sys/lib/libsa/
H A Dls.c166 struct lsentry *e_next; member
192 for (np = names; *np; np = &(*np)->e_next) { in lsadd()
196 n->e_next = *np; in lsadd()
209 names = n->e_next; in lsprint()
219 names = n->e_next; in lsfree()
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_var.c49 struct npf_element *e_next; member
124 vp->v_last->e_next = el; in npfvar_add_element()
144 vp->v_last->e_next = vp2->v_elements; in npfvar_add_elements()
162 npfvar_free_elements(el->e_next); in npfvar_free_elements()
218 el = el->e_next; in npfvar_get_element()
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Defifs_ls.c76 entry_t *e_next; member
211 for (np = &names; *np; np = &(*np)->e_next) { in efifs_ls()
215 n->e_next = *np; in efifs_ls()
225 names = n->e_next; in efifs_ls()
/netbsd-src/games/hunt/huntd/
H A Dexpl.c66 ep->e_next = NULL; in showexpl()
70 Last_expl->e_next = ep; in showexpl()
120 nextep = ep->e_next; in rollexpl()
H A Dhunt.h125 EXPL *e_next; member
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_ar_util.c248 e->e_u.e_ar.e_next = (off_t) -1; in _libelf_ar_open()
357 e->e_u.e_ar.e_next = (off_t) (s - e->e_rawfile); in _libelf_ar_open()
H A Delf_rand.c67 ar->e_u.e_ar.e_next = offset; in elf_rand()
H A Delf_next.c68 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ? in elf_next()
H A D_libelf.h109 off_t e_next; /* set by elf_rand()/elf_next() */ member
H A Dlibelf_ar.c226 next = elf->e_u.e_ar.e_next; in _libelf_ar_open_member()
/netbsd-src/games/gomoku/
H A Dpickmove.c374 nep = ep->e_next; in scanframes()
389 nep = ep->e_next; in scanframes()
588 nep = ep->e_next; in addframes()
679 for (struct elist *ep = osp->s_empty; ep != NULL; ep = ep->e_next) { in makecombo()
703 nep != NULL; nep = nep->e_next) { in makecombo()
950 nep->e_next = sp->s_nempty; in makeempty()
H A Dgomoku.h189 struct elist *e_next; /* list of completion points */ member
H A Dmain.c580 for (ep = sp->s_empty; ep != NULL; ep = ep->e_next) { in whatsup()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drrl.c291 dns_rrl_entry_t *e, *e_next; in free_old_hash() local
297 for (e = ISC_LIST_HEAD(*old_bin); e != NULL; e = e_next) { in free_old_hash()
298 e_next = ISC_LIST_NEXT(e, hlink); in free_old_hash()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drrl.c268 dns_rrl_entry_t *e, *e_next; in expand_entries()
274 for (e = ISC_LIST_HEAD(*old_bin); e != NULL; e = e_next) { in expand_entries()
275 e_next = ISC_LIST_NEXT(e, hlink); in expand_entries()
291 dns_rrl_entry_t *e, *e_next; free_old_hash() local
/netbsd-src/sys/arch/m68k/fpsp/
H A Ddecbin.sa492 bcc.b e_next ;if zero, skip the mul
494 e_next:
H A Dbindec.sa456 bcc.b e_next ;if zero, skip the mul
458 e_next:
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s13385 bcc.b e_next # if zero, skip the mul
13387 e_next:
H A Dfpsp.s23424 bcc.b e_next # if zero, skip the mul
23426 e_next:
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201741526 * multiple_target.c (create_dispatcher_calls): Init e_next.