Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c275 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() local
277 tzname[ttisp->tt_isdst] = in settzname()
278 (char *) &sp->chars[ttisp->tt_abbrind]; in settzname()
279 if (ttisp->tt_isdst) in settzname()
281 if (i == 0 || !ttisp->tt_isdst) in settzname()
282 timezone = -(ttisp->tt_gmtoff); in settzname()
283 if (i == 0 || ttisp->tt_isdst) in settzname()
284 altzone = -(ttisp->tt_gmtoff); in settzname()
290 register const struct ttinfo * const ttisp = in settzname() local
293 tzname[ttisp->tt_isdst] = in settzname()
[all …]
/titanic_41/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1072 ttinfo_t *ttisp, *std, *alt; in set_zone_context() local
1147 ttisp = &lclzonep->ttis[lclzonep->types[tidx]]; in set_zone_context()
1150 if ((is_in_dst = ttisp->tt_isdst) == 0) { /* std. time */ in set_zone_context()
1151 timezone = -ttisp->tt_gmtoff; in set_zone_context()
1152 newtzname[0] = &lclzonep->chars[ttisp->tt_abbrind]; in set_zone_context()
1161 altzone = -ttisp->tt_gmtoff; in set_zone_context()
1162 newtzname[1] = &lclzonep->chars[ttisp->tt_abbrind]; in set_zone_context()
1436 ttinfo_t *ttisp; in load_zoneinfo() local
1546 ttisp = &sp->ttis[i]; in load_zoneinfo()
1548 ttisp->tt_gmtoff = CVTZCODE(cp2); in load_zoneinfo()
[all …]