Searched refs:cfile (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tests/system/smartsign/
H A Dtests.sh18 cfile=child.db
61 czoneout=`$SIGNER -Sg -e now+1d -X now+2d -r $RANDFILE -o $czone $cfile 2>&1`
97 czoneout=`$SIGNER -Sxg -e now+1d -X now+2d -r $RANDFILE -o $czone -f ${cfile}2.signed $cfile 2>&1`
135 grep "key id = $ckactive\$" $cfile.signed > /dev/null || {
139 grep "key id = $ckpublished\$" $cfile.signed > /dev/null || {
143 grep "key id = $ckrevoked\$" $cfile.signed > /dev/null || {
147 grep "key id = $czactive\$" $cfile.signed > /dev/null || {
151 grep "key id = $czpublished\$" $cfile.signed > /dev/null || {
155 grep "key id = $czinactive\$" $cfile
[all...]
/bind-9.11.3/bin/tests/system/metadata/
H A Dtests.sh15 czone=child.parent.nil cfile=child.db
34 $SIGNER -Sg -o $czone $cfile > /dev/null 2>&1
44 }' < ${cfile}.signed > sigs
52 }' < ${cfile}.signed > keys
119 $SIGNER -Sg -o $czone -f ${cfile}.new ${cfile}.signed > /dev/null 2>&1
/bind-9.11.3/bin/tests/
H A Dt_api.pl67 local($cfile) = @_;
70 if ((-f $cfile) && (-s _)) {
71 open(XXX, "< $cfile");
/bind-9.11.3/unit/atf-src/admin/
H A Dcompile265 cfile=
288 cfile=$1
301 if test -z "$ofile" || test -z "$cfile"; then
311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`

Completed in 17 milliseconds