HomeSort by: relevance | last modified time | path
    Searched defs:al2 (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/traceroute/
traceroute.c 449 struct ifaddrlist *al, *al2; local
830 al2 = al;
838 for (i = n; i > 0; --i, ++al2)
839 if (strcmp(device, al2->device) == 0)
852 setsin(from, al2->addr);
855 inet_ntoa(from->sin_addr), al2->device);
876 if (*ap == al2->addr)
896 al2 = al;
897 for (i = n; i > 0; --i, ++al2)
898 if (from->sin_addr.s_addr == al2->addr
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 575 union arglist *al, *al2, *alb; local
625 alb = al2 = tmpalloc(sizeof(union arglist) * nparams * 3 + 1);
628 (al2++)->type = type;
630 (al2++)->sap = parr[i]->sap;
634 (al2++)->df = parr[i]->sdf;
636 al2->type = TNULL;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 654 union arglist *al2, *alb; local
656 alb = al2 = FUNALLO(sizeof(union arglist) * nparams * 3 + 1);
659 (al2++)->type = type;
661 (al2++)->sap = parr[i]->sap;
665 (al2++)->df = parr[i]->sdf;
667 al2->type = TNULL;
  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 4491 const alent *al2 = *(const alent **) arg2;
4493 const coff_symbol_type *s2 = (const coff_symbol_type *) (al2->u.sym);
4490 const alent *al2 = *(const alent **) arg2; local
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 4484 const alent *al2 = *(const alent **) arg2;
4486 const coff_symbol_type *s2 = (const coff_symbol_type *) (al2->u.sym);
4483 const alent *al2 = *(const alent **) arg2; local
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 4493 const alent *al2 = *(const alent **) arg2;
4495 const coff_symbol_type *s2 = (const coff_symbol_type *) (al2->u.sym);
4492 const alent *al2 = *(const alent **) arg2; local
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 4493 const alent *al2 = *(const alent **) arg2;
4495 const coff_symbol_type *s2 = (const coff_symbol_type *) (al2->u.sym);
4492 const alent *al2 = *(const alent **) arg2; local

Completed in 50 milliseconds