Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h57 struct tz_timezone { struct
72 struct tz_timezone *tz_next; /* pointer to next element */ argument
95 extern int get_timezones_by_country(struct tz_timezone **, struct tz_country *); argument
98 extern int free_timezones(struct tz_timezone *);
H A Dlibzone.c90 static int get_coord(struct tz_timezone *, char *, size_t);
446 get_timezones_by_country(struct tz_timezone **tmzone, in get_timezones_by_country()
454 struct tz_timezone *head = NULL, *prev = NULL, *tp; in get_timezones_by_country()
536 if ((tp = (struct tz_timezone *) in get_timezones_by_country()
537 calloc(1, sizeof (struct tz_timezone))) == in get_timezones_by_country()
677 free_timezones(struct tz_timezone *timezone) in free_timezones()
679 struct tz_timezone *tzptr, *tzprev; in free_timezones()
1223 get_coord(struct tz_timezone *tp, char *p_coord, size_t len_coord) in get_coord()