Searched defs:tm_unz_s (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
H A D | unzip.h | 84 typedef struct tm_unz_s struct 86 int tm_sec; /* seconds after the minute - [0,59] */ 87 int tm_min; /* minutes after the hour - [0,59] */ 88 int tm_hour; /* hours since midnight - [0,23] */ 89 int tm_mday; /* day of the month - [1,31] */ 90 int tm_mon; /* months since January - [0,11] */ 91 int tm_year; /* years - [1980..2044] */
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
H A D | unzip.h | 84 typedef struct tm_unz_s struct 86 int tm_sec; /* seconds after the minute - [0,59] */ 87 int tm_min; /* minutes after the hour - [0,59] */ 88 int tm_hour; /* hours since midnight - [0,23] */ 89 int tm_mday; /* day of the month - [1,31] */ 90 int tm_mon; /* months since January - [0,11] */ 91 int tm_year; /* years - [1980..2044] */
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
H A D | unzip.h | 84 typedef struct tm_unz_s struct 86 int tm_sec; /* seconds after the minute - [0,59] */ 87 int tm_min; /* minutes after the hour - [0,59] */ 88 int tm_hour; /* hours since midnight - [0,23] */ 89 int tm_mday; /* day of the month - [1,31] */ 90 int tm_mon; /* months since January - [0,11] */ 91 int tm_year; /* years - [1980..2044] */
|