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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strptime.c 90 const char *new_fmt; local
136 new_fmt = _ctloc(d_t_fmt);
140 new_fmt = "%m/%d/%y";
145 new_fmt = "%Y-%m-%d";
150 new_fmt = "%H:%M";
155 new_fmt =_ctloc(t_fmt_ampm);
160 new_fmt = "%H:%M:%S";
165 new_fmt =_ctloc(t_fmt);
169 new_fmt =_ctloc(d_fmt);
172 new_fmt, tm);
    [all...]
  /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 130 milliseconds