Searched refs:mday (Results 1 - 19 of 19) 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) =
57 $DoW[$wday], $MoY[$mon], $mday, $hour, $min, $sec, $TZ, $year);
H A DCPAN.pm2860 my($sec,$min,$hour,$mday,$mon,$year) = localtime($mtime);
2879 $mday,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.t40 my($year, $mon, $mday, $hour, $min, $sec) = @$_;
46 my $time = timelocal($sec,$min,$hour,$mday,$mon,$year);
53 $D == $mday &&
68 $time = timegm($sec,$min,$hour,$mday,$mon,$year);
74 $D == $mday &&
H A Dgmtime.t37 print "not " unless $gmtime->mday == $gmtime[3];
H A Dlocaltime.t37 print "not " unless $localtime->mday == $localtime[3];
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 DLocal.pm72 my ($sec,$min,$hour,$mday,$month,$year) = @_;
84 croak "Cannot handle date ($sec, $min, $hour, $mday, $month, $year)";
92 croak "Day '$mday' out of range 1..$md" if $mday > $md or $mday < 1;
98 my $days = _daygm(undef, undef, undef, $mday, $month, $year);
102 croak "Cannot handle date ($sec, $min, $hour, $mday, $month, $year)";
166 $time = timelocal($sec,$min,$hour,$mday,$mon,$year);
167 $time = timegm($sec,$min,$hour,$mday,$mon,$year);
185 input $sec, $min, $hour, $mday, an
[all...]
H A Dgmtime.pm66 mday, mon, year, wday, yday, and isdst.
72 C<$tm_obj-E<gt>mday()> corresponds to $tm_mday if you import the fields.
H A Dlocaltime.pm61 mday, mon, year, wday, yday, and isdst.
67 Thus, C<$tm_obj-E<gt>mday()> corresponds to $tm_mday if you import
/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);
48 ok($sec != $xsec && $mday && $year, 'localtime() list context');
59 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime($beg);
62 ok($sec != $xsec && $mday && $year, 'gmtime() list context');
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxscan.c46 int mday; member in struct:__anon1190
55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE)
87 if (set->yday < 0 && set->mday < 0)
88 tm->tm_mday = set->mday = 1;
106 else if (set->mday >= 0)
107 tm->tm_mday = set->mday;
110 if (set->hour < tm->tm_hour && set->yday < 0 && set->mday < 0 && set->wday < 0)
259 set.mday = n;
/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)
1690 int mday
1703 mytm.tm_mday = mday;
1740 mktime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = 0)
1744 int mday
1757 mytm.tm_mday = mday;
1772 strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, yday = -1, isdst = -1)
1777 int mday
1785 char *buf = my_strftime(fmt, sec, min, hour, mday, mon, year, wday, yday, isdst);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DUtil.pm307 my($sec,$min,$hour,$mday,$mon,$year,$wday) = gmtime($time);
310 $WDAY[$wday],$mday,$MON[$mon],$year,$hour,$min,$sec);
/osnet-11/usr/src/lib/libldap4/common/
H A Dtmplout.c1040 mday,
1048 || (mday = tm -> tm_mday) < 1 || mday > 31
1053 mday++;
1064 result += mday - 1;
1039 mday, local
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c1004 mday,
1012 || (mday = tm -> tm_mday) < 1 || mday > 31
1017 mday++;
1028 result += mday - 1;
1003 mday, local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL428 my ($sec,$min,$hour,$mday,$mon,$timeyear) = localtime($mtime);
444 $mday,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c3506 int month, mday, year, jday; local
3518 /* offset to bias by March (month 4) 1st between month/mday & year finding */
3585 mday = ptm->tm_mday;
3586 /* allow given yday with no month & mday to dominate the result */
3587 if (ptm->tm_yday >= 0 && mday <= 0 && month <= 0) {
3589 mday = 0;
3600 yearday += month*MONTH_TO_DAYS + mday + jday;
3695 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
3707 mytm.tm_mday = mday;
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);
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml81 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);

Completed in 102 milliseconds