Searched refs:tz_continent (Results 1 - 2 of 2) 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 *);
H A Dlibzone.c98 get_tz_continents(struct tz_continent **cont)
104 struct tz_continent *head = NULL, *lcp, *prev = NULL;
143 if ((lcp = (struct tz_continent *)
144 calloc(1, sizeof (struct tz_continent))) == NULL) {
204 get_tz_countries(struct tz_country **country, struct tz_continent *cont)
643 free_tz_continents(struct tz_continent *cont)
645 struct tz_continent *cptr, *cprev;

Completed in 46 milliseconds