Searched refs:ttisp (Results 1 – 1 of 1) sorted by relevance
261 const struct ttinfo *ttisp = &sp->ttis[sp->types[i]]; in settzname() local263 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname()264 if (ttisp->tt_isdst) in settzname()266 if (!ttisp->tt_isdst) in settzname()267 timezone = -(ttisp->tt_gmtoff); in settzname()281 const struct ttinfo *ttisp = &sp->ttis[i]; in settzname() local282 char *cp = &sp->chars[ttisp->tt_abbrind]; in settzname()418 struct ttinfo * ttisp; in tzload() local420 ttisp = &sp->ttis[i]; in tzload()421 ttisp->tt_gmtoff = detzcode(p); in tzload()[all …]