Home
last modified time | relevance | path

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

/trueos/contrib/tzcode/stdtime/
HDlocaltime.c322 const struct ttinfo * const ttisp = &sp->ttis[sp->types[i]]; in settzname() local
324 tzname[ttisp->tt_isdst] = in settzname()
325 &sp->chars[ttisp->tt_abbrind]; in settzname()
327 if (ttisp->tt_isdst) in settzname()
329 if (!ttisp->tt_isdst) in settzname()
330 timezone = -(ttisp->tt_gmtoff); in settzname()
333 if (ttisp->tt_isdst) in settzname()
334 altzone = -(ttisp->tt_gmtoff); in settzname()
348 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() local
349 register char * cp = &sp->chars[ttisp->tt_abbrind]; in settzname()
[all …]