Searched refs:outputfile (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf-report21 outputfile="$id.output"
27 $resperf -P "$plotfile" "$@" >"$outputfile" 2>&1 ||
29 cat $outputfile >&2;
81 cat "$outputfile"
/bind-9.11.3/util/
H A Dmksymtbl.pl24 my ($binname, $need_uscorefix, $outputfile, $nsyms, $ostype, $nm_prog);
30 $outputfile = $options{'o'};
32 $outputfile = "symtbl.c";
49 open(TBLFILE, ">$outputfile") || die "failed to open output file: $outputfile";

Completed in 767 milliseconds