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

/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h82 struct tz_country { struct
87 struct tz_country *ctry_next; /* pointer to next element */
92 extern int get_tz_countries(struct tz_country **, struct tz_continent *);
93 extern int get_timezones_by_country(struct tz_timezone **, struct tz_country *);
95 extern int free_tz_countries(struct tz_country *);

Completed in 20 milliseconds