Searched refs:next (Results 26 - 50 of 75) sorted by path

123

/bionic/libc/stdio/
H A Dstdio.cpp119 g->next = nullptr;
147 for (g = &__sglue; g != nullptr; g = g->next) {
157 lastglue->next = g;
/bionic/libc/stdlib/
H A Datexit.c45 struct atexit *next; /* next in list */ member in struct:atexit
46 int ind; /* next index in this table */
113 p->next = __atexit;
147 for (p = __atexit; p != NULL; p = p->next) {
181 p = p->next;
/bionic/libc/system_properties/
H A Dcontexts_split.cpp44 ContextListNode(ContextListNode* next, const char* context, const char* filename) argument
45 : ContextNode(strdup(context), filename), next(next) {
52 ContextListNode* next; member in class:ContextListNode
56 PrefixNode(struct PrefixNode* next, const char* prefix, ContextListNode* context) argument
57 : prefix(strdup(prefix)), prefix_len(strlen(prefix)), context(context), next(next) {
65 PrefixNode* next; member in struct:PrefixNode
83 next_list = &(*next_list)->next;
92 list = list->next;
[all...]
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dquick_exit.c38 struct quick_exit_handler *next; member in struct:quick_exit_handler
62 h->next = handlers;
77 for (h = handlers; NULL != h; h = h->next)
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dpopen.c68 struct pid *next; member in struct:pid
131 for (old = pidlist; old; old = old->next)
178 cur->next = pidlist;
202 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
214 pidlist = cur->next;
216 last->next = cur->next;
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A Dlist.h28 #define LINK(type) struct { type *prev, *next; }
32 (elt)->link.next = (type *)(-1); \
37 (void *)((elt)->link.next) != (void *)(-1))
51 (elt)->link.next = (list).head; \
59 (list).tail->link.next = (elt); \
63 (elt)->link.next = NULL; \
70 if ((elt)->link.next != NULL) \
71 (elt)->link.next->link.prev = (elt)->link.prev; \
77 (elt)->link.prev->link.next = (elt)->link.next; \
[all...]
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_streams.c88 new->next = ctx->streams;
122 new->next = ctx->streams;
170 old->prev->next = old->next;
172 ctx->streams = old->next;
173 if (old->next != NULL)
174 old->next->prev = old->prev;
H A Deventlib_p.h88 struct evConn * next; member in struct:evConn
121 struct evFile * next; member in struct:evFile
142 struct evStream *prev, *next; member in struct:evStream
158 struct evWait * next; member in struct:evWait
165 struct evWaitList * next; member in struct:evWaitList
176 struct { struct evEvent_p *next; } free; member in struct:evEvent_p::__anon1242::__anon1248
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c109 const char *next; /* next character in RE */ local
182 #define PEEK() (*p->next)
183 #define PEEK2() (*(p->next+1))
184 #define MORE() (p->next < p->end)
185 #define MORE2() (p->next+1 < p->end)
190 #define NEXT() (p->next++)
191 #define NEXT2() (p->next += 2)
192 #define NEXTn(n) (p->next += (n))
193 #define GETNEXT() (*p->next
[all...]
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h150 * digits, each string is assigned to the next available sequence
475 struct Bigint *next; member in struct:Bigint
H A Dmisc.c61 freelist[k] = rv->next;
107 v->next = freelist[v->k];
415 p5->next = 0;
422 p5->next = 0;
435 if ((p51 = p5->next) == 0) {
438 if (!(p51 = p5->next)) {
439 p51 = p5->next = mult(p5,p5);
442 p51->next = 0;
446 p51 = p5->next = mult(p5,p5);
449 p51->next
[all...]
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfwalk.c47 for (g = &__sglue; g != NULL; g = g->next)
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A Dbootparam.h14 *** Any manual change here will be lost the next time this script will
48 __u64 next; member in struct:setup_data
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Ddrm.h14 *** Any manual change here will be lost the next time this script will
64 unsigned char next; member in struct:drm_tex_region
H A Di810_drm.h14 *** Any manual change here will be lost the next time this script will
123 unsigned char next, prev; member in struct:_drm_i810_tex_region
H A Dvia_drm.h14 *** Any manual change here will be lost the next time this script will
131 unsigned char next, prev; member in struct:_drm_via_tex_region
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Ddm-ioctl.h14 *** Any manual change here will be lost the next time this script will
45 __u32 next; member in struct:dm_target_spec
55 __u32 next; member in struct:dm_name_list
59 __u32 next; member in struct:dm_target_versions
H A Dfd.h14 *** Any manual change here will be lost the next time this script will
179 struct floppy_raw_cmd * next; member in struct:floppy_raw_cmd
H A Dfutex.h14 *** Any manual change here will be lost the next time this script will
52 struct robust_list __user * next; member in struct:robust_list
H A Dromfs_fs.h14 *** Any manual change here will be lost the next time this script will
41 __be32 next; member in struct:romfs_inode
H A Dvfio.h14 *** Any manual change here will be lost the next time this script will
37 __u32 next; member in struct:vfio_info_cap_header
H A Dvideodev2.h14 *** Any manual change here will be lost the next time this script will
552 struct v4l2_clip __user * next; member in struct:v4l2_clip
H A Dvirtio_ring.h14 *** Any manual change here will be lost the next time this script will
35 __virtio16 next; member in struct:vring_desc
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dbootparam.h14 *** Any manual change here will be lost the next time this script will
48 __u64 next; member in struct:setup_data
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dbootparam.h14 *** Any manual change here will be lost the next time this script will
48 __u64 next; member in struct:setup_data

Completed in 247 milliseconds

123