Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c144 long tt_gmtoff; /* UTC offset in seconds */ member
349 timezone = -(ttisp->tt_gmtoff); in settzname()
353 altzone = -(ttisp->tt_gmtoff); in settzname()
517 ttisp->tt_gmtoff = detzcode(p); in tzload()
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;
[all …]