Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/sntp/
HDutilities.c144 int hh, mm, lto, isdst; in tv_to_str() local
155 isdst = ptm->tm_isdst; in tv_to_str()
157 ptm->tm_isdst = isdst; in tv_to_str()
/freebsd-head/contrib/ntp/scripts/build/
HDupdateBEDate26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/freebsd-head/tools/tools/netrate/tcpp/
HDrunit.pl12 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/freebsd-head/contrib/tzcode/
HDlocaltime.c240 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst, int desigidx) in init_ttinfo() argument
243 s->tt_isdst = isdst; in init_ttinfo()
613 unsigned char isdst, desigidx; in tzloadbody() local
618 isdst = *p++; in tzloadbody()
619 if (! (isdst < 2)) in tzloadbody()
621 ttisp->tt_isdst = isdst; in tzloadbody()
1272 register bool isdst; in tzparse() local
1302 isdst = false; in tzparse()
1328 if (isdst && !sp->ttis[j].tt_ttisstd) { in tzparse()
HDzic.c1867 getsave(char *field, bool *isdst) in getsave() argument
1880 *isdst = dst < 0 ? save != 0 : dst; in getsave()
2877 bool isdst, zic_t save, bool doquotes) in doabbr() argument
2894 } else if (isdst) { in doabbr()
3434 bool isdst = startoff != zp->z_stdoff; in outzone() local
3437 isdst, save, false); in outzone()
3443 int type = addtype(startoff, startbuf, isdst, in outzone()
3445 if (defaulttype < 0 && !isdst) in outzone()
3536 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) in addtype() argument
3555 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i] in addtype()
[all …]
HDNEWS3471 zdump's gmtoff=N output is now documented, and its isdst=D output
/freebsd-head/libexec/nuageinit/
HDyaml.lua577 isdst = false,
/freebsd-head/contrib/tzdata/
HDafrica222 # > 23:59:59 2009 EET isdst=0 gmtoff=7200
225 # > 01:00:00 2009 EEST isdst=1 gmtoff=10800
228 # > 23:59:59 2009 EEST isdst=1 gmtoff=10800
231 # > 23:00:00 2009 EET isdst=0 gmtoff=7200
HDNEWS3574 zdump's gmtoff=N output is now documented, and its isdst=D output
/freebsd-head/contrib/sendmail/contrib/
HDmmuegel376 X local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
388 X ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
395 X $TZ = $isdst ? $4 : $1;
/freebsd-head/contrib/ntp/
HDCommitLog-4.1.01375 * ntpd/refclock_pcf.c (pcf_poll): isdst fix