Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h76 struct tz_continent { struct
80 struct tz_continent *ctnt_next; /* pointer to next element */ argument
93 extern int get_tz_continents(struct tz_continent **); argument
94 extern int get_tz_countries(struct tz_country **, struct tz_continent *);
96 extern int free_tz_continents(struct tz_continent *);
H A Dlibzone.c100 get_tz_continents(struct tz_continent **cont) in get_tz_continents()
106 struct tz_continent *head = NULL, *lcp, *prev = NULL; in get_tz_continents()
145 if ((lcp = (struct tz_continent *) in get_tz_continents()
146 calloc(1, sizeof (struct tz_continent))) == NULL) { in get_tz_continents()
206 get_tz_countries(struct tz_country **country, struct tz_continent *cont) in get_tz_countries()
641 free_tz_continents(struct tz_continent *cont) in free_tz_continents()
643 struct tz_continent *cptr, *cprev; in free_tz_continents()