Home
last modified time | relevance | path

Searched refs:tz_coord (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/tz-tests/tests/
H A Dzoneinfo_dump.c86 (void) fprintf(f, "lat: %d.%u.%u.%u\n", tz->tz_coord.lat_sign, in dump_timezone()
87 tz->tz_coord.lat_degree, tz->tz_coord.lat_minute, in dump_timezone()
88 tz->tz_coord.lat_second); in dump_timezone()
89 (void) fprintf(f, "long: %d.%u.%u.%u\n", tz->tz_coord.long_sign, in dump_timezone()
90 tz->tz_coord.long_degree, tz->tz_coord.long_minute, in dump_timezone()
91 tz->tz_coord.long_second); in dump_timezone()
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h62 struct tz_coord { /* coordinates */ struct
71 } tz_coord; member
H A Dlibzone.c1227 struct tz_coord *tcp; in get_coord()
1230 tcp = &(tp->tz_coord); in get_coord()