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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h59 struct tz_timezone { struct
74 struct tz_timezone *tz_next; /* pointer to next element */
97 extern int get_timezones_by_country(struct tz_timezone **, struct tz_country *);
100 extern int free_timezones(struct tz_timezone *);
H A Dlibzone.c88 static int get_coord(struct tz_timezone *, char *, size_t);
448 get_timezones_by_country(struct tz_timezone **tmzone,
456 struct tz_timezone *head = NULL, *prev = NULL, *tp;
538 if ((tp = (struct tz_timezone *)
539 calloc(1, sizeof (struct tz_timezone))) ==
679 free_timezones(struct tz_timezone *timezone)
681 struct tz_timezone *tzptr, *tzprev;
1215 * get_coord() fills in the tz_coord structure of the tz_timezone
1225 get_coord(struct tz_timezone *tp, char *p_coord, size_t len_coord)

Completed in 46 milliseconds