| /netbsd-src/sbin/restore/ |
| H A D | symtab.c | 90 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 D | restore.c | 191 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 D | utilities.c | 317 if (ep->e_next != NULL) in badentry() 319 "next hashchain name: %s\n", myname(ep->e_next)); in badentry()
|
| H A D | restore.h | 99 struct entry *e_next; /* hash chain list */ member
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | ls.c | 166 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 D | npf_var.c | 49 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 D | efifs_ls.c | 76 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 D | expl.c | 66 ep->e_next = NULL; in showexpl() 70 Last_expl->e_next = ep; in showexpl() 120 nextep = ep->e_next; in rollexpl()
|
| H A D | hunt.h | 125 EXPL *e_next; member
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | libelf_ar_util.c | 248 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 D | elf_rand.c | 67 ar->e_u.e_ar.e_next = offset; in elf_rand()
|
| H A D | elf_next.c | 68 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ? in elf_next()
|
| H A D | _libelf.h | 109 off_t e_next; /* set by elf_rand()/elf_next() */ member
|
| H A D | libelf_ar.c | 226 next = elf->e_u.e_ar.e_next; in _libelf_ar_open_member()
|
| /netbsd-src/games/gomoku/ |
| H A D | pickmove.c | 374 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 D | gomoku.h | 189 struct elist *e_next; /* list of completion points */ member
|
| H A D | main.c | 580 for (ep = sp->s_empty; ep != NULL; ep = ep->e_next) { in whatsup()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | rrl.c | 291 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 D | rrl.c | 268 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 D | decbin.sa | 492 bcc.b e_next ;if zero, skip the mul 494 e_next:
|
| H A D | bindec.sa | 456 bcc.b e_next ;if zero, skip the mul 458 e_next:
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | pfpsp.s | 13385 bcc.b e_next # if zero, skip the mul 13387 e_next:
|
| H A D | fpsp.s | 23424 bcc.b e_next # if zero, skip the mul 23426 e_next:
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2017 | 41526 * multiple_target.c (create_dispatcher_calls): Init e_next.
|