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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h86 struct tz_country { struct
91 struct tz_country *ctry_next; /* pointer to next element */
96 extern int get_tz_countries(struct tz_country **, struct tz_continent *);
97 extern int get_timezones_by_country(struct tz_timezone **, struct tz_country *);
99 extern int free_tz_countries(struct tz_country *);

Completed in 43 milliseconds