Lines Matching refs:i_time
1297 long i_time; /* buffer for Unix style 32-bit integer time value */ in uz_end_central() local
1350 i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf); in uz_end_central()
1353 i_time)); in uz_end_central()
1356 if ((ulg)(i_time) & (ulg)(0x80000000L)) { in uz_end_central()
1360 (time_t)((long)i_time | (~(long)0x7fffffffL)); in uz_end_central()
1364 (time_t)((ulg)i_time & (ulg)0xffffffffL); in uz_end_central()
1377 z_utim->mtime = (time_t)i_time; in uz_end_central()
1380 if ((ulg)(i_time) & (ulg)(0x80000000L)) { in uz_end_central()
1397 z_utim->mtime = (time_t)i_time; in uz_end_central()
1410 i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf); in uz_end_central()
1413 i_time)); in uz_end_central()
1415 if ((ulg)(i_time) & (ulg)(0x80000000L)) { in uz_end_central()
1418 (time_t)((long)i_time | (~(long)0x7fffffffL)); in uz_end_central()
1421 (time_t)((ulg)i_time & (ulg)0xffffffffL); in uz_end_central()
1429 z_utim->atime = (time_t)i_time; in uz_end_central()
1432 if (((ulg)(i_time) & (ulg)(0x80000000L)) && in uz_end_central()
1438 z_utim->atime = (time_t)i_time; in uz_end_central()
1447 i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf); in uz_end_central()
1449 i_time)); in uz_end_central()
1451 if ((ulg)(i_time) & (ulg)(0x80000000L)) { in uz_end_central()
1454 (time_t)((long)i_time | (~(long)0x7fffffffL)); in uz_end_central()
1457 (time_t)((ulg)i_time & (ulg)0xffffffffL); in uz_end_central()
1465 z_utim->ctime = (time_t)i_time; in uz_end_central()
1468 if (((ulg)(i_time) & (ulg)(0x80000000L)) && in uz_end_central()
1474 z_utim->ctime = (time_t)i_time; in uz_end_central()
1506 i_time = (long)makelong((EB_HEADSIZE+EB_UX_MTIME)+ef_buf); in uz_end_central()
1507 TTrace((stderr," Unix EF modtime = %ld\n", i_time)); in uz_end_central()
1509 if ((ulg)(i_time) & (ulg)(0x80000000L)) { in uz_end_central()
1513 (time_t)((long)i_time | (~(long)0x7fffffffL)); in uz_end_central()
1517 (time_t)((ulg)i_time & (ulg)0xffffffffL); in uz_end_central()
1529 z_utim->mtime = (time_t)i_time; in uz_end_central()
1532 if ((ulg)(i_time) & (ulg)(0x80000000L)) { in uz_end_central()
1548 z_utim->mtime = (time_t)i_time; in uz_end_central()
1550 i_time = (long)makelong((EB_HEADSIZE+EB_UX_ATIME)+ef_buf); in uz_end_central()
1551 TTrace((stderr," Unix EF actime = %ld\n", i_time)); in uz_end_central()
1553 if ((ulg)(i_time) & (ulg)(0x80000000L)) { in uz_end_central()
1556 (time_t)((long)i_time | (~(long)0x7fffffffL)); in uz_end_central()
1559 (time_t)((ulg)i_time & (ulg)0xffffffffL); in uz_end_central()
1567 z_utim->atime = (time_t)i_time; in uz_end_central()
1570 if (((ulg)(i_time) & (ulg)(0x80000000L)) && in uz_end_central()
1577 z_utim->atime = (time_t)i_time; in uz_end_central()