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

/osnet-11/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;
/osnet-11/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.
/osnet-11/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);
/osnet-11/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;
/osnet-11/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);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2268 int isdst; local
2297 isdst = 0;
2324 if (isdst != 0 && zone->tt_ttisstd == 0)
2336 isdst = next_isdst;
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml81 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/osnet-11/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 45 milliseconds