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

  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_arange.c 37 Dwarf_ArangeSet as, tas; local
40 STAILQ_FOREACH_SAFE(as, &dbg->dbg_aslist, as_next, tas) {
  /src/external/bsd/libpcap/dist/
pcap-airpcap.c 375 AirpcapStats tas; local
380 if (!p_AirpcapGetStats(pa->adapter, &tas)) {
387 ps->ps_drop = tas.Drops;
388 ps->ps_recv = tas.Recvs;
389 ps->ps_ifdrop = tas.IfDrops;
419 AirpcapStats tas; local
426 if (!p_AirpcapGetStats(pa->adapter, &tas)) {
433 p->stat.ps_recv = tas.Recvs;
434 p->stat.ps_drop = tas.Drops;
435 p->stat.ps_ifdrop = tas.IfDrops
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
language.c 1002 for (struct type_and_symbol &tas : primitive_types_and_symbols)
1004 if (strcmp (tas.type ()->name (), name) == 0)
1005 return &tas;
1016 type_and_symbol *tas = lookup_primitive_type_and_symbol (name);
1017 if (tas != nullptr)
1018 return tas->type ();
1028 for (struct type_and_symbol &tas : primitive_types_and_symbols)
1030 if (filter (tas.type ()))
1031 return tas.type ();
1043 type_and_symbol *tas = lookup_primitive_type_and_symbol (name)
1010 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); local
1037 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
language.c 994 for (struct type_and_symbol &tas : primitive_types_and_symbols)
996 if (strcmp (tas.type ()->name (), name) == 0)
997 return &tas;
1008 type_and_symbol *tas = lookup_primitive_type_and_symbol (name);
1009 if (tas != nullptr)
1010 return tas->type ();
1020 for (struct type_and_symbol &tas : primitive_types_and_symbols)
1022 if (filter (tas.type ()))
1023 return tas.type ();
1035 type_and_symbol *tas = lookup_primitive_type_and_symbol (name)
1002 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); local
1029 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); local
    [all...]
  /src/external/mpl/dhcp/dist/server/
mdb6.c 2364 int nas, tas, pds; local
2372 tas = ia_hash_foreach(ia_ta_active, write_ia_leases);
2382 nas, tas, pds);
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 452 ARGV *tas; member in struct:OPTIONS
1837 if (state->options.tas)
1838 argv_free(state->options.tas);
1948 state->options.tas = argv_alloc(1);
1994 argv_add(state->options.tas, optarg, ARGV_END);
2195 if (!state->options.tas->argc)
2204 for (file = state->options.tas->argv; *file; ++file) {

Completed in 20 milliseconds