OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmu_date
(Results
1 - 3
of
3
) sorted by null
/external/zlib/src/contrib/minizip/
miniunz.c
82
tmu_date
: the SAME new date at the tm_unz format */
83
void change_file_date(filename,dosdate,
tmu_date
)
86
tm_unz
tmu_date
;
103
newdate.tm_sec =
tmu_date
.tm_sec;
104
newdate.tm_min=
tmu_date
.tm_min;
105
newdate.tm_hour=
tmu_date
.tm_hour;
106
newdate.tm_mday=
tmu_date
.tm_mday;
107
newdate.tm_mon=
tmu_date
.tm_mon;
108
if (
tmu_date
.tm_year > 1900)
109
newdate.tm_year=
tmu_date
.tm_year - 1900
[
all
...]
unzip.h
129
tm_unz
tmu_date
;
member in struct:unz_file_info64_s
150
tm_unz
tmu_date
;
member in struct:unz_file_info_s
unzip.c
931
unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.
tmu_date
);
[
all
...]
Completed in 73 milliseconds