OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormattedTime
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp
618
char
FormattedTime
[20] = { };
619
strftime(
FormattedTime
, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
626
W.printHex ("TimeDateStamp",
FormattedTime
, Obj->getTimeDateStamp());
719
char
FormattedTime
[20] = {};
721
strftime(
FormattedTime
, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
724
W.printHex("TimeDateStamp",
FormattedTime
, D.TimeDateStamp);
836
char
FormattedTime
[20] = {};
838
strftime(
FormattedTime
, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
845
W.printHex("TimeDateStamp",
FormattedTime
, TDS);
1891
char
FormattedTime
[20] = {}
[
all
...]
XCOFFDumper.cpp
64
char
FormattedTime
[21] = {};
66
strftime(
FormattedTime
, 21, "%Y-%m-%dT%H:%M:%SZ", gmtime(&TimeDate));
68
W.printHex("TimeStamp",
FormattedTime
, TimeStamp);
Completed in 17 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026