Home
last modified time | relevance | path

Searched refs:months (Results 1 – 25 of 115) sorted by relevance

12345

/openbsd/src/gnu/usr.bin/cvs/contrib/
Dclmerge.in26 %months = ('Jan', 0,
141 $r = $months{substr ($a, 4, 3)} <=> $months{substr ($b, 4, 3)} if !$r;
/openbsd/src/gnu/usr.bin/perl/Porting/
Dacknowledgements.pl105 my $months = _round( $seconds / ONE_MONTH );
108 if ( $months < 2 ) {
111 return "$months months";
DcmpVERSION.pl98 my $months = sprintf "%.2f", ($commit_epoch - $tag_epoch) / (30 * 24 * 60 * 60);
101 . "We normally release a new version every month, and this one is $months months\n"
112 print "1..0 # SKIP: Tag '$tag_to_compare' is $months months old. Update your tags!\n";
Drelease_schedule.pod32 four months of releases of bleadperl. If there are fewer than
33 four months listed as you make a release, it's important
/openbsd/src/sys/msdosfs/
Dmsdosfs_conv.c105 const u_short *months; in unix2dostime() local
142 months = year & 0x03 ? regyear : leapyear; in unix2dostime()
144 if (days < months[month]) in unix2dostime()
146 days -= months[month]; in unix2dostime()
190 const u_short *months; in dos2unixtime() local
214 months = year & 0x03 ? regyear : leapyear; in dos2unixtime()
226 days += months[m]; in dos2unixtime()
/openbsd/src/sys/lib/libsa/
Dctime.c39 static const char months[][4] = { in ctime() local
71 ((month < 0 || month >= 12)? "???": months[month]), in ctime()
/openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/t/
D07arith.t50 like($@, qr/add_months requires a number of months/);
58 is(int($s->months), 1);
72 is(int($s2->months), 11);
D99legacy.t19 isnt( $t1->datetime, $timestring, 'LEGACY: parse string months fail' );
D02core.t157 my @months = $t->mon_list();
168 $t->mon_list(@months);
172 is_deeply (\@nmmonths, \@months);
/openbsd/src/usr.sbin/makefs/msdos/
Dmsdosfs_conv.c102 const u_short *months; in unix2dostime() local
140 months = year & 0x03 ? regyear : leapyear; in unix2dostime()
142 if (days < months[month]) in unix2dostime()
144 days -= months[month]; in unix2dostime()
/openbsd/src/gnu/llvm/libcxx/include/
Dchrono348 constexpr month operator+(const month& x, const months& y) noexcept;
349 constexpr month operator+(const months& x, const month& y) noexcept;
350 constexpr month operator-(const month& x, const months& y) noexcept;
351 constexpr months operator-(const month& x, const month& y) noexcept;
449 constexpr year_month operator+(const year_month& ym, const months& dm) noexcept;
450 constexpr year_month operator+(const months& dm, const year_month& ym) noexcept;
451 constexpr year_month operator-(const year_month& ym, const months& dm) noexcept;
452 constexpr months operator-(const year_month& x, const year_month& y) noexcept;
467 constexpr year_month_day operator+(const year_month_day& ymd, const months& dm) noexcept;
468 constexpr year_month_day operator+(const months& dm, const year_month_day& ymd) noexcept;
[all …]
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp4998 static string months[24]; in init_months() local
4999 months[0] = "January"; in init_months()
5000 months[1] = "February"; in init_months()
5001 months[2] = "March"; in init_months()
5002 months[3] = "April"; in init_months()
5003 months[4] = "May"; in init_months()
5004 months[5] = "June"; in init_months()
5005 months[6] = "July"; in init_months()
5006 months[7] = "August"; in init_months()
5007 months[8] = "September"; in init_months()
[all …]
/openbsd/src/gnu/
DREADME12 in advance if you want to work on it (the FSF takes a few months to
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
DREADME12 whipping through many months of archives. In hindsight, some important
/openbsd/src/usr.bin/calendar/
Dday.c69 static char *months[] = { variable
590 for (p = months; *p; ++p) in getmonth()
592 return ((p - months) + 1); in getmonth()
/openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/
DPiece.xs1110 AV* months = newAV(); variable
1136 av_push(months, (SV *) newSVpvn(buf, len));
1144 tmp = hv_store(locales, "month", 5, newRV_noinc((SV *) months), 0);
1145 tmp = hv_store(locales, "alt_month", 9, newRV((SV *) months), 0);
DSeconds.pm133 sub months { subroutine
/openbsd/src/gnu/llvm/lld/COFF/
DMapFile.cpp57 constexpr const char *const months[12] = {"Jan", "Feb", "Mar", "Apr", in writeFormattedTimestamp() local
62 months[time->tm_mon], time->tm_mday, time->tm_hour, time->tm_min, in writeFormattedTimestamp()
/openbsd/src/gnu/usr.sbin/mkhybrid/src/diag/
Disoinfo.c300 char * months[12] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", variable
356 memcpy(outline+42, months[date_buf[1]-1], 3); in dump_stat()
/openbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/
DCOPYRIGHT5 until eighteen months after the release of a subsequent version of nvi,
/openbsd/src/gnu/usr.bin/texinfo/doc/
Dtxi-pt.tex40 %% New defintion for the output of months.
Dtxi-de.tex43 %% New defintion for the output of months.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5124delta.pod63 Perl 5.12.4 represents approximately 5 months of development since
Dperl5162delta.pod72 Perl 5.16.2 represents approximately 2 months of development since Perl
Dperl5123delta.pod70 Perl 5.12.3 represents approximately four months of development since

12345