Searched refs:tz_continent (Results 1 – 2 of 2) sorted by relevance
76 struct tz_continent { struct80 struct tz_continent *ctnt_next; /* pointer to next element */ argument93 extern int get_tz_continents(struct tz_continent **); argument94 extern int get_tz_countries(struct tz_country **, struct tz_continent *);96 extern int free_tz_continents(struct tz_continent *);
100 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()