Home
last modified time | relevance | path

Searched refs:moddate (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/archival/
Dunzip.c106 uint16_t moddate; /* 8-9 */ member
139 uint16_t moddate; /* 10-11 */ member
162 (cdf).fmt.moddate = SWAP_LE16((cdf).fmt.moddate ); \
858 (zip.fmt.moddate >> 5) & 0xf, // mm: 0x01e0 in unzip_main()
859 (zip.fmt.moddate) & 0x1f, // dd: 0x001f in unzip_main()
860 (zip.fmt.moddate >> 9) + 1980, // yy: 0xfe00 in unzip_main()