Rizin
unix-like reverse engineering framework and cli tools
|
#include <unzip.h>
Public Attributes | |
int | tm_sec |
int | tm_min |
int | tm_hour |
int | tm_mday |
int | tm_mon |
int | tm_year |
int tm_unz_s::tm_hour |
Definition at line 88 of file unzip.h.
Referenced by change_file_date(), do_list(), and unz64local_DosDateToTmuDate().
int tm_unz_s::tm_mday |
Definition at line 89 of file unzip.h.
Referenced by change_file_date(), do_list(), and unz64local_DosDateToTmuDate().
int tm_unz_s::tm_min |
Definition at line 87 of file unzip.h.
Referenced by change_file_date(), do_list(), and unz64local_DosDateToTmuDate().
int tm_unz_s::tm_mon |
Definition at line 90 of file unzip.h.
Referenced by change_file_date(), do_list(), and unz64local_DosDateToTmuDate().
int tm_unz_s::tm_sec |
Definition at line 86 of file unzip.h.
Referenced by change_file_date(), and unz64local_DosDateToTmuDate().
int tm_unz_s::tm_year |
Definition at line 91 of file unzip.h.
Referenced by change_file_date(), do_list(), and unz64local_DosDateToTmuDate().