Searched refs:nxt (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c574 int nxt, fr; local
576 for (fr = from_x; (nxt = NEXTTAB(fr)) <= to_x; fr = nxt) {
666 int nxt, fr; local
668 for (fr = from_x; (nxt = LASTTAB(fr)) >= to_x; fr = nxt) {
/freebsd-9.3-release/sys/netinet6/
H A Dicmp6.c260 int nxt; local
315 nxt = -1;
316 off = ip6_lasthdr(m, 0, IPPROTO_IPV6, &nxt);
317 if (off >= 0 && nxt == IPPROTO_ICMPV6) {
1000 u_int8_t nxt = eip6->ip6_nxt; local
1014 switch (nxt) {
1031 if (nxt == IPPROTO_AH)
1035 nxt = eh->ip6e_nxt;
1090 nxt = rth->ip6r_nxt;
1116 nxt
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dssh-agent.c458 Identity *id, *nxt; local
464 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
465 nxt = TAILQ_NEXT(id, next);
675 Identity *id, *nxt; local
684 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
685 nxt = TAILQ_NEXT(id, next);
/freebsd-9.3-release/contrib/binutils/gas/
H A Dmacro.c1344 int nxt; local
1349 nxt = sb_skip_white (idx + 1, in);
1350 if (nxt >= in->len)
1352 idx = nxt;
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ah.c744 u_int8_t nxt; local
753 nxt = tc->tc_nxt;
822 ((u_int8_t *) ptr)[protoff] = nxt;
828 m_copyback(m, protoff, sizeof(u_int8_t), &nxt);
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_debug.c752 uint32_t *nxt = (uint32_t *)se; local
754 nxtaddr = nxt + 1;
H A Dmpt.c1199 request_t *nxt; local
1206 if ((nxt = req->chain) != NULL) {
1208 mpt_free_request(mpt, nxt); /* NB: recursion */
/freebsd-9.3-release/usr.bin/lex/
H A Dmain.c91 int lastdfa, *nxt, *chk, *tnxt; variable
538 _( " %d/%d (peak %d) nxt-chk entries created\n" ),
541 _( " %d/%d (peak %d) template nxt-chk entries created\n" ),
1095 nxt = allocate_integer_array( current_max_xpairs );
H A Dflexdef.h224 /* Maximum number of nxt/chk pairs for non-templates. */
228 /* Maximum number of nxt/chk pairs needed for templates. */
283 * fit the transition table into "holes" inside the nxt/chk table.
577 * nxt - state to enter upon reading character
578 * chk - check value to see if "nxt" applies
579 * tnxt - internal nxt table for templates
580 * base - offset into "nxt" for given state
581 * def - where to go if "chk" disallows "nxt" entry
584 * tblend - last "nxt/chk" table entry being used
585 * firstfree - first empty entry in "nxt/ch
[all...]
/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge.c1778 int nxt; local
1823 nxt = 0;
1824 pi->ip_hlen = ip6_lasthdr(m, pi->ip_off, IPPROTO_IPV6, &nxt);
1826 if (nxt != IPPROTO_TCP && nxt != IPPROTO_UDP)
2516 int nxt, cksum_offset; local
2520 nxt = ip6->ip6_nxt;
2522 if (nxt != IPPROTO_TCP && nxt != IPPROTO_UDP) {
2524 IPPROTO_IPV6, &nxt);
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.cpp2924 hline_node::hline_node(hunits i, node *c, node *nxt) argument
2925 : node(nxt), x(i), n(c)
2929 hline_node::hline_node(hunits i, node *c, statem *s, int pop, node *nxt) argument
2930 : node(nxt, s, pop), x(i), n(c)
2944 vline_node::vline_node(vunits i, node *c, node *nxt) argument
2945 : node(nxt), x(i), n(c)
2949 vline_node::vline_node(vunits i, node *c, statem *s, int pop, node *nxt) argument
2950 : node(nxt, s, pop), x(i), n(c)
3567 node *nxt)
3568 : hmotion_node(i, c, s, pop, nxt)
3565 space_char_hmotion_node(hunits i, color *c, statem *s, int pop, node *nxt) argument
3572 space_char_hmotion_node(hunits i, color *c, node *nxt) argument
[all...]
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c510 char *nxt = 0; local
563 tmp = strtol (optstr, &nxt, 10);
564 if ((optstr != nxt) && (tmp != LONG_MAX))
566 optstr = nxt;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Drs6000-nat.c837 for (got_one = 0, vp = vmap; vp; vp = vp->nxt)
1198 for (vp = vmap; vp; vp = vp->nxt)
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c5174 struct sctp_queued_to_read *control = NULL, *ctl = NULL, *nxt = NULL; local
5559 nxt = TAILQ_NEXT(control, next);
5565 if ((nxt) &&
5566 (nxt->length)) {
5568 if (nxt->sinfo_flags & SCTP_UNORDERED) {
5571 if (nxt->spec_flags & M_NOTIFICATION) {
5574 s_extra->sreinfo_next_aid = nxt->sinfo_assoc_id;
5575 s_extra->sreinfo_next_length = nxt->length;
5576 s_extra->sreinfo_next_ppid = nxt->sinfo_ppid;
5577 s_extra->sreinfo_next_stream = nxt
[all...]
/freebsd-9.3-release/sys/dev/isp/
H A Disp_library.c65 uint32_t seg, curseg, seglim, nxt, nxtnxt, ddf; local
74 nxt = ISP_NXT_QENTRY(isp->isp_reqidx, RQUEST_QUEUE_LEN(isp));
145 nxtnxt = ISP_NXT_QENTRY(nxt, RQUEST_QUEUE_LEN(isp));
150 qe1 = ISP_QUEUE_ENTRY(isp->isp_rquest, nxt);
151 nxt = nxtnxt;
244 ISP_ADD_REQUEST(isp, nxt);
2143 uint32_t seg, curseg, seglim, nxt, nxtnxt; local
2152 nxt = ISP_NXT_QENTRY(isp->isp_reqidx, RQUEST_QUEUE_LEN(isp));
2207 nxtnxt = ISP_NXT_QENTRY(nxt, RQUEST_QUEUE_LEN(isp));
2212 qe1 = ISP_QUEUE_ENTRY(isp->isp_rquest, nxt);
[all...]
/freebsd-9.3-release/sys/dev/hifn/
H A Dhifn7751.c308 char *nxt; local
331 freq = strtoul(pllspec, &nxt, 10);
332 if (nxt == pllspec)
/freebsd-9.3-release/contrib/expat/lib/
H A Dxmlparse.c4637 const char *nxt = (quant == XML_CQUANT_NONE local
4645 el = getElementType(parser, enc, s, nxt);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c349 int in4_cksum(struct mbuf *m, u_int8_t nxt, int off, int len);

Completed in 315 milliseconds

12