Lines Matching refs:tt_gmtoff
144 long tt_gmtoff; /* UTC offset in seconds */
349 timezone = -(ttisp->tt_gmtoff);
353 altzone = -(ttisp->tt_gmtoff);
517 ttisp->tt_gmtoff = detzcode(p);
1047 sp->ttis[0].tt_gmtoff = -dstoffset;
1050 sp->ttis[1].tt_gmtoff = -stdoffset;
1102 -sp->ttis[j].tt_gmtoff;
1111 -sp->ttis[j].tt_gmtoff;
1152 theiroffset = -sp->ttis[j].tt_gmtoff;
1161 sp->ttis[0].tt_gmtoff = -stdoffset;
1164 sp->ttis[1].tt_gmtoff = -dstoffset;
1173 sp->ttis[0].tt_gmtoff = -stdoffset;
1262 lclptr->ttis[0].tt_gmtoff = 0;
1373 ** t += ttisp->tt_gmtoff;
1376 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp);
1926 newt = t + sp->ttis[j].tt_gmtoff -
1927 sp->ttis[i].tt_gmtoff;
2041 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff -
2042 sp->ttis[samei].tt_gmtoff;
2047 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff -
2048 sp->ttis[samei].tt_gmtoff;