/sysdeps/posix/ |
A D | libc_fatal.c | 52 struct str_list *next; member 78 const char *next = cp; in __libc_message() local 79 while (next[0] != '%' || next[1] != 's') in __libc_message() 81 next = __strchrnul (next + 1, '%'); in __libc_message() 83 if (next[0] == '\0') in __libc_message() 99 len = next - cp; in __libc_message() 100 cp = next; in __libc_message() 106 newp->next = list; in __libc_message() 121 list = list->next; in __libc_message()
|
A D | getaddrinfo.c | 183 st->next = NULL; in gaih_inet_serv() 406 pst = &(newp->next); in gaih_inet() 425 st->next = NULL; in gaih_inet() 443 newp->next = NULL; in gaih_inet() 449 lastp = &newp->next; in gaih_inet() 464 at->next = NULL; in gaih_inet() 956 atr = at->next; in gaih_inet() 1094 at2 = at2->next; in gaih_inet() 2008 l = l->next; in gaiconf_init() 2047 l = l->next; in gaiconf_init() [all …]
|
/sysdeps/nptl/ |
A D | fork.h | 76 if (GL (dl_stack_used).next->prev != &GL (dl_stack_used)) in reclaim_stacks() 78 else if (GL (dl_stack_cache).next->prev != &GL (dl_stack_cache)) in reclaim_stacks() 83 assert (l->next->prev == elem); in reclaim_stacks() 84 elem->next = l->next; in reclaim_stacks() 86 l->next = elem; in reclaim_stacks() 92 elem->next->prev = elem->prev; in reclaim_stacks() 93 elem->prev->next = elem->next; in reclaim_stacks()
|
/sysdeps/unix/sysv/linux/ |
A D | timer_delete.c | 41 __timer_active_sigev_thread = kt->next; in ___timer_delete() 45 while (prevp->next != NULL) in ___timer_delete() 46 if (prevp->next == kt) in ___timer_delete() 48 prevp->next = kt->next; in ___timer_delete() 52 prevp = prevp->next; in ___timer_delete()
|
A D | netlinkaccess.h | 30 struct netlink_res *next; member
|
A D | kernel-posix-timers.h | 66 struct timer *next; member
|
A D | if_index.c | 104 for (struct netlink_res *nlp = nh.nlm_list; nlp; nlp = nlp->next) in weak_alias() 138 for (struct netlink_res *nlp = nh.nlm_list; nlp; nlp = nlp->next) in weak_alias()
|
A D | timer_routines.c | 84 runp = runp->next; in timer_helper_thread()
|
/sysdeps/alpha/ |
A D | memchr.c | 104 word i, next = s_align[0]; \ in __memchr() 107 current = next; \ in __memchr() 108 next = s_align[1]; \ in __memchr() 114 current = next; \ in __memchr()
|
A D | strlen.S | 48 nop # dual issue the next two on ev5 69 nop # dual issue next two on ev4 and ev5
|
A D | strcmp.S | 139 ldq_u t2, 16(a1) # .. e1 : load next s2 high bits 140 ldq_u t0, 8(a0) # e0 : load next s1 word 150 cmpbge zero, t2, t4 # e0 : find zero in next low bits
|
/sysdeps/mach/hurd/ |
A D | jmp-unwind.c | 59 ss->preemptors = ss->preemptors->next; in _longjmp_unwind() 69 link = link->thread.next) in _longjmp_unwind()
|
A D | _Fork.c | 617 oldstates = ss->next; in _Fork() 620 while (_hurd_sigstates->next != ss) in _Fork() 621 _hurd_sigstates = _hurd_sigstates->next; in _Fork() 622 _hurd_sigstates->next = ss->next; in _Fork() 624 ss->next = NULL; in _Fork() 679 struct hurd_sigstate *next = oldstates->next; in _Fork() local 685 assert (_hurd_sigstates->next == 0); in _Fork() 686 _hurd_sigstates->next = oldstates; in _Fork() 687 oldstates->next = 0; in _Fork() 692 oldstates = next; in _Fork()
|
A D | sigwait.c | 106 preemptor.next = ss->preemptors; in __sigwait() 128 ss->preemptors = preemptor.next; in __sigwait()
|
/sysdeps/sparc/ |
A D | backtrace.c | 30 unsigned long next; member 103 if (!current->next) in __backtrace() 105 current = (struct layout *) (current->next + BACKTRACE_STACK_BIAS); in __backtrace()
|
/sysdeps/ia64/ |
A D | gccframe.h | 30 struct object *next; member
|
/sysdeps/generic/ |
A D | gccframe.h | 48 struct object *next; member
|
A D | dl-fptr.h | 32 struct fdesc_table *next; member
|
A D | unwind-dw2-fde.h | 59 struct object *next; member 74 struct old_object *next; member
|
A D | unwind-dw2-fde.c | 122 ob->next = unseen_objects; 167 ob->next = unseen_objects; in __register_frame_info_table_bases() 213 for (p = &unseen_objects; *p ; p = &(*p)->next) in __deregister_frame_info_bases() 217 *p = ob->next; in __deregister_frame_info_bases() 221 for (p = &seen_objects; *p ; p = &(*p)->next) in __deregister_frame_info_bases() 227 *p = ob->next; in __deregister_frame_info_bases() 237 *p = ob->next; in __deregister_frame_info_bases() 1028 for (ob = seen_objects; ob; ob = ob->next) in _Unwind_Find_FDE() 1042 unseen_objects = ob->next; in _Unwind_Find_FDE() 1046 for (p = &seen_objects; *p ; p = &(*p)->next) in _Unwind_Find_FDE() [all …]
|
A D | aio_misc.h | 46 struct waitlist *next; member
|
/sysdeps/htl/ |
A D | timer_routines.c | 74 newp->next = list; in list_append() 75 list->prev->next = newp; in list_append() 93 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink() 96 lprev->next = lnext; in list_unlink() 102 return list->next; in list_first() 114 return list->next; in list_next() 120 return list->next == list; in list_isempty()
|
/sysdeps/pthread/ |
A D | posix-timer.h | 165 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink_ip() 168 lprev->next = lnext; in list_unlink_ip() 174 list->next = list; in list_unlink_ip()
|
/sysdeps/mach/hurd/i386/ |
A D | trampoline.c | 201 stackframe->link.resource.next = NULL; in _hurd_setup_sighandler() 203 stackframe->link.thread.next = ss->active_resources; in _hurd_setup_sighandler() 205 if (stackframe->link.thread.next) in _hurd_setup_sighandler() 206 stackframe->link.thread.next->thread.prevp in _hurd_setup_sighandler() 207 = &stackframe->link.thread.next; in _hurd_setup_sighandler()
|
/sysdeps/i386/i686/multiarch/ |
A D | strlen-sse2-bsf.S | 48 ja L(next) 57 L(next):
|