Searched refs:tz_continent (Results 1 – 2 of 2) sorted by relevance
78 struct tz_continent { struct82 struct tz_continent *ctnt_next; /* pointer to next element */ argument95 extern int get_tz_continents(struct tz_continent **); argument96 extern int get_tz_countries(struct tz_country **, struct tz_continent *);98 extern int free_tz_continents(struct tz_continent *);
98 get_tz_continents(struct tz_continent **cont) in get_tz_continents()104 struct tz_continent *head = NULL, *lcp, *prev = NULL; in get_tz_continents()143 if ((lcp = (struct tz_continent *) in get_tz_continents()144 calloc(1, sizeof (struct tz_continent))) == NULL) { in get_tz_continents()204 get_tz_countries(struct tz_country **country, struct tz_continent *cont) in get_tz_countries()643 free_tz_continents(struct tz_continent *cont) in free_tz_continents()645 struct tz_continent *cptr, *cprev; in free_tz_continents()