Searched defs:tt_ttisgmt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c223 int tt_ttisgmt; /* TRUE if transition is GMT */ member in struct:ttinfo
1645 ttisp->tt_ttisgmt = FALSE;
1647 ttisp->tt_ttisgmt = *cp++;
1648 if (ttisp->tt_ttisgmt != TRUE &&
1649 ttisp->tt_ttisgmt != FALSE) {
1749 sp->ttis[i].tt_ttisgmt);
1994 if (zone->tt_ttisgmt == 0) {

Completed in 63 milliseconds