Searched refs:output (Results 1 - 25 of 49) sorted by relevance

12

/bind-9.11.3/lib/isc/tests/
H A Dparse_test.c35 isc_uint32_t output; local
41 result = isc_parse_uint32(&output, "1234567890", 10);
43 ATF_CHECK_EQ(1234567890, output);
45 result = isc_parse_uint32(&output, "123456789012345", 10);
48 result = isc_parse_uint32(&output, "12345678901234567890", 10);
/bind-9.11.3/bin/tests/system/pipelined/
H A Dclean.sh11 rm -f raw* output*
H A Dtests.sh17 awk '{ print $1 " " $5 }' < raw > output
18 sort < output > output-sorted
19 diff ref output-sorted || { ret=1 ; echo "I: diff sorted failed"; }
20 diff ref output > /dev/null && { ret=1 ; echo "I: diff out of order failed"; }
31 awk '{ print $1 " " $5 }' < raw.mdig > output.mdig
32 sort < output.mdig > output-sorted.mdig
33 diff ref output-sorted.mdig || { ret=1 ; echo "I: diff sorted failed"; }
34 diff ref output
[all...]
/bind-9.11.3/lib/dns/tests/
H A Dprivate_test.c151 char output[BUFSIZ]; local
154 isc_buffer_init(&buf, output, sizeof(output));
158 ATF_CHECK_STREQ(output, results[i]);
196 char output[BUFSIZ]; local
199 isc_buffer_init(&buf, output, sizeof(output));
203 ATF_CHECK_STREQ(output, results[i]);
/bind-9.11.3/lib/dns/
H A Dspnego_asn1.pl15 # the output of this script, but we need to keep the script around in
19 # Overall plan: run the ASN.1 compiler, run each of its output files
22 # output into something closer to ISC's coding standard, and (2) to
56 # a file called "asn1_files" listing the names of the other output
107 my $output;
150 $output .= $_;
174 $output =~ s<^static [^\n]+\n$_\(.+?^}></* unused function: $_ */\n>ms
177 $output =~ s<^static .+$_\(.*\);$></* unused declaration: $_ */>m
180 $output =~ s<^static struct units ContextFlags_units\[\].+?^};>
183 $output
[all...]
/bind-9.11.3/bin/tests/system/
H A Drunall.sh23 } 2>&1 | tee "systests.output"
36 grep '^R:' systests.output | sort | uniq -c | sed -e 's/^/I: /' -e 's/R://'
37 grep '^R:FAIL' systests.output > /dev/null && status=1
H A Dpacket.pl83 my $output = unpack("H*", $data);
84 print ("sending: $output\n");
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf-report21 outputfile="$id.output"
38 set output "$rate_graph"
57 set output "$latency_graph"
78 <h2>Resperf output</h2>
/bind-9.11.3/bin/tests/system/dnstap/
H A Dbad-fstrm-set-output-notify-threshold.conf10 fstrm-set-output-notify-threshold 0;
H A Dbad-fstrm-set-output-queue-size-max.conf13 fstrm-set-output-queue-size 10000000;
H A Dbad-fstrm-set-output-queue-size-min.conf10 fstrm-set-output-queue-size 1;
H A Dgood-fstrm-set-output-notify-threshold.conf10 fstrm-set-output-notify-threshold 32;
H A Dgood-fstrm-set-output-queue-model-mpsc.conf10 fstrm-set-output-queue-model mpsc;
H A Dgood-fstrm-set-output-queue-model-spsc.conf10 fstrm-set-output-queue-model spsc;
H A Dgood-fstrm-set-output-queue-size.conf10 fstrm-set-output-queue-size 64;
/bind-9.11.3/bin/tests/
H A Dcfg_test.c43 output(void *closure, const char *text, int textlen) { function
149 cfg_print_grammar(type, output, NULL);
151 cfg_print_zonegrammar(zonetype, output, NULL);
164 cfg_print(cfg, output, NULL);
H A Dsig0_test.c67 char output[10 * 1024]; variable
110 isc_buffer_init(&outbuf, output, sizeof(output));
174 isc_buffer_init(&outbuf, output, sizeof(output));
/bind-9.11.3/bin/tests/system/formerr/
H A Dformerr.pl79 my $output = unpack("H*", $data);
80 print ("sending: $output\n");
/bind-9.11.3/unit/atf-src/atf-sh/
H A Dintegration_test.sh29 local output="${1}"; shift
30 echo "#! ${ATF_SH} ${*}" >"${output}"
31 cat >>"${output}"
32 chmod +x "${output}"
/bind-9.11.3/bin/tests/system/dnstap/ns1/
H A Dnamed.conf24 dnstap-output file "dnstap.out";
/bind-9.11.3/bin/tests/system/dnstap/ns2/
H A Dnamed.conf24 dnstap-output file "dnstap.out";
/bind-9.11.3/bin/tests/system/dnstap/ns3/
H A Dnamed.conf24 dnstap-output file "dnstap.out";
/bind-9.11.3/bin/tests/system/dnstap/ns4/
H A Dnamed.conf24 dnstap-output unix "dnstap.out";
/bind-9.11.3/util/
H A Dmdnbuildtest.sh32 echo Patch output is in patch.out. >&2
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh300 # We got the output file
390 # Calculate the filename of the output object if compiler does
555 # Suppress compiler output if we already did a PIC compilation.
858 # We need to know -static, to get the right output filenames.
894 output)
1104 -o) prev=output ;;
1522 outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
1525 case "$output" in
1527 $echo "$modename: you must specify an output file" 1>&2
1568 oldlibs="$output"
[all...]

Completed in 25 milliseconds

12