Searched refs:new_str (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/ |
D | testOOM.c | 111 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/ |
D | elf_getarsym.c | 227 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/ |
D | asan_str_test.cc | 103 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/ |
D | getopt.c | 164 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/ |
D | toy.cpp | 416 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/ |
D | liveedit-debugger.js | 1030 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/ |
D | toy.cpp | 639 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/ |
D | toy.cpp | 637 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/ |
D | toy.cpp | 679 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/ |
D | toy.cpp | 660 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()
|