| /freebsd-head/contrib/ntp/sntp/ |
| HD | utilities.c | 144 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/ |
| HD | updateBEDate | 26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
|
| /freebsd-head/tools/tools/netrate/tcpp/ |
| HD | runit.pl | 12 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
|
| /freebsd-head/contrib/tzcode/ |
| HD | localtime.c | 240 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()
|
| HD | zic.c | 1867 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 …]
|
| HD | NEWS | 3471 zdump's gmtoff=N output is now documented, and its isdst=D output
|
| /freebsd-head/libexec/nuageinit/ |
| HD | yaml.lua | 577 isdst = false,
|
| /freebsd-head/contrib/tzdata/ |
| HD | africa | 222 # > 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
|
| HD | NEWS | 3574 zdump's gmtoff=N output is now documented, and its isdst=D output
|
| /freebsd-head/contrib/sendmail/contrib/ |
| HD | mmuegel | 376 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/ |
| HD | CommitLog-4.1.0 | 1375 * ntpd/refclock_pcf.c (pcf_poll): isdst fix
|