Searched refs:tz_timezone (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/libzoneinfo/common/ |
| H A D | libzoneinfo.h | 57 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 D | libzone.c | 90 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()
|
| /illumos-gate/usr/src/test/tz-tests/tests/ |
| H A D | tzlist.c | 47 struct tz_timezone *zones; in main() 54 for (struct tz_timezone *tz = zones; tz != NULL; in main()
|
| H A D | zoneinfo_dump.c | 54 const struct tz_country *country, const struct tz_timezone *tz) in dump_timezone() 104 struct tz_timezone *zones; in dump_country() 142 for (struct tz_timezone *t = zones; t != NULL; t = t->tz_next, in dump_country()
|
| /illumos-gate/usr/src/cmd/zic/ |
| H A D | private.h | 731 # define timezone tz_timezone
|