Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c264 update_tzname_etc(struct state const *sp, struct ttinfo const *ttisp) in update_tzname_etc() argument
266 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_abbrind]; in update_tzname_etc()
268 if (!ttisp->tt_isdst) in update_tzname_etc()
269 timezone = - ttisp->tt_gmtoff; in update_tzname_etc()
272 if (ttisp->tt_isdst) in update_tzname_etc()
273 altzone = - ttisp->tt_gmtoff; in update_tzname_etc()
299 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() local
300 update_tzname_etc(sp, ttisp); in settzname()
303 register const struct ttinfo * const ttisp = in settzname() local
306 update_tzname_etc(sp, ttisp); in settzname()
[all …]