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

/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h74 struct tz_continent { struct
78 struct tz_continent *ctnt_next; /* pointer to next element */
91 extern int get_tz_continents(struct tz_continent **);
92 extern int get_tz_countries(struct tz_country **, struct tz_continent *);
94 extern int free_tz_continents(struct tz_continent *);
H A Dlibzone.c96 get_tz_continents(struct tz_continent **cont)
102 struct tz_continent *head = NULL, *lcp, *prev = NULL;
141 if ((lcp = (struct tz_continent *)
142 calloc(1, sizeof (struct tz_continent))) == NULL) {
202 get_tz_countries(struct tz_country **country, struct tz_continent *cont)
641 free_tz_continents(struct tz_continent *cont)
643 struct tz_continent *cptr, *cprev;

Completed in 25 milliseconds