HomeSort by relevance Sort by last modified time
    Searched refs:new_fmt (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
bfd.c 603 const char *new_fmt, *p;
616 new_fmt = fmt;
633 if (new_fmt == buf)
647 new_fmt = buf;
744 vfprintf (stderr, new_fmt, ap);
601 const char *new_fmt, *p; local
    [all...]
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 916 char *new_fmt = (char *)malloc(fmt_size + 1); local
917 assert(new_fmt);
918 internal_memcpy(new_fmt, fmt_start, fmt_size);
919 new_fmt[fmt_size] = '\0';
920 return new_fmt;
    [all...]

Completed in 5860 milliseconds