Searched refs:z_utime (Results 1 – 3 of 3) sorted by relevance
/haiku/src/bin/unzip/ |
H A D | list.c | 103 iztimes z_utime; in list_files() local 268 G.crec.last_mod_dos_datetime, &z_utime, NULL) in list_files() 271 TIMET_TO_NATIVE(z_utime.mtime) /* NOP unless MSC 7.0, Mac */ in list_files() 272 t = localtime(&(z_utime.mtime)); in list_files() 504 iztimes z_utime; variable 591 G.crec.last_mod_dos_datetime, &z_utime, NULL) 594 if (*last_modtime < z_utime.mtime) 595 *last_modtime = z_utime.mtime;
|
H A D | zipinfo.c | 936 iztimes z_utime; variable 1079 G.crec.last_mod_dos_datetime, &z_utime, NULL) 1082 TIMET_TO_NATIVE(z_utime.mtime) /* NOP unless MSC 7.0 or Macintosh */ 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); 1747 iztimes z_utime; in zi_short() local 2048 G.crec.last_mod_dos_datetime, &z_utime, NULL) in zi_short() 2050 ? &z_utime.mtime : NULL; in zi_short() 2051 TIMET_TO_NATIVE(z_utime.mtime) /* NOP unless MSC 7.0 or Macintosh */ in zi_short()
|
H A D | fileio.c | 1815 iztimes z_utime; variable 1886 G.lrec.last_mod_dos_datetime, &z_utime, NULL) 1891 archive = z_utime.mtime;
|