Searched refs:stdoff (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1794 long stdoff = 0; local
1820 if ((name = getoffset(name, &stdoff)) == NULL)
1842 dstoff = stdoff - SECSPERHOUR;
1850 adjust_posix_default(sp, stdoff, dstoff);
1853 load_posix_transitions(sp, stdoff, dstoff,
1872 load_posix_transitions(sp, stdoff, dstoff, zonetype);
1884 std->tt_gmtoff = -stdoff;
1929 sp->default_timezone = stdoff;
1930 sp->default_altzone = stdoff;
1947 * adjust the GMT offset for the zone which has stdoff/dstof
1951 adjust_posix_default(state_t *sp, long stdoff, long dstoff) argument
2034 load_posix_transitions(state_t *sp, long stdoff, long dstoff, zone_rules_t zonetype) argument
[all...]
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1641 register long stdoff; local
1667 stdoff = 0;
1678 stdoff = zp->z_stdoff;
1680 (char *)NULL, stdoff != 0);
1681 type = addtype(oadd(zp->z_gmtoff, stdoff),
1682 startbuf, stdoff != 0, startttisstd,
1687 } else if (stdoff != 0)
1717 * the current gmtoff and stdoff values.
1725 -stdoff);
1740 offset = oadd(offset, stdoff);
[all...]

Completed in 68 milliseconds