HomeSort by relevance Sort by last modified time
    Searched full:temp_string (Results 1 - 3 of 3) sorted by null

  /external/libxslt/libxslt/
numbers.c 166 * xmlChar temp_string[sizeof(double) * CHAR_BIT * sizeof(xmlChar) + 4];
172 xmlChar temp_string[500]; local
180 pointer = &temp_string[sizeof(temp_string)] - 1; /* last char */
183 while (pointer > temp_string) {
189 if (pointer - groupingCharacterLen < temp_string) {
199 if (pointer <= temp_string) { /* Check enough room */
210 * copy from there into temp_string.
213 if ( (pointer - len) < temp_string ) {
234 char temp_string[sizeof(double) * CHAR_BIT * sizeof(xmlChar) + 1] local
    [all...]
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper_unittest.cc 58 std::string temp_string; local
59 ChildProcessHostMsg_ResolveProxy message(GURL(), &temp_int, &temp_string); local
  /external/valgrind/main/exp-bbv/
bbv_main.c 140 UChar temp_string[2048]; local
146 VG_(strncpy)(temp_string,bb_out_file,2047);
149 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num);
152 sres = VG_(open)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
156 VG_(umsg)("Error: cannot create bb file %s\n",temp_string);

Completed in 202 milliseconds