Searched refs:lines (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dconvertxsl.pl28 my $lines = '';
41 if ($lines eq "") {
42 $lines .= $_;
44 $lines .= "\n" . $_;
55 print $lines;
/bind-9.6-ESV-R11/win32utils/
H A Dtodos.pl32 my @lines = <FH>;
37 for my $line (@lines) {
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dsanity_test.c98 char *lines[3]; local
112 while (nlines < 3 && (lines[nlines] =
130 ATF_REQUIRE(atf_utils_grep_string("Invariant", lines[0]));
134 ATF_REQUIRE(atf_utils_grep_string("Precondition", lines[0]));
138 ATF_REQUIRE(atf_utils_grep_string("Postcondition", lines[0]));
142 ATF_REQUIRE(atf_utils_grep_string("Invariant", lines[0]));
146 ATF_REQUIRE(atf_utils_grep_string(__FILE__, lines[0]));
147 ATF_REQUIRE(atf_utils_grep_string(PACKAGE_BUGREPORT, lines[2]));
152 free(lines[nlines]);
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcheck-style-shell.awk101 warn("Missing mode lines");
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dui.cpp151 std::vector< std::string > lines = atf::text::split(text, "\n"); local
152 for (std::vector< std::string >::const_iterator iter = lines.begin();
153 iter != lines.end(); iter++) {
156 formatted += format_paragraph(line, tag, iter == lines.begin(),
158 if (iter + 1 != lines.end()) {
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm232 my @lines;
237 push @lines, "level $i: $nmaps maps (size $mapsz) ";
238 push @lines, "[", $nmaps * $mapsz * $elsize, "]" if $elsize;
239 push @lines, "\n";
242 push @lines, "level $i: $ndmaps dmaps";
245 push @lines, " (size ", scalar(@$r), ")";
247 push @lines, "\n";
248 join '', @lines;
/bind-9.6-ESV-R11/bin/tests/system/ixfr/
H A Dtests.sh147 lines=`grep hostmaster.large dig.out | wc -l`
148 test ${lines:-0} -eq 2 || { echo "I:failed"; status=1; }
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen504 my ($lines, $generator, $handle, $lineinfo) = @_;
507 chomp($lines);
508 $lines .= "\n";
510 while ($lines ne '') {
511 $lines =~ s/^([^\n]*)\n//;
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dintegration_test.sh380 "lines"
406 <so> Blank space at beginning of context lines must be preserved.</so>
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf212 // 'inet' lines without a 'port' defaults to 'port 953'
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dtests.sh1287 lines=`grep "reading private key file expiring.example" ns3/named.run | wc -l`
1288 test ${lines:-1000} -lt 15 || ret=1

Completed in 28 milliseconds