Home | History | Annotate | Download | only in pppd

Lines Matching refs:indx

264     int indx;
271 for (indx = 0; indx < 5; ++indx) {
272 dst[indx] <<= 4;
273 dst[indx] |= (dst[indx + 1] >> 4) & 0x0F;
442 int indx;
443 for (indx = 0; indx < sizeof (ipxcp_wantoptions[0].our_node); ++indx)
444 if (node [indx] != 0)
625 int indx;
628 for (indx = 0; indx < sizeof (go->our_node); ++indx)
629 PUTCHAR (go->our_node[indx], ucp);
634 int indx;
637 for (indx = 0; indx < cilen; ++indx)
638 PUTCHAR (go->name [indx], ucp);
683 int indx, count = cnt; \
692 for (indx = 0; indx < count; ++indx) {\
694 if (cichar != ((u_char *) &val)[indx]) \
697 if (indx != count) \
906 int indx, count = cnt; \
915 for (indx = 0; indx < count; ++indx) {\
917 if (cichar != ((u_char *) &val)[indx]) \
920 if (indx != count) \