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

/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c105 static int addtype(long gmtoff, const char * abbr, int isdst,
150 long dstoff, long gmtoff);
1834 stringrule(result, rp, dstoff, gmtoff)
1838 const long gmtoff;
1873 tod += gmtoff;
1981 register long gmtoff; local
2069 gmtoff = zp->z_gmtoff;
2111 ** assuming the current gmtoff and
2117 -gmtoff);
2133 offset = rp->r_todisgmt ? 0 : gmtoff;
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dvmsdbgout.c1455 long gmtoff;
1461 gmtoff = ts->tm_gmtoff;
1467 gmtoff = 0;
1472 cdt = 10000000 * (statbuf.st_ctime + gmtoff + vms_epoch_offset);
1453 long gmtoff; local

Completed in 43 milliseconds