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

  /external/elfutils/libasm/
asm_newscn.c 54 const char *typestr = ""; local
77 typestr = ",@progbits";
79 typestr = ",@nobits";
84 printf ("\t.section \"%s\"%s%s\n", result->name, flagstr, 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/dnsmasq/src/
cache.c 34 } typestr[] = { variable in typeref:struct:__anon5518
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/libpcap/
gencode.c 3398 const char *typestr; local
3528 const char *typestr; local
    [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/qemu/
monitor.c 2420 const char *p, *typestr; local
    [all...]

Completed in 406 milliseconds