Searched refs:next (Results 151 - 175 of 2731) sorted by relevance

1234567891011>>

/freebsd-current/contrib/xz/src/liblzma/simple/
H A Dx86.c121 x86_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, argument
124 const lzma_ret ret = lzma_simple_coder_init(next, allocator, filters,
128 lzma_simple_coder *coder = next->coder;
140 lzma_simple_x86_encoder_init(lzma_next_coder *next, argument
144 return x86_coder_init(next, allocator, filters, true);
151 lzma_simple_x86_decoder_init(lzma_next_coder *next, argument
155 return x86_coder_init(next, allocator, filters, false);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dentries.c54 * | ----+-->| ----+-->| NULL | next
73 for (last = 0, ep = headp; ep != 0; last = ep, ep = ep->next) {
76 last->next = ep->next;
78 if (ep->next != 0) {
79 ep->next->last = last;
82 _nc_head = ep->next;
136 for (p = _nc_prescreen.allocated; p != 0; p = p->next) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dinterval_set_test.cpp34 EXPECT_EQ(std::next(S.begin()), S.end());
47 EXPECT_EQ(std::next(S.begin()), S.end()); // Should see just one range.
59 EXPECT_EQ(std::next(S.begin()), S.end()); // Should see just one range.
77 EXPECT_EQ(std::next(S.begin()), S.end()); // Should see just one range.
90 EXPECT_EQ(std::next(S.begin()), S.end());
103 EXPECT_EQ(std::next(S.begin()), S.end());
116 EXPECT_EQ(std::next(std::next(S.begin())), S.end());
119 EXPECT_EQ(std::next(S.begin())->first, 9U);
120 EXPECT_EQ(std::next(
[all...]
/freebsd-current/bin/sh/
H A Dalias.c65 ap->next = *app;
86 for (ap = *app; ap; app = &(ap->next), ap = ap->next) {
99 *app = ap->next;
124 app = &(*app)->next;
126 *app = ap->next;
142 for (ap = atab[hashalias(name)]; ap; ap = ap->next) {
180 for (ap = atab[i]; ap; ap = ap->next)
256 if (index->next != NULL)
257 return (index->next);
[all...]
/freebsd-current/sys/powerpc/pseries/
H A Dphyp_dbg.c106 int c, err, next; local
130 next = 1;
131 if (c == '\r' && dbgport.inbuf.str[next] == '\0') {
132 next++;
137 memmove(&dbgport.inbuf.str[0], &dbgport.inbuf.str[next],
/freebsd-current/libexec/mknetid/
H A Dhash.c118 cur = cur->next;
141 tmp->next = NULL;
147 tmp->next = cur->groups;
151 cur = cur->next;
161 new->next = table[i];
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_entry_sparse.c44 sp = entry->sparse_head->next;
85 sp->next = NULL;
92 entry->sparse_tail->next = sp;
107 for (sp = entry->sparse_head; sp != NULL; sp = sp->next)
143 entry->sparse_p = entry->sparse_p->next;
/freebsd-current/sys/contrib/zlib/test/
H A Dinfcover.c51 allocation routines on the next zlib initialization
59 struct mem_item *next; /* pointer to next item in list, or NULL */ member in struct:mem_item
99 item->next = zone->first;
114 struct mem_item *item, *next; local
123 /* point next to the item that matches ptr, or NULL if not found -- remove
125 next = zone->first;
126 if (next) {
127 if (next->ptr == ptr)
128 zone->first = next
203 struct mem_item *item, *next; local
248 unsigned next, val; local
449 static unsigned int next = 0; local
623 code *next, table[ENOUGH_DISTS]; local
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dtransited.c46 struct tr_realm *next; member in struct:tr_realm
55 r = r->next;
89 tmp->next = r->next;
90 r->next = tmp;
93 r->next = tmp->next;
110 tmp->next = r->next;
111 r->next
[all...]
H A Dacl.c43 struct acl_field *next, **last; member in struct:acl_field
55 acl = acl->next;
62 struct acl_field *next; local
66 next = acl->next;
68 acl = next;
107 tmp->next = NULL;
112 acl->last = &tmp->next;
148 acl = acl->next;
/freebsd-current/contrib/nvi/common/
H A Dscreen.c194 * Return the next screen in the queue.
202 SCR *next; local
206 TAILQ_FOREACH(next, gp->dq, q)
207 if (next != sp)
209 if (next != NULL)
210 return (next);
214 next = TAILQ_FIRST(gp->hq);
215 TAILQ_REMOVE(gp->hq, next, q);
216 TAILQ_INSERT_HEAD(gp->dq, next, q);
217 return (next);
[all...]
/freebsd-current/lib/libc/net/
H A Dgetifmaddrs.c62 char *next; local
90 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
91 rtm = (struct rt_msghdr *)(void *)next;
126 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
127 rtm = (struct rt_msghdr *)(void *)next;
/freebsd-current/stand/i386/libi386/
H A Dbiossmap.c59 struct smap_buf *cur, *next; local
79 next = malloc(sizeof(*next));
80 if (next == NULL)
82 next->smap = buf.smap;
84 next->xattr = buf.xattr;
87 STAILQ_INSERT_TAIL(&head, next, bufs);
111 next = STAILQ_NEXT(cur, bufs);
113 cur = next;
/freebsd-current/contrib/ofed/libmlx5/
H A Dsrq.c51 struct mlx5_wqe_srq_next_seg *next; local
57 next = get_wqe(srq, idx);
58 scat = (struct mlx5_wqe_data_seg *) (next + 1);
75 struct mlx5_wqe_srq_next_seg *next; local
79 next = get_wqe(srq, srq->tail);
80 next->next_wqe_index = htobe16(ind);
91 struct mlx5_wqe_srq_next_seg *next; local
99 for (nreq = 0; wr; ++nreq, wr = wr->next) {
115 next = get_wqe(srq, srq->head);
116 srq->head = be16toh(next
151 struct mlx5_wqe_srq_next_seg *next; local
[all...]
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_methods.c34 for (m = eap_methods; m; m = m->next) {
54 for (m = eap_methods; m; m = m->next) {
79 for (m = eap_methods; m; m = m->next) {
106 for (m = eap_methods; m; m = m->next) {
136 for (m = eap_methods; m; m = m->next)
143 for (m = eap_methods; m; m = m->next) {
171 for (m = eap_methods; m; m = m->next)
245 m = m->next;
252 prev->next = m->next;
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlfunc.c59 pp = &p->next;
65 uv->u.l.next = g->uvhead.u.l.next;
66 uv->u.l.next->u.l.prev = uv;
67 g->uvhead.u.l.next = uv;
68 lua_assert(uv->u.l.next->u.l.prev == uv && uv->u.l.prev->u.l.next == uv);
74 lua_assert(uv->u.l.next->u.l.prev == uv && uv->u.l.prev->u.l.next == uv);
75 uv->u.l.next
[all...]
/freebsd-current/usr.sbin/ac/
H A Dac.c50 SLIST_ENTRY(utmpx_entry) next;
63 SLIST_ENTRY(user_entry) next;
72 SLIST_ENTRY(tty_entry) next;
123 SLIST_INSERT_HEAD(&Ttys, tp, next);
135 SLIST_FOREACH(tp, &Ttys, next) {
158 SLIST_FOREACH(up, &CurUtmpx, next)
177 SLIST_FOREACH(up, &Users, next) {
196 SLIST_INSERT_HEAD(&Users, up, next);
198 SLIST_INSERT_AFTER(aup, up, next);
272 SLIST_FOREACH(lp, &Users, next)
[all...]
/freebsd-current/contrib/diff/src/
H A Dutil.c36 struct msg *next; member in struct:msg
117 new->next = 0;
118 msg_chain_end = &new->next;
139 struct msg *next = m->next;
145 m = next;
489 struct change *next = script;
491 while (next)
496 this = next;
497 end = (*hunkfun) (next);
137 struct msg *next = m->next; local
483 struct change *next = script; local
657 struct change *next; local
[all...]
/freebsd-current/contrib/com_err/
H A Derror.c50 for (p = list; p; p = p->next)
60 for (p = list; p; p = p->next) {
87 for (end = list, et = *list; et; end = &et->next, et = et->next)
98 et->next = NULL;
108 et = et->next;
/freebsd-current/crypto/heimdal/lib/com_err/
H A Derror.c53 for (p = list; p; p = p->next)
63 for (p = list; p; p = p->next) {
90 for (end = list, et = *list; et; end = &et->next, et = et->next)
101 et->next = NULL;
111 et = et->next;
/freebsd-current/contrib/wpa/src/ap/
H A Dieee802_11_auth.c34 struct hostapd_cached_radius_acl *next; member in struct:hostapd_cached_radius_acl
45 struct hostapd_acl_query_data *next; member in struct:hostapd_acl_query_data
65 acl_cache = acl_cache->next;
79 for (entry = hapd->acl_cache; entry; entry = entry->next) {
255 query = query->next;
284 query->next = hapd->acl_queries;
312 prev->next = entry->next;
314 hapd->acl_cache = entry->next;
317 entry = entry->next;
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-igrp.c96 u_int nint, nsys, next; local
107 next = GET_BE_U_2(hdr->ig_nx);
116 next);
136 } else if (next > 0) {
139 --next;
147 if (nint || nsys || next || length)
/freebsd-current/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c218 ng_btsocket_hci_raw_pcb_p this = NULL, next = NULL; local
229 for ( ; this != NULL; this = next) {
235 next = LIST_NEXT(&pcb, next);
273 ng_btsocket_l2cap_raw_pcb_p this = NULL, next = NULL; local
284 for ( ; this != NULL; this = next) {
290 next = LIST_NEXT(&pcb, next);
329 ng_btsocket_l2cap_pcb_p this = NULL, next = NULL; local
341 for ( ; this != NULL; this = next) {
384 ng_btsocket_l2cap_rtentry_p this = NULL, next = NULL; local
434 ng_btsocket_rfcomm_pcb_p this = NULL, next = NULL; local
499 ng_btsocket_rfcomm_session_p this = NULL, next = NULL; local
[all...]
/freebsd-current/usr.sbin/rtsold/
H A Drtsock.c97 char *lim, *next; local
108 for (next = msg; next < lim; next += len) {
109 rtm = (struct rt_msghdr *)(void *)next;
110 if (lim - next < lenlim)
/freebsd-current/libexec/revnetgroup/
H A Dhash.c120 cur = cur->next;
154 new->next = table[i];
184 tmp->next = NULL;
189 tmp->next = cur->groups;
193 cur = cur->next;
201 new->next = table[i];

Completed in 184 milliseconds

1234567891011>>