Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/time/
Dlocaltime.c1826 int samei, otheri; in time1() local
1877 otheri = types[otherind]; in time1()
1878 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
1880 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff - in time1()
1886 tmp->tm_sec -= sp->ttis[otheri].tt_gmtoff - in time1()