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

/bionic/libc/tzcode/
H A Dlocaltime.c150 long tt_gmtoff; /* UTC offset in seconds */ member in struct:ttinfo
354 timezone = -(ttisp->tt_gmtoff);
358 altzone = -(ttisp->tt_gmtoff);
561 ttisp->tt_gmtoff = detzcode(p);
1091 sp->ttis[0].tt_gmtoff = -dstoffset;
1094 sp->ttis[1].tt_gmtoff = -stdoffset;
1146 -sp->ttis[j].tt_gmtoff;
1155 -sp->ttis[j].tt_gmtoff;
1196 theiroffset = -sp->ttis[j].tt_gmtoff;
1205 sp->ttis[0].tt_gmtoff
[all...]

Completed in 59 milliseconds