/external/elfutils/libelf/ |
elf_getarsym.c | 230 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1); local 234 || ((size_t) pread_retry (elf->fildes, new_str, 245 str_data = (char *) new_str;
|
/external/compiler-rt/lib/asan/tests/ |
asan_str_test.cc | 103 char *new_str; local 106 new_str = strdup(str); 107 free(new_str); 108 new_str = strdup(str + size - 1); 109 free(new_str);
|
/external/bison/lib/ |
getopt.c | 167 char *new_str = malloc (top + 1); 168 if (new_str == NULL) 172 memset (__mempcpy (new_str, __getopt_nonoption_flags, 176 __getopt_nonoption_flags = new_str; 164 char *new_str = malloc (top + 1); local [all...] |
/external/libxml2/ |
testOOM.c | 111 void *new_str; local 116 new_str = realloc (b->str, new_size); 117 if (new_str == NULL) 119 b->str = new_str;
|
/ndk/sources/host-tools/make-3.81/ |
getopt.c | 322 char *new_str = malloc (top + 1); 323 if (new_str == NULL) 327 memset (__mempcpy (new_str, __getopt_nonoption_flags, 331 __getopt_nonoption_flags = new_str; 320 char *new_str = malloc (top + 1); local
|
/system/core/libcutils/ |
str_parms.c | 342 char *new_str; local 345 ret = asprintf(&new_str, "%s%s%s=%s", 354 *old_str = new_str;
|
/toolchain/binutils/binutils-2.25/libiberty/ |
getopt.c | 340 char *new_str = (char *) malloc (top + 1); 341 if (new_str == NULL) 345 memset (mempcpy (new_str, __getopt_nonoption_flags, 349 __getopt_nonoption_flags = new_str; 337 char *new_str = (char *) malloc (top + 1); local
|
/external/dbus/dbus/ |
dbus-string.c | 258 unsigned char *new_str; local 269 new_str = dbus_realloc (real->str - real->align_offset, new_allocated); 270 if (_DBUS_UNLIKELY (new_str == NULL)) 273 real->str = new_str + real->align_offset; 313 unsigned char *new_str; local 344 new_str = dbus_realloc (real->str - real->align_offset, new_allocated); 345 if (_DBUS_UNLIKELY (new_str == NULL)) 348 real->str = new_str + real->align_offset; [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-m32c.c | 241 char *new_str; 272 new_str = (char*) xmalloc (ns_len); 273 ns = new_str; 328 md_assemble (new_str); 329 free (new_str); 239 char *new_str; local [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 660 char new_str[16]; local 661 sprintf(new_str, "%d", (int)old_c); 662 NewName = NewName.replace(pos, 1, new_str); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 679 char new_str[16]; local 680 sprintf(new_str, "%d", (int)old_c); 681 NewName = NewName.replace(pos, 1, new_str); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 637 char new_str[16]; local 638 sprintf(new_str, "%d", (int)old_c); 639 NewName = NewName.replace(pos, 1, new_str); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy.cpp | 639 char new_str[16]; local 640 sprintf(new_str, "%d", (int)old_c); 641 NewName = NewName.replace(pos, 1, new_str); [all...] |
/external/robolectric/v3/libs/ |
vtd-xml-2.11.jar | |
/prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/ |
vtd-xml-2.11.jar | |