Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c2056 register int samei, otheri; in time1() local
2103 otheri = types[otherind]; in time1()
2104 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
2106 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff - in time1()
2112 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff - in time1()