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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dctime.pl36 local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
43 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
51 $TZ = $isdst ? $4 : $1;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.t52 print "not " unless $gmtime->isdst == $gmtime[8];
H A Dlocaltime.t52 print "not " unless $localtime->isdst == $localtime[8];
H A Dtm.pm8 map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst }
27 min, hour, mday, mon, year, wday, yday, and isdst.
H A Dgmtime.pm66 mday, mon, year, wday, yday, and isdst.
H A Dlocaltime.pm61 mday, mon, year, wday, yday, and isdst.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtime.t44 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($beg);
59 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime($beg);
/opensolaris-onvv-gate/usr/src/lib/libast/common/tm/
H A Dtminit.c124 * isdst will point to non-zero if DST is in effect
129 tzwest(time_t* clock, int* isdst) argument
167 *isdst = tp->tm_isdst;
213 int isdst; local
262 n = tzwest(&now, &isdst);
272 if ((m = tzwest(&now, &isdst)) != n)
274 if (!isdst)
276 isdst = n;
278 m = isdst;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1686 asctime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = 0)
1695 int isdst
1708 mytm.tm_isdst = isdst;
1740 mktime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = 0)
1749 int isdst
1762 mytm.tm_isdst = isdst;
1772 strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, yday = -1, isdst = -1)
1782 int isdst
1785 char *buf = my_strftime(fmt, sec, min, hour, mday, mon, year, wday, yday, isdst);
/opensolaris-onvv-gate/usr/src/cmd/zic/
H A Dzic.c91 static int addtype(long gmtoff, const char *abbr, int isdst,
102 const char *letters, int isdst);
1612 doabbr(abbr, format, letters, isdst)
1616 const int isdst;
1623 } else if (isdst)
1849 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
1852 const int isdst;
1858 if (isdst != TRUE && isdst != FALSE) {
1860 "internal error - addtype called with bad isdst"));
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c843 int isdst; local
906 isdst = FALSE; /* we start in standard time */
920 (isdst && !ttisp->tt_ttisstd) ?
922 isdst = ttisp->tt_isdst;
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1921 int isdst; local
1947 isdst = 0;
1971 if (isdst != 0 && zone->tt_ttisstd == 0)
1980 isdst = next_isdst;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c3695 Perl_my_strftime(pTHX_ char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst) argument
3712 mytm.tm_isdst = isdst;
H A Dproto.h471 PERL_CALLCONV char * Perl_my_strftime(pTHX_ char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst);

Completed in 89 milliseconds