Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/
H A Dutilities.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/contrib/ntp/scripts/build/
H A DupdateBEDate26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/freebsd/tools/tools/netrate/tcpp/
H A Drunit.pl12 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/freebsd/contrib/tzcode/
H A Dzic.c2122 getsave(char *field, bool *isdst) in getsave() argument
2135 *isdst = dst < 0 ? save != 0 : dst; in getsave()
3132 bool isdst, zic_t save, bool doquotes) in doabbr() argument
3148 } else if (isdst) in doabbr()
3689 bool isdst = startoff != zp->z_stdoff; in outzone() local
3692 isdst, save, false); in outzone()
3698 int type = addtype(startoff, startbuf, isdst, in outzone()
3700 if (defaulttype < 0 && !isdst) in outzone()
3791 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) in addtype() argument
3818 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i] in addtype()
[all …]
H A Dlocaltime.c637 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst, in init_ttinfo() argument
641 s->tt_isdst = isdst; in init_ttinfo()
1131 unsigned char isdst, desigidx; in tzloadbody() local
1143 isdst = *p++; in tzloadbody()
1144 if (! (isdst < 2)) in tzloadbody()
1146 ttisp->tt_isdst = isdst; in tzloadbody()
H A DNEWS3843 zdump's gmtoff=N output is now documented, and its isdst=D output
/freebsd/contrib/tzdata/
H A Dafrica223 # > 23:59:59 2009 EET isdst=0 gmtoff=7200
226 # > 01:00:00 2009 EEST isdst=1 gmtoff=10800
229 # > 23:59:59 2009 EEST isdst=1 gmtoff=10800
232 # > 23:00:00 2009 EET isdst=0 gmtoff=7200
H A DNEWS3843 zdump's gmtoff=N output is now documented, and its isdst=D output
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel376 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/contrib/ntp/
H A DCommitLog-4.1.01375 * ntpd/refclock_pcf.c (pcf_poll): isdst fix