Searched defs:tz_continent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h78 struct tz_continent { struct
82 struct tz_continent *ctnt_next; /* pointer to next element */
95 extern int get_tz_continents(struct tz_continent **);
96 extern int get_tz_countries(struct tz_country **, struct tz_continent *);
98 extern int free_tz_continents(struct tz_continent *);

Completed in 79 milliseconds