Searched refs:tz_coord (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/test/tz-tests/tests/ |
| H A D | zoneinfo_dump.c | 86 (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 D | libzoneinfo.h | 62 struct tz_coord { /* coordinates */ struct 71 } tz_coord; member
|
| H A D | libzone.c | 1227 struct tz_coord *tcp; in get_coord() 1230 tcp = &(tp->tz_coord); in get_coord()
|