Searched refs:in_next (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dpigz.c1410 local unsigned char *in_next; /* next unused byte in buffer */ variable
1449 file) from the file ind, set in_next to point to the in_left bytes read,
1477 in_next = in_which ? in_buf : in_buf2;
1499 in_left = readn(ind, in_next = in_buf, BUF);
1530 (in_left--, *in_next++))
1542 in_next += togo; \
1684 memcpy(next, in_next, in_left);
1690 memcpy(next, in_next, fname);
1692 in_next += fname;
1741 end = memchr(in_next,
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat.c330 nsp->ns_list = ipn.in_next;
475 nsp->ns_list = ipn.in_next;
H A Dipnat_y.y112 nattop = nat->in_next;
756 nat->in_next = n;
H A Dipftest.c668 for (ipn = nat_list; ipn != NULL; ipn = ipn->in_next)
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.c712 for (np = &nat_list; ((n = *np) != NULL); np = &n->in_next)
1065 n->in_next = NULL;
1168 *np = n->in_next;
1182 n->in_next = NULL;
1870 *np = n->in_next;
1879 n->in_next = NULL;
4598 for (n = nat_list; (n != NULL); n = n->in_next) {
4687 for (rulen = 0, np = nat_list; np; np = np->in_next, rulen++)
5083 nextipnat = ipn->in_next;
5188 if (nextipnat->in_next
[all...]
H A Dip_nat.h178 struct ipnat *in_next; /* NAT rule list next */ member in struct:ipnat
H A Dip_fil_compat.c351 struct ipnat *in_next; member in struct:ipnat_4_1_0
1193 np->in_next = old->in_next;
2077 old->in_next = np->in_next;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_fil_compat.c351 struct ipnat *in_next; member in struct:ipnat_4_1_0
1199 np->in_next = old->in_next;
2083 old->in_next = np->in_next;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.c5937 insn_t bb_head, bb_end, bb_next, in_next;
5965 in_next = NEXT_INSN (insn);
5966 while (DEBUG_INSN_P (in_next))
5967 in_next = NEXT_INSN (in_next);
5969 if (IN_CURRENT_FENCE_P (in_next))
5925 insn_t bb_head, bb_end, bb_next, in_next; local

Completed in 114 milliseconds