Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c289 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() local
291 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname()
294 register const struct ttinfo * const ttisp = in settzname() local
298 tzname[ttisp->tt_isdst] = in settzname()
299 &sp->chars[ttisp->tt_abbrind]; in settzname()
301 if (ttisp->tt_isdst) in settzname()
303 if (!ttisp->tt_isdst) in settzname()
304 timezone = -(ttisp->tt_gmtoff); in settzname()
307 if (ttisp->tt_isdst) in settzname()
308 altzone = -(ttisp->tt_gmtoff); in settzname()
[all …]