RTS API Documentation
1.10.11
|
Data Fields | |
int | leapcnt |
int | timecnt |
int | typecnt |
int | charcnt |
time_t | ats [TZ_MAX_TIMES] |
unsigned char | types [TZ_MAX_TIMES] |
struct ttinfo | ttis [TZ_MAX_TYPES] |
char | chars [CHARS_DEF] |
struct lsinfo | lsis [TZ_MAX_LEAPS] |
Definition at line 1832 of file switch_time.c.
time_t state::ats[TZ_MAX_TIMES] |
Definition at line 1837 of file switch_time.c.
int state::charcnt |
Definition at line 1836 of file switch_time.c.
Referenced by tzparse().
char state::chars[ CHARS_DEF] |
Definition at line 1840 of file switch_time.c.
int state::leapcnt |
Definition at line 1833 of file switch_time.c.
struct lsinfo state::lsis[TZ_MAX_LEAPS] |
Definition at line 1841 of file switch_time.c.
Referenced by timesub().
int state::timecnt |
Definition at line 1834 of file switch_time.c.
struct ttinfo state::ttis[TZ_MAX_TYPES] |
Definition at line 1839 of file switch_time.c.
int state::typecnt |
Definition at line 1835 of file switch_time.c.
unsigned char state::types[TZ_MAX_TIMES] |
Definition at line 1838 of file switch_time.c.