Searched refs:next (Results 226 - 250 of 3058) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsupport.c183 struct addrinfo *next; local
186 next = p->ai_next;
190 p = next;
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII.c589 /* find first/next address for a given interface */
1314 u_char *buf, *next; local
1337 next = buf;
1338 while (next < buf + needed) {
1339 rtm = (struct rt_msghdr *)(void *)next;
1340 next += rtm->rtm_msglen;
1377 u_char *buf, *next; local
1392 next = buf;
1393 while (next < buf + needed) {
1394 rtm = (struct rt_msghdr *)(void *)next;
[all...]
H A DmibII_route.c228 u_char *rtab, *next; local
252 next = rtab;
253 for (next = rtab; next < rtab + len; next += rtm->rtm_msglen) {
254 rtm = (struct rt_msghdr *)(void *)next;
298 * Find next route in the table. There is no such RB_ macro, so must
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c398 next:
415 goto next;
515 goto next;
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c799 * Find next port on a transport's list
2206 r1->next = r1->base;
2224 if ((id = r->next++) == r->base + (r->size - 1))
2225 r->next = r->base;
H A Dsnmpd.h72 int32_t next; /* generator */ member in struct:idrange
/freebsd-11-stable/contrib/byacc/
H A Dlalr.c7 struct shorts *next; member in struct:shorts
77 for (sp = first_state; sp; sp = sp->next)
87 for (sp = first_state; sp; sp = sp->next)
97 for (sp = first_shift; sp; sp = sp->next)
107 for (rp = first_reduction; rp; rp = rp->next)
195 for (sp = first_shift; sp; sp = sp->next)
228 for (sp = first_shift; sp; sp = sp->next)
465 sp->next = lookback[i];
535 shorts *sp, *next; local
543 for (sp = lookback[i]; sp; sp = sp->next)
[all...]
H A Dlr0.c153 this_state = this_state->next;
235 p->next = 0;
312 last_state->next = p;
330 for (p = first_state; p; ++k, p = p->next)
387 for (p = first_shift; p; ++k, p = p->next)
423 last_shift->next = p;
472 last_reduction->next = p;
H A Dmain.c27 struct _my_tmpfiles *next; member in struct:_my_tmpfiles
511 MY_TMPFILES *next = my_tmpfiles->next; local
519 my_tmpfiles = next;
626 item->next = my_tmpfiles;
H A Dmkpar.c94 temp->next = actions;
135 action *temp, *prev, *next; local
138 for (next = actions; next && next->symbol < symbol; next = next->next)
139 prev = next;
141 while (next
[all...]
H A Doutput.c63 for (p = list; p; p = p->next)
71 ((more || p->next) ? ", " : ""));
86 for (p = list; p; p = p->next)
89 ((more || p->next) ? ", " : ""));
446 for (p = parser[i]; p; p = p->next)
1907 core *cp, *next; local
1910 for (cp = first_state; cp; cp = next)
1912 next = cp->next;
1920 shifts *sp, *next; local
1933 reductions *rp, *next; local
[all...]
H A Dsymtab.c40 bp->next = 0;
79 last_symbol->next = bp;
120 q = p->next;
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.tab.c130 struct namelist { symbol *s; struct namelist *next; }; member in struct:namelist
503 p = p->next;
777 /* Switch to the next conflict context */
1213 yyval.nlist->next = yystack.l_mark[-1].nlist;
1220 yyval.nlist->next = NULL;
H A Dbtyacc_destroy2.tab.c130 struct namelist { symbol *s; struct namelist *next; }; member in struct:namelist
503 p = p->next;
777 /* Switch to the next conflict context */
1213 yyval.nlist->next = yystack.l_mark[-1].nlist;
1220 yyval.nlist->next = NULL;
H A Dbtyacc_destroy3.tab.c130 struct namelist { symbol *s; struct namelist *next; }; member in struct:namelist
503 p = p->next;
777 /* Switch to the next conflict context */
1213 yyval.nlist->next = yystack.l_mark[-1].nlist;
1220 yyval.nlist->next = NULL;
H A Derr_inherit3.tab.c130 struct namelist { symbol *s; struct namelist *next; }; member in struct:namelist
436 p = p->next;
448 p = p->next;
460 p = p->next;
734 /* Switch to the next conflict context */
1175 yyval.nlist->next = yystack.l_mark[-1].nlist;
1181 yyval.nlist->next = NULL;
H A Derr_inherit4.tab.c138 struct namelist { symbol *s; struct namelist *next; }; member in struct:namelist
732 /* Switch to the next conflict context */
1169 yyval.nlist->next = yystack.l_mark[-1].nlist;
1175 yyval.nlist->next = NULL;
H A Dexpr.oxout.tab.c489 long next; member in struct:yyySolvedSAlistCell
666 {yyySSALspace[yyyNewSSALC].next = *yyypL;
672 yyySSALCfreeList = yyySSALspace[yyySSALCfreeList].next;
673 yyySSALspace[yyyiDum].next = *yyypL;
1255 SSALptr = *(cPtrPtr = &(yyySSALspace[SSALptr].next));
1269 {yyySSALspace[yyyNewSSALC].next = *pL;
1275 yyySSALCfreeList = yyySSALspace[yyySSALCfreeList].next;
1276 yyySSALspace[iTemp].next = *pL;
2058 /* Switch to the next conflict context */
H A Dgrammar.tab.c225 struct _Declarator *next; /* next declarator in list */ member in struct:_Declarator
230 struct parameter *next; /* next parameter in list */ member in struct:parameter
244 struct symbol *next; /* next symbol in list */ member in struct:symbol
399 for (p = func_params->first; p != 0; p = p->next) {
1611 /* Switch to the next conflict context */
H A Dinherit1.tab.c130 struct namelist { symbol *s; struct namelist *next; }; member in struct:namelist
678 /* Switch to the next conflict context */
1107 yyval.nlist->next = yystack.l_mark[-1].nlist;
1113 yyval.nlist->next = NULL;
H A Dinherit2.tab.c130 struct namelist { symbol *s; struct namelist *next; }; member in struct:namelist
435 p = p->next;
447 p = p->next;
459 p = p->next;
733 /* Switch to the next conflict context */
1170 yyval.nlist->next = yystack.l_mark[-1].nlist;
1176 yyval.nlist->next = NULL;
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_destroy1.y13 struct namelist { symbol *s; struct namelist *next; };
45 p = p->next;
77 $$->next = $1;
81 $$->next = NULL;
H A Dbtyacc_destroy2.y13 struct namelist { symbol *s; struct namelist *next; };
45 p = p->next;
77 $$->next = $1;
81 $$->next = NULL;
H A Dbtyacc_destroy3.y16 struct namelist { symbol *s; struct namelist *next; };
48 p = p->next;
80 $$->next = $1;
84 $$->next = NULL;
H A Derr_inherit1.y11 struct namelist { symbol *s; struct namelist *next; };
34 p = p->next;

Completed in 231 milliseconds

1234567891011>>