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

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c121 long tt_gmtoff; /* UTC offset in seconds */ member in struct:ttinfo
330 timezone = -(ttisp->tt_gmtoff);
334 altzone = -(ttisp->tt_gmtoff);
502 ttisp->tt_gmtoff = detzcode(p);
668 result = ap->tt_gmtoff == bp->tt_gmtoff &&
1072 sp->ttis[0].tt_gmtoff = -dstoffset;
1075 sp->ttis[1].tt_gmtoff = -stdoffset;
1128 -sp->ttis[j].tt_gmtoff;
1137 -sp->ttis[j].tt_gmtoff;
[all...]

Completed in 96 milliseconds