Searched refs:DOSTIME_MINIMUM (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h1578 #ifdef DOSTIME_MINIMUM /* min DOSTIME value (1980-01-01) */
1579 # undef DOSTIME_MINIMUM macro
1581 #define DOSTIME_MINIMUM ((ulg)0x00210000L) macro
H A Dprocess.c2742 if (dos_mdatetime == DOSTIME_MINIMUM) {
2768 ? (dos_mdatetime == DOSTIME_MINIMUM)
2937 if (dos_mdatetime == DOSTIME_MINIMUM) {
2962 ? (dos_mdatetime == DOSTIME_MINIMUM)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.h294 #define DOSTIME_MINIMUM ((ulg)0x00210000L) macro
H A Dfileio.c1085 return y < 1980 ? DOSTIME_MINIMUM /* dostime(1980, 1, 1, 0, 0, 0) */ :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c887 dos2unixtime(DOSTIME_MINIMUM);
995 dos2unixtime(DOSTIME_MINIMUM);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c571 /* time_t equivalent of DOSTIME_MINIMUM */
648 /* use DOSTIME_MINIMUM date instead of "early" failure dates */
828 wDOSDate = (WORD)((DWORD)DOSTIME_MINIMUM >> 16);
829 wDOSTime = (WORD)DOSTIME_MINIMUM;
2806 dos_to_unix_time(DOSTIME_MINIMUM); /* 1-1-80 */

Completed in 206 milliseconds