/bind-9.11.3/lib/isc/tests/ |
H A D | parse_test.c | 35 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 D | clean.sh | 11 rm -f raw* output*
|
H A D | tests.sh | 17 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 D | private_test.c | 151 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 D | spnego_asn1.pl | 15 # 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 D | runall.sh | 23 } 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 D | packet.pl | 83 my $output = unpack("H*", $data); 84 print ("sending: $output\n");
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | resperf-report | 21 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 D | bad-fstrm-set-output-notify-threshold.conf | 10 fstrm-set-output-notify-threshold 0;
|
H A D | bad-fstrm-set-output-queue-size-max.conf | 13 fstrm-set-output-queue-size 10000000;
|
H A D | bad-fstrm-set-output-queue-size-min.conf | 10 fstrm-set-output-queue-size 1;
|
H A D | good-fstrm-set-output-notify-threshold.conf | 10 fstrm-set-output-notify-threshold 32;
|
H A D | good-fstrm-set-output-queue-model-mpsc.conf | 10 fstrm-set-output-queue-model mpsc;
|
H A D | good-fstrm-set-output-queue-model-spsc.conf | 10 fstrm-set-output-queue-model spsc;
|
H A D | good-fstrm-set-output-queue-size.conf | 10 fstrm-set-output-queue-size 64;
|
/bind-9.11.3/bin/tests/ |
H A D | cfg_test.c | 43 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 D | sig0_test.c | 67 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 D | formerr.pl | 79 my $output = unpack("H*", $data); 80 print ("sending: $output\n");
|
/bind-9.11.3/unit/atf-src/atf-sh/ |
H A D | integration_test.sh | 29 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 D | named.conf | 24 dnstap-output file "dnstap.out";
|
/bind-9.11.3/bin/tests/system/dnstap/ns2/ |
H A D | named.conf | 24 dnstap-output file "dnstap.out";
|
/bind-9.11.3/bin/tests/system/dnstap/ns3/ |
H A D | named.conf | 24 dnstap-output file "dnstap.out";
|
/bind-9.11.3/bin/tests/system/dnstap/ns4/ |
H A D | named.conf | 24 dnstap-output unix "dnstap.out";
|
/bind-9.11.3/util/ |
H A D | mdnbuildtest.sh | 32 echo Patch output is in patch.out. >&2
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | ltmain.sh | 300 # 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...] |