Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c346 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() local
348 tzname[ttisp->tt_isdst] = in settzname()
349 &sp->chars[ttisp->tt_abbrind]; in settzname()
351 if (ttisp->tt_isdst) in settzname()
353 if (i == 0 || !ttisp->tt_isdst) in settzname()
354 timezone = -(ttisp->tt_gmtoff); in settzname()
357 if (i == 0 || ttisp->tt_isdst) in settzname()
358 altzone = -(ttisp->tt_gmtoff); in settzname()
365 register const struct ttinfo * const ttisp = in settzname() local
369 tzname[ttisp->tt_isdst] = in settzname()
[all …]