OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filedate
(Results
1 - 3
of
3
) sorted by null
/external/zlib/src/contrib/minizip/
minizip.c
105
struct tm*
filedate
;
local
128
filedate
= localtime(&tm_t);
130
tmzip->tm_sec =
filedate
->tm_sec;
131
tmzip->tm_min =
filedate
->tm_min;
132
tmzip->tm_hour =
filedate
->tm_hour;
133
tmzip->tm_mday =
filedate
->tm_mday;
134
tmzip->tm_mon =
filedate
->tm_mon ;
135
tmzip->tm_year =
filedate
->tm_year;
mztools.c
58
unsigned int
filedate
= READ_16(header + 12);
local
158
WRITE_16(header + 14,
filedate
);
/external/curl/lib/
mk-ca-bundle.pl
321
my $
filedate
= $resp ? $resp->last_modified : (stat($txt))[9];
323
if(!$
filedate
) {
325
$
filedate
= time();
339
my $currentdate = scalar gmtime($
filedate
);
Completed in 195 milliseconds