Home
last modified time | relevance | path

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

/glibc-2.36/time/
Dtzfile.c492 int stdoff, int dstoff) in __tzfile_default() argument
543 transitions[i] += stdoff - rule_stdoff; in __tzfile_default()
553 rule_stdoff = stdoff; in __tzfile_default()
558 types[0].offset = stdoff; in __tzfile_default()
/glibc-2.36/timezone/
Dzic.c2395 stringrule(char *result, struct rule *const rp, zic_t save, zic_t stdoff) in stringrule() argument
2443 tod += stdoff; in stringrule()
2603 register zic_t stdoff; in outzone() local
2738 stdoff = zp->z_stdoff; in outzone()
2789 -stdoff); in outzone()
2805 offset = rp->r_todisut ? 0 : stdoff; in outzone()
2909 starttime = tadd(starttime, -stdoff); in outzone()
/glibc-2.36/include/
Dtime.h63 int stdoff, int dstoff)