
Data Fields | |
| time_t | ats [TZ_MAX_TIMES] |
| int | charcnt |
| char | chars [BIGGEST(BIGGEST(TZ_MAX_CHARS+1, sizeof gmt),(2 *(MY_TZNAME_MAX+1)))] |
| int | goahead |
| int | goback |
| int | leapcnt |
| struct { | |
| struct state * next | |
| } | list |
| struct lsinfo | lsis [TZ_MAX_LEAPS] |
| char | name [TZ_STRLEN_MAX+1] |
| int | timecnt |
| struct ttinfo | ttis [TZ_MAX_TYPES] |
| int | typecnt |
| unsigned char | types [TZ_MAX_TIMES] |
| int | wd [2] |
| time_t ats[TZ_MAX_TIMES] |
Definition at line 164 of file localtime.c.
Referenced by tzload(), tzparse(), localsub(), and ast_get_dst_info().
| int charcnt |
Definition at line 161 of file localtime.c.
Definition at line 168 of file localtime.c.
Referenced by tzload(), tzparse(), localsub(), and gmtsub().
| int goahead |
Definition at line 163 of file localtime.c.
Referenced by tzload(), localsub(), and ast_get_dst_info().
| int goback |
Definition at line 162 of file localtime.c.
Referenced by tzload(), localsub(), and ast_get_dst_info().
| int leapcnt |
Definition at line 158 of file localtime.c.
| struct { ... } list |
Definition at line 169 of file localtime.c.
| char name[TZ_STRLEN_MAX+1] |
Name of the file that this references
Definition at line 157 of file localtime.c.
Referenced by inotify_daemon(), tzload(), tzparse(), ast_tzset(), and gmtsub().
Definition at line 182 of file localtime.c.
| int timecnt |
Definition at line 159 of file localtime.c.
Referenced by tzload(), tzparse(), localsub(), ast_get_dst_info(), and time1().
Definition at line 166 of file localtime.c.
Referenced by tzload(), tzparse(), localsub(), ast_get_dst_info(), time2sub(), and time1().
| int typecnt |
Definition at line 160 of file localtime.c.
Referenced by tzload(), tzparse(), localsub(), ast_get_dst_info(), time2sub(), and time1().
| unsigned char types[TZ_MAX_TIMES] |
Definition at line 165 of file localtime.c.
Referenced by tzload(), tzparse(), localsub(), ast_get_dst_info(), and time1().
| int wd[2] |
Definition at line 171 of file localtime.c.
Referenced by inotify_daemon(), and add_notify().