reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Chrono.cpp
   46   strftime(Buffer, sizeof(Buffer), "%Y-%m-%d %H:%M:%S", &LT);
   89   size_t Len = strftime(Buffer, sizeof(Buffer), Format.c_str(), &LT);
tools/lldb/source/Plugins/Language/ObjC/CF.cpp
   38   if (strftime(&buffer[0], 1023, "%Z", tm_date) == 0)
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  863   if (strftime(&buffer[0], 1023, "%Z", tm_date) == 0)
tools/llvm-readobj/COFFDumper.cpp
  614   strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
  715     strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
  810   strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
 1865       strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
tools/llvm-readobj/XCOFFDumper.cpp
   79         strftime(FormattedTime, 21, "%Y-%m-%dT%H:%M:%SZ", gmtime(&TimeDate));
utils/benchmark/src/timers.cc
  197     written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
  205     written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);