Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/
Dunzip.c105 uint16_t modtime; /* 6-7 */ member
138 uint16_t modtime; /* 8-9 */ member
161 (cdf).fmt.modtime = SWAP_LE16((cdf).fmt.modtime ); \
861 (zip.fmt.modtime >> 11), // hh: 0xf800 in unzip_main()
862 (zip.fmt.modtime >> 5) & 0x3f // mm: 0x07e0 in unzip_main()