HomeSort by relevance Sort by last modified time
    Searched defs:typestr (Results 1 - 8 of 8) sorted by null

  /external/elfutils/src/libasm/
asm_newscn.c 69 const char *typestr = ""; local
92 typestr = ",@progbits";
94 typestr = ",@nobits";
100 result->name, flagstr, typestr);
  /external/toybox/toys/lsb/
umount.c 126 char *typestr = 0; local
129 for (tal = TT.t; tal; tal = tal->next) comma_collate(&typestr, tal->arg);
131 if (mountlist_istype(ml, typestr)) do_umount(ml->dir, ml->device, flags);
133 free(typestr);
  /external/ppp/pppd/plugins/radius/
dict.c 43 char typestr[AUTH_ID_LEN]; local
108 n = sscanf(buffer, "%s%s%s%s%s", dummystr, namestr, valstr, typestr, vendorstr);
145 if (strcmp (typestr, "string") == 0)
149 else if (strcmp (typestr, "integer") == 0)
153 else if (strcmp (typestr, "ipaddr") == 0)
157 else if (strcmp (typestr, "date") == 0)
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 187 char typestr[MAX_ESCAPED_DOMAIN_NAME]; local
191 if (!ConvertDomainNameToCString(&type, typestr)) return;
197 x->callback((DNSServiceRef)x, 0, result, namestr, typestr, domstr, x->context);
207 x->callback((DNSServiceRef)x, 0, result, namestr, typestr, domstr, x->context);
uds_daemon.c 410 char typestr[MAX_ESCAPED_DOMAIN_NAME]; local
416 ConvertDomainNameToCString(&type, typestr);
424 len += (int) (strlen(typestr) + 1);
436 put_string(typestr, &data);
449 char typestr[MAX_ESCAPED_DOMAIN_NAME]; local
459 // 2. Put second label and "local" into typestr
460 mDNS_snprintf(typestr, sizeof(typestr), "%#s.local.", SecondLabel(servicename));
467 len += (int) (strlen(typestr) + 1);
479 put_string(typestr, &data)
    [all...]
  /external/dnsmasq/src/
cache.c 34 } typestr[] = { variable in typeref:struct:__anon8133
140 const unsigned char *mix_tab = (const unsigned char*)typestr;
1232 for (i = 0; i < (sizeof(typestr)/sizeof(typestr[0])); i++)
1233 if (typestr[i].type == type)
1234 sprintf(str,"query[%s]", typestr[i].name);
    [all...]
  /external/tcpdump/
print-ppp.c 426 const char *typestr; local
434 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
435 printf("%s, ",typestr);
584 printf("[|%s]", typestr);
    [all...]
  /external/libpcap/
gencode.c 4433 const char *typestr; local
4564 const char *typestr; local
    [all...]

Completed in 191 milliseconds