Home | History | Annotate | Download | only in tzcode

Lines Matching refs:tt_gmtoff

87 	long		tt_gmtoff;	/* UTC offset in seconds */
286 timezone = -(ttisp->tt_gmtoff);
290 altzone = -(ttisp->tt_gmtoff);
433 ttisp->tt_gmtoff = detzcode(p);
593 result = ap->tt_gmtoff == bp->tt_gmtoff &&
995 sp->ttis[0].tt_gmtoff = -dstoffset;
998 sp->ttis[1].tt_gmtoff = -stdoffset;
1051 -sp->ttis[j].tt_gmtoff;
1060 -sp->ttis[j].tt_gmtoff;
1101 theiroffset = -sp->ttis[j].tt_gmtoff;
1110 sp->ttis[0].tt_gmtoff = -stdoffset;
1113 sp->ttis[1].tt_gmtoff = -dstoffset;
1122 sp->ttis[0].tt_gmtoff = -stdoffset;
1212 lclptr->ttis[0].tt_gmtoff = 0;
1311 ** t += ttisp->tt_gmtoff;
1314 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp);
1831 newt = t + sp->ttis[j].tt_gmtoff -
1832 sp->ttis[i].tt_gmtoff;
1935 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff -
1936 sp->ttis[samei].tt_gmtoff;
1941 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff -
1942 sp->ttis[samei].tt_gmtoff;