Searched refs:year (Results 1 - 11 of 11) sorted by relevance
/bind-9.11.3/doc/misc/ |
H A D | docbook-zoneopt.pl | 24 my $year; 25 $year = `git log --max-count=1 --date=format:%Y --format='%cd' -- $FILE` or $year = $t->year; 26 chomp $year; 32 - Copyright (C) 2004-$year Internet Systems Consortium, Inc. ("ISC")
|
H A D | docbook-grammars.pl | 27 my $year = $t->year; 31 - Copyright (C) 2004-$year Internet Systems Consortium, Inc. ("ISC")
|
H A D | docbook-options.pl | 34 my $year = $t->year; 38 - Copyright (C) 2004-$year Internet Systems Consortium, Inc. ("ISC") 71 for (my $y = 2004; $y <= $year; $y++) { 72 print " <year>$y</year>\n";
|
/bind-9.11.3/lib/dns/ |
H A D | time.c | 106 * is defined, but even the current code is good until the year 126 int year, month, day, hour, minute, second; local 148 &year, &month, &day, &hour, &minute, &second) != 6) 151 RANGE(0, 9999, year); 154 ((month == 2 && is_leap(year)) ? 1 : 0), day); 174 if (is_leap(year) && month > 2) 176 if (year < 1970) { 177 for (i = 1969; i >= year; i--) { 182 for (i = 1970; i < year; i++) {
|
H A D | gen.c | 514 char year[11]; local 620 n = snprintf(year, sizeof(year), "-%d", 622 INSIST(n > 0 && (unsigned)n < sizeof(year)); 624 snprintf(year, sizeof(year), "-2016"); 627 snprintf(year, sizeof(year), "-2016"); 631 fprintf(stdout, copyright, year);
|
/bind-9.11.3/util/ |
H A D | update_copyrights | 79 $result = "$result <year>$_</year>\n" foreach (@_); 432 foreach $year (@years) { 433 if ($year >= 2002) { next; } 434 if ($last_year != 0 && $year == $last_year + 1) { 435 if ($year > $anchor_year + 1) { 436 substr($years, $anchor_end) = "-$year"; 438 $years .= ", $year"; 441 $years .= $last_year == 0 ? "$year" : ", $year"; [all...] |
H A D | merge_copyrights | 26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime(time()); 28 $year += 1900; 142 } elsif ($m_year != $year) { 143 print "$_: must set copyright year(s) manually\n"; 146 $file_years{$_} = "$year"; 150 print "$_: must set copyright year(s) manually\n"; 164 if ($fyear == $year) { 169 $file_years{$_} .= ",$year"; 196 print "Unknown file type or year: $file\n";
|
/bind-9.11.3/bin/tests/system/keymgr/ |
H A D | policy.sample | 31 roll-period KSK 1 year;
|
/bind-9.11.3/lib/dns/tests/ |
H A D | update_test.c | 29 static void set_mystdtime(int year, int month, int day) { argument 33 tm.tm_year = year - 1900;
|
/bind-9.11.3/lib/isc/include/pkcs11/ |
H A D | pkcs11t.h | 574 CK_CHAR year[4]; /* the year ("1900" - "9999") */ member in struct:CK_DATE
|
/bind-9.11.3/bin/tests/system/dnssec/ |
H A D | tests.sh | 1941 year=`date +%Y` 1942 future="`expr 20 + ${year}`0101010000"
|
Completed in 120 milliseconds