Lines Matching refs:dstoff
1798 long dstoff = 0; in load_posixinfo() local
1842 if ((name = getoffset(name, &dstoff)) == NULL) in load_posixinfo()
1845 dstoff = stdoff - SECSPERHOUR; in load_posixinfo()
1853 adjust_posix_default(sp, stdoff, dstoff); in load_posixinfo()
1856 load_posix_transitions(sp, stdoff, dstoff, in load_posixinfo()
1875 load_posix_transitions(sp, stdoff, dstoff, zonetype); in load_posixinfo()
1954 adjust_posix_default(state_t *sp, long stdoff, long dstoff) in adjust_posix_default() argument
2011 sp->ats[i] += dstoff - zone_dstoff; in adjust_posix_default()
2025 sp->ttis[0].tt_gmtoff = -dstoff; in adjust_posix_default()
2037 load_posix_transitions(state_t *sp, long stdoff, long dstoff, in load_posix_transitions() argument
2066 dst->tt_gmtoff = -dstoff; in load_posix_transitions()
2093 pdaylight.offset[1] = dstoff; in load_posix_transitions()