Data Fields | |
const char * | z_filename |
int | z_linenum |
const char * | z_name |
long | z_gmtoff |
const char * | z_rule |
const char * | z_format |
long | z_stdoff |
struct rule * | z_rules |
int | z_nrules |
struct rule | z_untilrule |
zic_t | z_untiltime |
Definition at line 103 of file zic.c.
const char* zone::z_filename |
const char* zone::z_format |
Definition at line 111 of file zic.c.
Referenced by associate(), inzsub(), outzone(), and stringzone().
long zone::z_gmtoff |
Definition at line 109 of file zic.c.
Referenced by inzsub(), outzone(), and stringzone().
int zone::z_linenum |
const char* zone::z_name |
int zone::z_nrules |
Definition at line 116 of file zic.c.
Referenced by associate(), outzone(), and stringzone().
const char* zone::z_rule |
Definition at line 110 of file zic.c.
Referenced by associate(), and inzsub().
struct rule* zone::z_rules |
Definition at line 115 of file zic.c.
Referenced by associate(), outzone(), and stringzone().
long zone::z_stdoff |
Definition at line 113 of file zic.c.
Referenced by associate(), outzone(), and stringzone().
struct rule zone::z_untilrule |