Home
last modified time | relevance | path

Searched refs:mday (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/usr.bin/at/
H A Dparsetime.c483 tm->tm_mday = mday; in assign_date()
504 int mday, wday, mon; in month() local
531 mday = atoi(sc_token); in month()
536 assign_date(tm, mday, mon, year); in month()
545 mday = tm->tm_mday; in month()
551 mday += (wday - tm->tm_wday); in month()
572 mday = atoi(sc_token); in month()
584 int x = mday; in month()
585 mday = mon; in month()
596 mday = mon % 100; in month()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/t/
H A D07arith.t10 is($t->mday, 29);
15 is($t2->mday, 29);
20 is($t3->mday, 29);
26 is($t4->mday, 1);
32 is($t6->mday, 1);
37 is($t7->mday, 1);
42 is($t8->mday, 1);
47 is($t9->mday, 1);
H A D02core_dst.t29 is($t->mday, 9);
H A D02core.t17 is($t->mday, 29);
/openbsd/gnu/usr.bin/perl/cpan/Time-Local/t/
H A DLocal.t105 my ( $year, $mon, $mday, $hour, $min, $sec ) = @{$vals};
115 ->( $sec, $min, $hour, $mday, $mon, $y );
131 day => $mday,
135 "$sub( $sec, $min, $hour, $mday, $mon, $y )"
143 ->( $sec, $min, $hour, $mday, $mon, $y );
159 day => $mday,
163 "$sub( $sec, $min, $hour, $mday, $mon, $y )"
455 my ( $year, $mon, $mday, $hour, $min, $sec )
462 ->( $sec, $min, $hour, $mday, $mon, $year );
/openbsd/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/
H A DLocal.pm126 my ( $sec, $min, $hour, $mday, $month, $year ) = @_;
151 Carp::croak("Day '$mday' out of range 1..$md")
152 if $mday > $md or $mday < 1;
161 my $days = _daygm( undef, undef, undef, $mday, $month, $year );
168 .= "Cannot handle date ($sec, $min, $hour, $mday, $month, $year)";
/openbsd/gnu/usr.bin/perl/t/op/
H A Dtime.t35 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($beg);
40 ok $mday, ' month day';
59 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($beg);
61 ($sec,$min,$hour2,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($beg);
66 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime($beg);
70 ok $mday, ' month day';
/openbsd/gnu/usr.bin/cvs/contrib/
H A Dlog.in108 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime;
135 $logfh->print ("Date:\t$days[$wday] $mos[$mon] $mday, $year @ $hour:" . sprintf("%02d", $min) . "\n…
140 …$mailfh->print ("Date:\t$days[$wday] $mos[$mon] $mday, $year @ $hour:" . sprintf("%02d", $min) . "…
H A Dlog_accum.in175 local($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
181 $year%100, $mon+1, $mday,
211 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst, $zone, $gmtoff) =
225 $DoW[$wday], $mday, $MoY[$mon], $year,
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dupdate_release_date.pl16 my ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) =
21 my $human_ts = sprintf( "%04d-%02d-%02d", $year, $mon, $mday );
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.xs161 int month, mday, year, jday; in my_mini_mktime() local
166 mday = ptm->tm_mday; in my_mini_mktime()
168 if (ptm->tm_yday >= 0 && mday <= 0 && month <= 0) { in my_mini_mktime()
170 mday = 0; in my_mini_mktime()
182 yearday += month*MONTH_TO_DAYS + mday + jday; in my_mini_mktime()
1059 _mini_mktime(int sec, int min, int hour, int mday, int mon, int year)
1070 mytm.tm_mday = mday;
H A DPiece.pm194 sub mday { subroutine
199 *day_of_month = \&mday;
394 my $jd = $time->_jd( $time->year, $time->mon, $time->mday,
740 $time->mday, $final_month, $time->year - 1900 + $num_years);
/openbsd/gnu/usr.bin/perl/lib/Time/
H A Dgmtime.t8 @methods = qw(sec min hour mday mon year wday yday isdst);
H A Dlocaltime.t8 @methods = qw(sec min hour mday mon year wday yday isdst);
/openbsd/etc/
H A Dcrontab9 #minute hour mday month wday [flags] command
/openbsd/gnu/usr.bin/perl/
H A Dlocale.c7241 int mday = 1; in S_emulate_langinfo() local
7327 case ABDAY_7: mday++; in S_emulate_langinfo()
7347 case DAY_7: mday++; in S_emulate_langinfo()
7348 case DAY_6: mday++; in S_emulate_langinfo()
7349 case DAY_5: mday++; in S_emulate_langinfo()
7350 case DAY_4: mday++; in S_emulate_langinfo()
7351 case DAY_3: mday++; in S_emulate_langinfo()
7352 case DAY_2: mday++; in S_emulate_langinfo()
7619 int * vars[] = {&year, &min, &sec, &mday, &hour, &mon, &mday }; in S_emulate_langinfo()
7641 mday = 1; in S_emulate_langinfo()
[all …]
/openbsd/sys/dev/pci/
H A Dmbg.c60 u_int8_t mday; member
327 ymdhms.dt_day = tframe.mday; in mbg_task()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DUnzip.pm809 my $mday = ( ( $dt >> 16 ) & 0x1f );
816 my $time_t = Time::Local::timelocal( $sec, $min, $hour, $mday, $mon, $year);
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs3495 asctime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = -1)
3499 int mday
3515 mytm.tm_mday = mday;
3572 strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, yday = -1, isdst = -1) in difftime()
3577 int mday in difftime()
3585 SV *sv = sv_strftime_ints(fmt, sec, min, hour, mday, mon, year, in difftime()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DZip.pm892 my ( $sec, $min, $hour, $mday, $mon, $year ) = localtime($time_t);
897 $dt += ( $mday << 16 );
/openbsd/gnu/usr.bin/cvs/src/
H A Dlog.c1492 int year, mon, mday, hour, min, sec; local
1511 (void) sscanf (ver->date, SDATEFORM, &year, &mon, &mday, &hour, &min,
1515 sprintf (buf, "%04d/%02d/%02d %02d:%02d:%02d", year, mon, mday,
/openbsd/usr.sbin/adduser/
H A Dadduser.perl1102 local($sec, $min, $hour, $mday, $mon, $year) = localtime;
1111 &append_file($logfile, "$year/$mon/$mday $hour:$min:$sec $string");
/openbsd/sys/dev/usb/
H A Dumbg.c71 u_int8_t mday; member
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/
H A DTiny.pm994 my ($sec, $min, $hour, $mday, $mon, $year, $wday) = gmtime($_[1]);
997 $mday, substr($MoY,$mon*4,3), $year+1900,
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFTP.pm1299 my($sec,$min,$hour,$mday,$mon,$year) = localtime($mtime);
1318 $mday,

12