Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dnumbers.c172 xmlChar temp_string[500]; in xsltNumberFormatDecimal() local
180 pointer = &temp_string[sizeof(temp_string)] - 1; /* last char */ in xsltNumberFormatDecimal()
183 while (pointer > temp_string) { in xsltNumberFormatDecimal()
189 if (pointer - groupingCharacterLen < temp_string) { in xsltNumberFormatDecimal()
199 if (pointer <= temp_string) { /* Check enough room */ in xsltNumberFormatDecimal()
213 if ( (pointer - len) < temp_string ) { in xsltNumberFormatDecimal()
234 char temp_string[sizeof(double) * CHAR_BIT * sizeof(xmlChar) + 1]; in xsltNumberFormatAlpha() local
241 pointer = &temp_string[sizeof(temp_string)]; in xsltNumberFormatAlpha()
245 for (i = 1; i < (int)sizeof(temp_string); i++) { in xsltNumberFormatAlpha()
/external/valgrind/main/exp-bbv/
Dbbv_main.c140 UChar temp_string[2048]; in open_tracefile() local
146 VG_(strncpy)(temp_string,bb_out_file,2047); in open_tracefile()
149 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num); in open_tracefile()
152 sres = VG_(open)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in open_tracefile()
156 VG_(umsg)("Error: cannot create bb file %s\n",temp_string); in open_tracefile()
/external/chromium/chrome/browser/net/
Dresolve_proxy_msg_helper_unittest.cc58 std::string temp_string; in GenerateReply() local
59 ChildProcessHostMsg_ResolveProxy message(GURL(), &temp_int, &temp_string); in GenerateReply()