Lines Matching defs:tmu_date
83 tmu_date : the SAME new date at the tm_unz format */
84 static void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date)
102 newdate.tm_sec = tmu_date.tm_sec;
103 newdate.tm_min = tmu_date.tm_min;
104 newdate.tm_hour = tmu_date.tm_hour;
105 newdate.tm_mday = tmu_date.tm_mday;
106 newdate.tm_mon = tmu_date.tm_mon;
107 if (tmu_date.tm_year > 1900)
109 newdate.tm_year = tmu_date.tm_year - 1900;
113 newdate.tm_year = tmu_date.tm_year ;
122 (void)tmu_date;
323 (uLong)file_info.tmu_date.tm_mon + 1,
324 (uLong)file_info.tmu_date.tm_mday,
325 (uLong)file_info.tmu_date.tm_year % 100,
326 (uLong)file_info.tmu_date.tm_hour,(uLong)file_info.tmu_date.tm_min,
517 file_info.tmu_date);