Home
last modified time | relevance | path

Searched refs:tmpval (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/lib/
Dvsnprintf.c53 uintmax_t tmpval; in format_int() local
68 tmpval = val; in format_int()
69 while (tmpval) { in format_int()
70 tmpval /= base; in format_int()
/external/netperf/src/
Dnettest_omni.c2500 char tmpval[1024]; in print_omni_csv() local
2511 my_snprintf(tmpval, in print_omni_csv()
2616 char tmpval[1024]; in print_omni_keyword() local
2627 my_snprintf(tmpval, in print_omni_keyword()
2631 snprintf(tmpval, in print_omni_keyword()
2638 tmpval); in print_omni_keyword()
2653 char tmpval[1024]; /* excessive, but we may have the command line */ in print_omni_human() local
2677 vallen = my_snprintf(tmpval, in print_omni_human()
/external/libxml2/
Dxmlschemastypes.c2927 xmlChar *tmpval, *cur; in xmlSchemaValAtomicType() local
2933 tmpval = xmlStrdup(value); in xmlSchemaValAtomicType()
2934 for (cur = tmpval; *cur; ++cur) { in xmlSchemaValAtomicType()
2942 uri = xmlParseURI((const char *) tmpval); in xmlSchemaValAtomicType()
2943 xmlFree(tmpval); in xmlSchemaValAtomicType()