| /openbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | clmerge.in | 26 %months = ('Jan', 0, 141 $r = $months{substr ($a, 4, 3)} <=> $months{substr ($b, 4, 3)} if !$r;
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | acknowledgements.pl | 105 my $months = _round( $seconds / ONE_MONTH ); 108 if ( $months < 2 ) { 111 return "$months months";
|
| D | cmpVERSION.pl | 98 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";
|
| D | release_schedule.pod | 32 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/ |
| D | msdosfs_conv.c | 105 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/ |
| D | ctime.c | 39 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/ |
| D | 07arith.t | 50 like($@, qr/add_months requires a number of months/); 58 is(int($s->months), 1); 72 is(int($s2->months), 11);
|
| D | 99legacy.t | 19 isnt( $t1->datetime, $timestring, 'LEGACY: parse string months fail' );
|
| D | 02core.t | 157 my @months = $t->mon_list(); 168 $t->mon_list(@months); 172 is_deeply (\@nmmonths, \@months);
|
| /openbsd/src/usr.sbin/makefs/msdos/ |
| D | msdosfs_conv.c | 102 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/ |
| D | chrono | 348 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/ |
| D | locale.cpp | 4998 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/ |
| D | README | 12 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/ |
| D | README | 12 whipping through many months of archives. In hindsight, some important
|
| /openbsd/src/usr.bin/calendar/ |
| D | day.c | 69 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/ |
| D | Piece.xs | 1110 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);
|
| D | Seconds.pm | 133 sub months { subroutine
|
| /openbsd/src/gnu/llvm/lld/COFF/ |
| D | MapFile.cpp | 57 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/ |
| D | isoinfo.c | 300 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/ |
| D | COPYRIGHT | 5 until eighteen months after the release of a subsequent version of nvi,
|
| /openbsd/src/gnu/usr.bin/texinfo/doc/ |
| D | txi-pt.tex | 40 %% New defintion for the output of months.
|
| D | txi-de.tex | 43 %% New defintion for the output of months.
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5124delta.pod | 63 Perl 5.12.4 represents approximately 5 months of development since
|
| D | perl5162delta.pod | 72 Perl 5.16.2 represents approximately 2 months of development since Perl
|
| D | perl5123delta.pod | 70 Perl 5.12.3 represents approximately four months of development since
|