Searched refs:date (Results 1 - 18 of 18) sorted by relevance

/bind-9.11.3/util/
H A Drecent_changes.sh14 thisyear=`date +%Y`
H A Dcommit-arm.sh9 ps=`git log -1 --date=raw --pretty=format:%ad -- doc/arm/Bv9ARM.pdf | awk '{print $1;}'`
12 ts=`git log -1 --date=raw --pretty=format:%ad -- $f | awk '{print $1;}'`
H A Dupdate_branches37 # Make sure we have a up to date copy. If the previous ran failed for
84 my $date;
94 ($tag, $date, $time, $tz, $who, $mod, $branch) = split;
99 $dates{$branch} = "$date $time $tz";
/bind-9.11.3/bin/tests/
H A Db8t.mk24 @echo "CLOBBBER `date`"
27 @echo "DONE `date`"
30 @echo "POPULATE `date`"
32 @echo "DONE `date`"
35 @echo "TARSRC `date`"
39 @echo "DONE `date`"
42 @echo "CONFIG `date`"
44 @echo "DONE `date`"
47 @echo "BUILD `date`"
49 @echo "DONE `date`"
[all...]
H A Db9t.mk29 @echo "CLOBBBER `date`"
32 @echo "DONE `date`"
35 @echo "POPULATE `date`"
37 @echo "DONE `date`"
40 @echo "CONFIG `date`"
42 @echo "DONE `date`"
45 @echo "BUILD `date`"
47 @echo "DONE `date`"
50 @echo "TEST `date`"
52 @echo "DONE `date`"
[all...]
H A Dt_api.pl183 $date = `date`;
184 chop $date;
186 printf("S:$cmd:$date\n");
209 $date = `date`;
210 chop $date;
211 printf("E:$cmd:$date\n");
/bind-9.11.3/contrib/scripts/
H A Ddnssec-keyset.sh35 -i <date> Inception date of the set of keys, in 'mm/dd/yyyy' format.
36 The first two keys will be published by this date, and the
43 `basename $0` [-a <alg>] [-b <bits>] [-k] [-3] [-i <date>]
54 INCEP=`date +%m/%d/%Y`
125 # Today's date in dnssec-keygen format (YYYYMMDD)
126 TODAY=`date +%Y%m%d`
146 # The epoch is in days relative to the inception date of the key set
148 # Activation date in days is the same as the epoch
150 # Publication date i
[all...]
H A Dnamed-bootconf.sh41 WORKDIR=/tmp/`date +%s`.$$
/bind-9.11.3/doc/misc/
H A Ddocbook-zoneopt.pl25 $year = `git log --max-count=1 --date=format:%Y --format='%cd' -- $FILE` or $year = $t->year;
H A Ddocbook-options.pl27 $DATE = `git log --max-count=1 --date=short --format='%cd' $FILE` or die "unable to determine last modification date of '$FILE'; specify on command line\nexiting";
49 <date>$DATE</date>
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf-report17 id=`date '+%Y%m%d-%H%M'`
/bind-9.11.3/bin/tests/system/rrl/
H A Dtests.sh48 START=`date`
50 NOW=`date`
/bind-9.11.3/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf99 serial-update-method date;
/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh47 date "+I:${TS}$*"
174 test -n "$1" && date "+I:${TS}checking $1"
538 date "+I:${TS}checking performance $1"
/bind-9.11.3/bin/tests/system/verify/zones/
H A Dgenzones.sh110 now=`date -u +%Y%m%d%H%M%S`
120 now=`date -u +%Y%m%d%H%M%S`
/bind-9.11.3/unit/atf-src/bootstrap/
H A Dtestsuite1391 at_start_date=`date`
1392 at_start_time=`date +%s 2>/dev/null`
1810 at_stop_date=`date`
1811 at_stop_time=`date +%s 2>/dev/null`
/bind-9.11.3/bin/tests/system/dnssec/ns3/
H A Dsign.sh472 now=`date -u +%Y%m%d%H%M%S`
/bind-9.11.3/bin/tests/system/dnssec/
H A Dtests.sh1548 echo "I:checking dnssec-signzone -N date ($n)"
1552 $SIGNER -O full -f signer.out.9 -S -N date -o example example2.db > /dev/null 2>&1
1941 year=`date +%Y`
2070 ts_with_zone="$ts `date +%z`"

Completed in 62 milliseconds