Home
last modified time | relevance | path

Searched refs:new_str (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/
DtestOOM.c111 void *new_str; in buffer_expand() local
116 new_str = realloc (b->str, new_size); in buffer_expand()
117 if (new_str == NULL) in buffer_expand()
119 b->str = new_str; in buffer_expand()
/external/elfutils/src/libelf/
Delf_getarsym.c227 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1); local
231 || ((size_t) pread_retry (elf->fildes, new_str,
242 str_data = (char *) new_str;
/external/compiler-rt/lib/asan/tests/
Dasan_str_test.cc103 char *new_str; in TEST() local
106 new_str = strdup(str); in TEST()
107 free(new_str); in TEST()
108 new_str = strdup(str + size - 1); in TEST()
109 free(new_str); in TEST()
/external/bison/lib/
Dgetopt.c164 char *new_str = malloc (top + 1); in exchange() local
165 if (new_str == NULL) in exchange()
169 memset (__mempcpy (new_str, __getopt_nonoption_flags, in exchange()
173 __getopt_nonoption_flags = new_str; in exchange()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp416 char new_str[16]; in MakeLegalFunctionName() local
417 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
418 NewName = NewName.replace(pos, 1, new_str); in MakeLegalFunctionName()
/external/v8/src/
Dliveedit-debugger.js1030 function ApplySingleChunkPatch(script, change_pos, change_len, new_str, argument
1036 new_str + old_source.substring(change_pos + change_len);
1039 [ change_pos, change_pos + change_len, change_pos + new_str.length],
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp639 char new_str[16]; in MakeLegalFunctionName() local
640 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
641 NewName = NewName.replace(pos, 1, new_str); in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp637 char new_str[16]; in MakeLegalFunctionName() local
638 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
639 NewName = NewName.replace(pos, 1, new_str); in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp679 char new_str[16]; in MakeLegalFunctionName() local
680 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
681 NewName = NewName.replace(pos, 1, new_str); in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp660 char new_str[16]; in MakeLegalFunctionName() local
661 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
662 NewName = NewName.replace(pos, 1, new_str); in MakeLegalFunctionName()