Searched refs:isdst (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/tools/tools/netrate/tcpp/
H A Drunit.pl13 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DupdateBEDate26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dlog.in138 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime;
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c105 static int addtype(long gmtoff, const char * abbr, int isdst,
115 const char * letters, int isdst, int doquotes);
1751 doabbr(abbr, format, letters, isdst, doquotes)
1755 const int isdst;
1767 } else if (isdst) {
2249 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
2252 const int isdst;
2258 if (isdst != TRUE && isdst != FALSE) {
2259 error(_("internal error - addtype called with bad isdst"));
[all...]
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1114 int isdst; local
1144 isdst = FALSE;
1170 if (isdst && !sp->ttis[j].tt_ttisstd) {
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);

Completed in 151 milliseconds