Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/time/
Dlocaltime.c77 long tt_gmtoff; /* UTC offset in seconds */ member
267 timezone = -(ttisp->tt_gmtoff); in settzname()
421 ttisp->tt_gmtoff = detzcode(p); in tzload()
570 result = ap->tt_gmtoff == bp->tt_gmtoff && in typesequiv()
959 sp->ttis[0].tt_gmtoff = -dstoffset; in tzparse()
962 sp->ttis[1].tt_gmtoff = -stdoffset; in tzparse()
1015 -sp->ttis[j].tt_gmtoff; in tzparse()
1024 -sp->ttis[j].tt_gmtoff; in tzparse()
1065 theiroffset = -sp->ttis[j].tt_gmtoff; in tzparse()
1075 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse()
[all …]