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] |
time_t | mtime [2] |
char | name [TZ_STRLEN_MAX+1] |
int | timecnt |
struct ttinfo | ttis [TZ_MAX_TYPES] |
int | typecnt |
unsigned char | types [TZ_MAX_TIMES] |
Definition at line 139 of file localtime.c.
time_t ats[TZ_MAX_TIMES] |
Definition at line 148 of file localtime.c.
Referenced by ast_get_dst_info(), localsub(), tzload(), and tzparse().
int charcnt |
Definition at line 145 of file localtime.c.
Definition at line 152 of file localtime.c.
Referenced by gmtsub(), localsub(), tzload(), and tzparse().
int goahead |
Definition at line 147 of file localtime.c.
Referenced by ast_get_dst_info(), localsub(), and tzload().
int goback |
Definition at line 146 of file localtime.c.
Referenced by ast_get_dst_info(), localsub(), and tzload().
int leapcnt |
Definition at line 142 of file localtime.c.
struct { ... } list |
Referenced by ast_tzset(), gmtsub(), and notify_daemon().
Definition at line 153 of file localtime.c.
time_t mtime[2] |
Definition at line 157 of file localtime.c.
Referenced by add_notify(), and notify_daemon().
char name[TZ_STRLEN_MAX+1] |
Name of the file that this references
Definition at line 141 of file localtime.c.
Referenced by ast_tzset(), gmtsub(), notify_daemon(), tzload(), and tzparse().
Definition at line 159 of file localtime.c.
int timecnt |
Definition at line 143 of file localtime.c.
Referenced by ast_get_dst_info(), localsub(), time1(), tzload(), and tzparse().
Definition at line 150 of file localtime.c.
Referenced by ast_get_dst_info(), localsub(), time1(), time2sub(), tzload(), and tzparse().
int typecnt |
Definition at line 144 of file localtime.c.
Referenced by ast_get_dst_info(), localsub(), time1(), time2sub(), tzload(), and tzparse().
unsigned char types[TZ_MAX_TIMES] |
Definition at line 149 of file localtime.c.
Referenced by ast_get_dst_info(), localsub(), time1(), tzload(), and tzparse().