Searched refs:pDOS_date (Results 1 – 1 of 1) sorted by relevance
3322 static void mz_zip_time_t_to_dos_time(MZ_TIME_T time, mz_uint16 *pDOS_time, mz_uint16 *pDOS_date) in mz_zip_time_t_to_dos_time() argument3330 *pDOS_date = 0; in mz_zip_time_t_to_dos_time()3339 …*pDOS_date = (mz_uint16)(((tm->tm_year + 1900 - 1980) << 9) + ((tm->tm_mon + 1) << 5) + tm->tm_mda… in mz_zip_time_t_to_dos_time()