HomeSort by relevance Sort by last modified time
    Searched defs:new_str (Results 1 - 8 of 8) sorted by null

  /external/elfutils/libelf/
elf_getarsym.c 214 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1); local
223 || ((size_t) pread_retry (elf->fildes, new_str,
237 str_data = (char *) new_str;
  /external/bison/lib/
getopt.c 175 char *new_str = malloc (top + 1);
176 if (new_str == NULL)
180 memset (__mempcpy (new_str, __getopt_nonoption_flags,
184 __getopt_nonoption_flags = new_str;
172 char *new_str = malloc (top + 1); local
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 170 char *new_str = malloc (top + 1);
171 if (new_str == NULL)
175 memset (__mempcpy (new_str, __getopt_nonoption_flags,
179 __getopt_nonoption_flags = new_str;
167 char *new_str = malloc (top + 1); local
  /external/grub/lib/
getopt.c 332 char *new_str = malloc (top + 1);
333 if (new_str == NULL)
337 memset (__mempcpy (new_str, __getopt_nonoption_flags,
341 __getopt_nonoption_flags = new_str;
329 char *new_str = malloc (top + 1); local
  /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 290 char *new_str; local
293 ret = asprintf(&new_str, "%s%s%s=%s",
302 *old_str = new_str;
  /external/dbus/dbus/
dbus-string.c 279 unsigned char *new_str; local
290 new_str = dbus_realloc (real->str - real->align_offset, new_allocated);
291 if (_DBUS_UNLIKELY (new_str == NULL))
294 real->str = new_str + real->align_offset;
334 unsigned char *new_str; local
365 new_str = dbus_realloc (real->str - real->align_offset, new_allocated);
366 if (_DBUS_UNLIKELY (new_str == NULL))
369 real->str = new_str + real->align_offset;
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 974 char *new_str; local
977 new_str = strdup(str);
978 free(new_str);
979 new_str = strdup(str + size - 1);
980 free(new_str);
    [all...]

Completed in 355 milliseconds