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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c103 long tt_gmtoff; /* GMT offset in seconds */ member in struct:ttinfo
282 timezone = -(ttisp->tt_gmtoff);
284 altzone = -(ttisp->tt_gmtoff);
393 ttisp->tt_gmtoff = detzcode(p);
809 sp->ttis[0].tt_gmtoff = -dstoffset;
812 sp->ttis[1].tt_gmtoff = -stdoffset;
875 sp->ttis[i].tt_gmtoff + dstoffset;
878 sp->ttis[i].tt_gmtoff = -dstoffset;
884 sp->ttis[i].tt_gmtoff + stdoffset;
887 sp->ttis[i].tt_gmtoff
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c219 long tt_gmtoff; /* GMT offset in seconds */ member in struct:ttinfo
1151 timezone = -ttisp->tt_gmtoff;
1154 altzone = -alt->tt_gmtoff;
1161 altzone = -ttisp->tt_gmtoff;
1164 timezone = -std->tt_gmtoff;
1548 ttisp->tt_gmtoff = CVTZCODE(cp2);
1660 sp->default_timezone = -sp->ttis[0].tt_gmtoff;
1741 sp->ttis[i].tt_gmtoff);
1767 * as specified in the TZ are used to calculate the tt_gmtoff
1783 * in TZ are used to calculate tt_gmtoff fo
[all...]

Completed in 68 milliseconds