Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/time/
Dlocaltime.c261 const struct ttinfo *ttisp = &sp->ttis[sp->types[i]]; in settzname() local
263 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() local
282 char *cp = &sp->chars[ttisp->tt_abbrind]; in settzname()
418 struct ttinfo * ttisp; in tzload() local
420 ttisp = &sp->ttis[i]; in tzload()
421 ttisp->tt_gmtoff = detzcode(p); in tzload()
[all …]