Searched refs:tmu_date (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dminiunz.c82 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
[all...]
H A Dunzip.h129 tm_unz tmu_date; member in struct:unz_file_info64_s
150 tm_unz tmu_date; member in struct:unz_file_info_s
H A Dunzip.c931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
1165 pfile_info->tmu_date = file_info64.tmu_date,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dminiunz.c48 tmu_date : the SAME new date at the tm_unz format */
49 void change_file_date(filename,dosdate,tmu_date)
52 tm_unz tmu_date;
69 newdate.tm_sec = tmu_date.tm_sec;
70 newdate.tm_min=tmu_date.tm_min;
71 newdate.tm_hour=tmu_date.tm_hour;
72 newdate.tm_mday=tmu_date.tm_mday;
73 newdate.tm_mon=tmu_date.tm_mon;
74 if (tmu_date.tm_year > 1900)
75 newdate.tm_year=tmu_date
[all...]
H A Dunzip.h119 tm_unz tmu_date; member in struct:unz_file_info_s
H A Dunzip.c631 unzlocal_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dminiunz.c48 tmu_date : the SAME new date at the tm_unz format */
49 void change_file_date(filename,dosdate,tmu_date)
52 tm_unz tmu_date;
69 newdate.tm_sec = tmu_date.tm_sec;
70 newdate.tm_min=tmu_date.tm_min;
71 newdate.tm_hour=tmu_date.tm_hour;
72 newdate.tm_mday=tmu_date.tm_mday;
73 newdate.tm_mon=tmu_date.tm_mon;
74 if (tmu_date.tm_year > 1900)
75 newdate.tm_year=tmu_date
[all...]
H A Dunzip.h119 tm_unz tmu_date; member in struct:unz_file_info_s
H A Dunzip.c631 unzlocal_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dminiunz.c82 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
[all...]
H A Dunzip.h129 tm_unz tmu_date; member in struct:unz_file_info64_s
150 tm_unz tmu_date; member in struct:unz_file_info_s
H A Dunzip.c931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
1165 pfile_info->tmu_date = file_info64.tmu_date,

Completed in 201 milliseconds