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