Searched refs:DOSTIME_2038_01_18 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dprocess.c1361 } else if (dos_mdatetime >= DOSTIME_2038_01_18) {
1384 : (dos_mdatetime >= DOSTIME_2038_01_18);
1514 } else if (dos_mdatetime >= DOSTIME_2038_01_18) {
1536 : (dos_mdatetime >= DOSTIME_2038_01_18);
H A Dunzpriv.h1209 #ifdef DOSTIME_2038_01_18 /* approximate DOSTIME equivalent of */
1210 # undef DOSTIME_2038_01_18 /* the signed-32-bit time_t limit */ macro
1212 #define DOSTIME_2038_01_18 ((ulg)0x74320000L) macro
H A Dfileio.c1737 if ( (dosdatetime >= DOSTIME_2038_01_18) &&
1763 if ( (dosdatetime >= DOSTIME_2038_01_18) &&
1788 if ( (dosdatetime >= DOSTIME_2038_01_18) &&

Completed in 48 milliseconds