Searched refs:next (Results 1 - 25 of 4011) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dsdp_data.c52 if (data->next + 1 > data->end)
55 return data->next[0];
68 uint8_t *p = data->next;
143 return (p - data->next);
314 if (data->next == NULL || data->end == NULL)
317 if (data->next >= data->end)
320 return _sdp_data_valid(data->next, data->end);
373 _sdp_data_print(const uint8_t *next, const uint8_t *end, int indent) argument
377 while (next < end) {
378 if (next
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr25514.c2 struct node *next; member in struct:node
11 struct node *node, *next; local
14 next = node->next;
16 current_node = next;
19 node = global_list.next;
21 global_list.next = node->next;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr25514.c2 struct node *next; member in struct:node
11 struct node *node, *next; local
14 next = node->next;
16 current_node = next;
19 node = global_list.next;
21 global_list.next = node->next;
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/
H A Dlibdrm_lists.h23 * next paragraph) shall be included in all copies or substantial portions
37 struct _drmMMListHead *next; member in struct:_drmMMListHead
43 (__item)->next = (__item); \
49 (__item)->next = (__list)->next; \
50 (__list)->next->prev = (__item); \
51 (__list)->next = (__item); \
56 (__item)->next = (__list); \
58 (__list)->prev->next = (__item); \
64 (__item)->prev->next
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dalist_free.c16 alist_t *a, *next; local
18 for (a = hosts; a != NULL; a = next) {
19 next = a->al_next;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr31448-2.c8 st *next; variable
11 st *next = 0; local
15 next->iIndex = constreg[nIndx];
22 next->iIndex = constreg[nIndx];
23 next->iIndex1 = constreg[nIndx];
28 next = &a;
30 if (next->iIndex != 0xFFFEFEFE)
32 if (next->iIndex1 != 0xFFFEFEFE)
H A Dpr31448.c8 st *next; variable
11 st *next = 0; local
15 next->iIndex = constreg[nIndx];
22 next->iIndex = constreg[nIndx];
23 next->iIndex1 = constreg[nIndx];
28 next = &a;
30 if (next->iIndex != 0xFFFEFEFE)
32 if (next->iIndex1 != 0xFFFEFEFE)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dpr31448.c8 st *next; variable
11 st *next = 0; local
15 next->iIndex = constreg[nIndx];
22 next->iIndex = constreg[nIndx];
23 next->iIndex1 = constreg[nIndx];
28 next = &a;
30 if (next->iIndex != 0xFFFEFEFE)
32 if (next->iIndex1 != 0xFFFEFEFE)
/netbsd-6-1-5-RELEASE/tests/util/xlint/lint1/
H A Dd_c9x_recursive_init.c3 void *next; member in union:node
14 .n = { .next = 0, },
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Doperator.c66 (*planp) = (*planp)->next;
67 node->next = NULL;
80 PLAN *next; /* temp node holding subexpression results */ local
97 if ((next = yankexpr(planp)) == NULL)
106 if (next->type == N_CLOSEPAREN) {
115 tail = subplan = next;
117 tail->next = next;
118 tail = next;
120 tail->next
170 PLAN *next; /* next node being processed */ local
229 PLAN *next; /* next node being processed */ local
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Dinet.h43 struct iaddrlist *next; member in struct:iaddrlist
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dglue.h42 struct glue *next; member in struct:glue
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Drand.c44 static u_long next = 1; variable
50 return (int)((next = next * 1103515245 + 12345) % ((u_long)RAND_MAX + 1));
57 next = seed;
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntel/
H A Dalias.h46 struct alias *next; /* ptr to next alias */ member in struct:alias
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Drsrr_var.h45 struct rsrr_cache *next; /* next cache item */ member in struct:rsrr_cache
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Duninit-1-O0.c8 struct list *next; member in struct:list
18 for (p = el; p; p = p->next)
20 for (q = el; q != p; q = q->next)
23 r->next = p->next;
H A Duninit-1.c8 struct list *next; member in struct:list
18 for (p = el; p; p = p->next)
20 for (q = el; q != p; q = q->next)
23 r->next = p->next;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Duninit-1.c8 struct list *next; member in struct:list
18 for (p = el; p; p = p->next)
20 for (q = el; q != p; q = q->next)
23 r->next = p->next;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dlist.h22 struct dl_list *next; member in struct:dl_list
28 list->next = list;
34 item->next = list->next;
36 list->next->prev = item;
37 list->next = item;
47 item->next->prev = item->prev;
48 item->prev->next = item->next;
49 item->next
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sdpd/
H A Dservice.c42 * buffer for sdpd_put_byte(), below. bytes are written at next when
47 uint8_t *next; /* current write position */ member in struct:__anon10063
68 d.next = srv->ibuf;
81 if (d.next + sizeof(uint16_t) > d.end)
84 max = be16dec(d.next);
85 d.next += sizeof(uint16_t);
93 if (d.next + 1 > d.end
94 || d.next[0] > 16
95 || d.next + 1 + d.next[
566 uint8_t *next; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dtok822_tree.c131 TOK822 *next = t1->next; local
133 t1->next = t2;
137 while (t2->next)
138 (t2 = t2->next)->owner = t1->owner;
140 t2->next = next;
141 if (next)
142 next->prev = t2;
153 prev->next
182 TOK822 *next = tp->next; local
196 TOK822 *next = tp->next; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_enable.c73 for (xport = qmgr_transport_list.next; xport; xport = xport->peers.next)
82 QMGR_QUEUE *next; local
92 for (queue = transport->queue_list.next; queue; queue = next) {
93 next = queue->peers.next;
107 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_enable.c73 for (xport = qmgr_transport_list.next; xport; xport = xport->peers.next)
82 QMGR_QUEUE *next; local
92 for (queue = transport->queue_list.next; queue; queue = next) {
93 next = queue->peers.next;
107 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pqueue/
H A Dpqueue.c79 item->next = NULL;
113 pitem *curr, *next; local
121 for(curr = NULL, next = pq->items;
122 next != NULL;
123 curr = next, next = next->next)
127 int cmp = memcmp(next->priority, item->priority,8);
128 if (cmp > 0) /* next > ite
170 pitem *next; local
[all...]
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/xmlwf/
H A Dct.c86 const char *next, *p; local
89 next = buf;
90 p = getTok(&next);
91 if (matchkey(p, next, "text"))
93 else if (!matchkey(p, next, "application"))
95 p = getTok(&next);
98 p = getTok(&next);
99 if (matchkey(p, next, "xml"))
101 p = getTok(&next);
104 p = getTok(&next);
[all...]

Completed in 346 milliseconds

1234567891011>>