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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Dunzip.c263 unsigned int dostime = zip_header.formatted.modtime | (zip_header.formatted.moddate << 16); local
266 (dostime & 0x01e00000) >> 21,
267 (dostime & 0x001f0000) >> 16,
268 (((dostime & 0xfe000000) >> 25) + 1980) % 100,
269 (dostime & 0x0000f800) >> 11,
270 (dostime & 0x000007e0) >> 5,

Completed in 107 milliseconds