HomeSort by: relevance | last modified time | path
    Searched defs:otheri (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
localtime.c 2431 register int samei, otheri; local in function:time1
2484 otheri = types[otherind];
2485 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst)
2487 tmp->tm_sec += (int)(sp->ttis[otheri].tt_utoff
2495 tmp->tm_sec -= (int)(sp->ttis[otheri].tt_utoff
localtime.c 2431 register int samei, otheri; local in function:time1
2484 otheri = types[otherind];
2485 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst)
2487 tmp->tm_sec += (int)(sp->ttis[otheri].tt_utoff
2495 tmp->tm_sec -= (int)(sp->ttis[otheri].tt_utoff

Completed in 53 milliseconds