/netbsd-src/external/cddl/osnet/dist/tools/ctf/common/ |
H A D | list.c | 46 struct list *l_next; member 57 le->l_next = *list; in list_add() 67 for (nextp = list; *nextp; nextp = &((*nextp)->l_next)) { in slist_add() 92 for (le = *list, le2 = list; le; le2 = &le->l_next, le = le->l_next) { in list_remove() 94 *le2 = le->l_next; in list_remove() 111 list = list->l_next; in list_free() 130 lnext = list->l_next; in list_iter() 162 for (; list; list = list->l_next) { in list_find() 181 for (l = *list1, last = NULL; l; last = l, l = l->l_next) in list_concat() 187 last->l_next = list2; in list_concat() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-util.c | 38 q->l_next = NULL; in ctf_list_append() 41 p->l_next = q; in ctf_list_append() 43 lp->l_next = q; in ctf_list_append() 53 ctf_list_t *q = lp->l_next; /* q = head list element. */ in ctf_list_prepend() 55 lp->l_next = p; in ctf_list_prepend() 57 p->l_next = q; in ctf_list_prepend() 74 p->l_prev->l_next = p->l_next; in ctf_list_delete() 76 lp->l_next = p->l_next; in ctf_list_delete() 78 if (p->l_next != NULL) in ctf_list_delete() 79 p->l_next->l_prev = p->l_prev; in ctf_list_delete() [all …]
|
H A D | ctf-impl.h | 152 struct ctf_list *l_next; /* Next pointer or head pointer. */ member 679 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-util.c | 38 q->l_next = NULL; in ctf_list_append() 41 p->l_next = q; in ctf_list_append() 43 lp->l_next = q; in ctf_list_append() 53 ctf_list_t *q = lp->l_next; /* q = head list element. */ in ctf_list_prepend() 55 lp->l_next = p; in ctf_list_prepend() 57 p->l_next = q; in ctf_list_prepend() 74 p->l_prev->l_next = p->l_next; in ctf_list_delete() 76 lp->l_next = p->l_next; in ctf_list_delete() 78 if (p->l_next != NULL) in ctf_list_delete() 79 p->l_next->l_prev = p->l_prev; in ctf_list_delete() [all …]
|
H A D | ctf-impl.h | 152 struct ctf_list *l_next; /* Next pointer or head pointer. */ member 679 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_util.c | 49 q->l_next = NULL; in ctf_list_append() 52 p->l_next = q; in ctf_list_append() 54 lp->l_next = q; in ctf_list_append() 65 ctf_list_t *q = lp->l_next; /* q = head list element */ in ctf_list_prepend() 67 lp->l_next = p; in ctf_list_prepend() 69 p->l_next = q; in ctf_list_prepend() 87 p->l_prev->l_next = p->l_next; in ctf_list_delete() 89 lp->l_next = p->l_next; in ctf_list_delete() 91 if (p->l_next != NULL) in ctf_list_delete() 92 p->l_next->l_prev = p->l_prev; in ctf_list_delete()
|
H A D | ctf_impl.h | 109 struct ctf_list *l_next; /* next pointer or head pointer */ member 293 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))
|
/netbsd-src/usr.bin/col/ |
H A D | col.c | 97 LINE *l_next; /* next line */ member 277 lnew->l_next = l; in main() 291 if (l->l_next == NULL) { in main() 292 l->l_next = alloc_line(); in main() 293 l->l_next->l_prev = l; in main() 295 l = l->l_next; in main() 351 for (; l->l_next; l = l->l_next) in main() 383 lines = l->l_next; in flush_lines() 389 if (l->l_next) in flush_lines() 571 l->l_next = l + 1; in alloc_line() [all …]
|
/netbsd-src/external/bsd/bc/dist/ |
H A D | load.c | 103 functions[func].f_label->l_next = NULL; in def_label() 110 if (temp->l_next == NULL) in def_label() 112 temp->l_next = bc_malloc (sizeof(bc_label_group)); in def_label() 113 temp->l_next->l_next = NULL; in def_label() 115 temp = temp->l_next; in def_label()
|
H A D | bcdefs.h | 88 struct bc_label_group *l_next; member
|
/netbsd-src/usr.sbin/ypserv/revnetgroup/ |
H A D | parse_netgroup.c | 65 struct linelist *l_next; /* Chain ptr. */ member 148 lp = lp->l_next; in rng_endnetgrent() 194 lp = lp->l_next; in parse_netgrp() 357 lp->l_next = linehead; in read_for_group()
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | sleepq.c | 115 struct lwp *l, *l_next; in sleepq_wake() local 118 for (l = LIST_FIRST(sq); l; l = l_next) { in sleepq_wake() 119 l_next = LIST_NEXT(l, l_sleepchain); in sleepq_wake()
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | rtld.c | 1620 prev->l_next != NULL && prev->l_next != &_rtld_objself.linkmap; in _rtld_linkmap_add() 1621 prev = prev->l_next); in _rtld_linkmap_add() 1624 l->l_next = prev->l_next; in _rtld_linkmap_add() 1625 if (l->l_next != NULL) in _rtld_linkmap_add() 1626 l->l_next->l_prev = l; in _rtld_linkmap_add() 1627 prev->l_next = l; in _rtld_linkmap_add() 1636 if ((_rtld_debug.r_map = l->l_next) != NULL) in _rtld_linkmap_delete() 1637 l->l_next->l_prev = NULL; in _rtld_linkmap_delete() 1640 if ((l->l_prev->l_next = l->l_next) != NULL) in _rtld_linkmap_delete() 1641 l->l_next->l_prev = l->l_prev; in _rtld_linkmap_delete()
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | lcl_ng.c | 69 struct linelist *l_next; /*%< Chain ptr. */ member 246 lp = lp->l_next; in freelists() 289 lp = lp->l_next; in parse_netgrp() 435 lp->l_next = pvt->linehead; in read_for_group()
|
/netbsd-src/tests/libexec/ld.elf_so/ |
H A D | t_dlinfo.c | 103 for (; map->l_next; map = map->l_next) in ATF_TC_BODY()
|
H A D | t_rtld_r_debug.c | 113 for (found = false; map; map = map->l_next) { in check_r_debug_return_link_map()
|
/netbsd-src/external/cddl/osnet/dev/fbt/ |
H A D | fbt.c | 777 struct ctf_list *l_next; /* next pointer or head pointer */ member 781 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) 825 q->l_next = NULL; in ctf_list_append() 828 p->l_next = q; in ctf_list_append() 830 lp->l_next = q; in ctf_list_append() 841 ctf_list_t *q = lp->l_next; /* q = head list element */ in ctf_list_prepend() 843 lp->l_next = p; in ctf_list_prepend() 845 p->l_next = q; in ctf_list_prepend()
|
/netbsd-src/lib/librumpuser/ |
H A D | rumpuser_dl.c | 432 if (origmap->l_next == NULL && origmap->l_prev == NULL) { in rumpuser_dl_bootstrap() 441 for (; origmap->l_next; origmap = origmap->l_next) in rumpuser_dl_bootstrap()
|
/netbsd-src/include/ |
H A D | link_elf.h | 18 struct link_map *l_next; /* linked list of mapped libs */ member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
H A D | link.d | 321 Link_map* l_next; member 335 Elf32_Addr l_next; in version() member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/ |
H A D | link_elf.d | 36 link_map* l_next; member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
H A D | link_elf.d | 32 link_map* l_next; member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
H A D | link_elf.d | 43 link_map* l_next, l_prev; member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
H A D | link_elf.d | 45 link_map* l_next, l_prev; member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
H A D | link.d | 127 link_map* l_next, l_prev; member
|