Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h59 struct tz_timezone { struct
74 struct tz_timezone *tz_next; /* pointer to next element */ argument
97 extern int get_timezones_by_country(struct tz_timezone **, struct tz_country *); argument
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, in get_timezones_by_country()
456 struct tz_timezone *head = NULL, *prev = NULL, *tp; in get_timezones_by_country()
538 if ((tp = (struct tz_timezone *) in get_timezones_by_country()
539 calloc(1, sizeof (struct tz_timezone))) == in get_timezones_by_country()
679 free_timezones(struct tz_timezone *timezone) in free_timezones()
681 struct tz_timezone *tzptr, *tzprev; in free_timezones()
1225 get_coord(struct tz_timezone *tp, char *p_coord, size_t len_coord) in get_coord()