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

/haiku/src/bin/unzip/
H A Dlist.c268 G.crec.last_mod_dos_datetime, &z_utime, NULL)
284 yr = ((((unsigned)(G.crec.last_mod_dos_datetime >> 25) & 0x7f)
286 mo = ((unsigned)(G.crec.last_mod_dos_datetime >> 21) & 0x0f);
287 dy = ((unsigned)(G.crec.last_mod_dos_datetime >> 16) & 0x1f);
288 hh = (((unsigned)G.crec.last_mod_dos_datetime >> 11) & 0x1f);
289 mm = (((unsigned)G.crec.last_mod_dos_datetime >> 5) & 0x3f);
591 G.crec.last_mod_dos_datetime, &z_utime, NULL)
599 time_t modtime = dos_to_unix_time(G.crec.last_mod_dos_datetime);
H A Dcrypt.c552 ((ush)GLOBAL(lrec.last_mod_dos_datetime) & 0xffff))));
554 ((ush)GLOBAL(lrec.last_mod_dos_datetime) & 0xffff) :
561 ((ush)GLOBAL(lrec.last_mod_dos_datetime) >> 8) & 0xff));
563 ((ush)GLOBAL(lrec.last_mod_dos_datetime) >> 8) & 0xff :
H A Dcryptf.c555 ((ush)GLOBAL(lrec.last_mod_dos_datetime) & 0xffff))));
557 ((ush)GLOBAL(lrec.last_mod_dos_datetime) & 0xffff) :
564 ((ush)GLOBAL(lrec.last_mod_dos_datetime) >> 8) & 0xff));
566 ((ush)GLOBAL(lrec.last_mod_dos_datetime) >> 8) & 0xff :
H A Dfileio.c1821 dyy = (lrec.last_mod_dos_datetime >> 25) + 1980;
1822 dmm = (lrec.last_mod_dos_datetime >> 21) & 0x0f;
1823 ddd = (lrec.last_mod_dos_datetime >> 16) & 0x1f;
1824 dhh = (lrec.last_mod_dos_datetime >> 11) & 0x1f;
1825 dmin = (lrec.last_mod_dos_datetime >> 5) & 0x3f;
1826 dss = (lrec.last_mod_dos_datetime & 0x1f) * 2;
1886 G.lrec.last_mod_dos_datetime, &z_utime, NULL)
1899 archive = dos_to_unix_time(G.lrec.last_mod_dos_datetime);
1908 archive = dos_to_unix_time(G.lrec.last_mod_dos_datetime);
H A Dunzip.h508 ulg last_mod_dos_datetime; member in struct:central_directory_file_header
H A Dzipinfo.c1071 zi_time(__G__ &G.crec.last_mod_dos_datetime, NULL, d_t_buf);
1079 G.crec.last_mod_dos_datetime, &z_utime, NULL)
1084 zi_time(__G__ &G.crec.last_mod_dos_datetime, &(z_utime.mtime), d_t_buf);
1089 zi_time(__G__ &G.crec.last_mod_dos_datetime, &(z_utime.mtime), d_t_buf);
2048 G.crec.last_mod_dos_datetime, &z_utime, NULL)
2057 zi_time(__G__ &G.crec.last_mod_dos_datetime, z_modtim, d_t_buf)));
H A Dbeos.c888 G.lrec.extra_field_length, 0, G.lrec.last_mod_dos_datetime,
899 zt.mtime = dos_to_unix_time(G.lrec.last_mod_dos_datetime);
H A Dprocess.c1198 G.crec.last_mod_dos_datetime =
1257 G.lrec.last_mod_dos_datetime = makelong(&byterec[L_LAST_MOD_DOS_DATETIME]);
H A Dextract.c1118 G.lrec.last_mod_dos_datetime,
1135 G.lrec.last_mod_dos_datetime);
H A Dunzpriv.h1622 ulg last_mod_dos_datetime; member in struct:local_file_header
1636 ulg last_mod_dos_datetime;

Completed in 81 milliseconds