Searched refs:line (Results 1 - 25 of 103) sorted by relevance

12345

/bind-9.11.3/lib/dns/tests/
H A Dmkraw.pl22 chomp(my $line = <STDIN>);
23 print pack("H*", $line);
/bind-9.11.3/bin/tests/
H A Dfromhex.pl30 while (defined(my $line = <$file>) ) {
31 chomp $line;
32 $line =~ s/#.*$//;
33 $input .= $line;
/bind-9.11.3/doc/misc/
H A Dformat-options.pl22 my $line = $_;
26 if ( $line =~ m!//.*! ) {
28 $line =~ s!//.*!!;
31 while (length($line) >= 79 - length($comment)) {
32 $_ = $line;
37 $line = $indent." ".$2;
39 print $start.$line.$comment."\n";
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dsanity.c59 atf_sanity_inv(const char *file, int line, const char *cond) argument
61 fail("Invariant check failed at %s:%d: %s", file, line, cond);
65 atf_sanity_pre(const char *file, int line, const char *cond) argument
67 fail("Precondition check failed at %s:%d: %s", file, line, cond);
71 atf_sanity_post(const char *file, int line, const char *cond) argument
73 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/bind-9.11.3/util/
H A Dnanny.pl33 $line = <PIPE>;
35 chomp($line);
37 goto restart if ($line eq "");
H A Dspacewhack.pl23 while (defined($line = <STDIN>)) {
24 ($file) = split(/\s+/, $line, 2);
39 $/ = "\n"; # Back to line-at-a-time for <FILES>.
H A Dcheck-changes14 # (remove #! line above if indigestible)
25 line: while (<>) {
/bind-9.11.3/lib/isc/
H A Derror.c53 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
57 (unexpected_callback)(file, line, format, args);
62 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
66 (fatal_callback)(file, line, format, args);
72 isc_error_runtimecheck(const char *file, int line, const char *expression) { argument
73 isc_error_fatal(file, line, "RUNTIME_CHECK(%s) %s", expression,
79 default_unexpected_callback(const char *file, int line, const char *format, argument
82 fprintf(stderr, "%s:%d: ", file, line);
89 default_fatal_callback(const char *file, int line, const char *format, argument
92 fprintf(stderr, "%s:%d: %s: ", file, line,
[all...]
H A Dassertions.c46 isc_assertion_failed(const char *file, int line, isc_assertiontype_t type, argument
49 isc_assertion_failed_cb(file, line, type, cond);
97 default_callback(const char *file, int line, isc_assertiontype_t type, argument
111 file, line, isc_assertion_typetotext(type), cond,
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen91 my ($result, $line);
93 $line = $handle->getline();
94 last if (!defined($line));
96 chomp($line);
97 $line .= "\n";
99 $result = parse_line($testsuite, $parser, $line);
101 die sprintf("%s, at line %d\n",
107 die "unexpected EOF, at line $.\n";
114 my ($testsuite, $parser, $line) = @_;
118 if ($line
[all...]
/bind-9.11.3/bin/tests/system/
H A Dditch.pl53 while (defined(my $line = <$file>) ) {
54 chomp $line;
55 next if ($line =~ m/^ *#/);
56 my @tokens = split (' ', $line);
H A Dpacket.pl73 while (defined(my $line = <$file>) ) {
74 chomp $line;
75 $line =~ s/#.*$//;
76 $input .= $line;
H A Dstart.pl29 # contents of the first non-commented/non-blank line of args
31 # the FIRST non-commented/non-blank line is used (everything
108 while(my $line=<FH>) {
109 chomp $line;
110 $port = $line;
159 while(my $line=<FH>)
161 #$line =~ s/\R//g;
162 chomp $line;
163 next if ($line =~ /^\s*$/); #discard blank lines
164 next if ($line
[all...]
/bind-9.11.3/bin/tests/system/formerr/
H A Dformerr.pl69 while (defined(my $line = <$file>) ) {
70 chomp $line;
71 $line =~ s/#.*$//;
72 $input .= $line;
/bind-9.11.3/lib/dns/
H A Dpkcs11.c22 dst__pkcs11_toresult(const char *funcname, const char *file, int line, argument
28 file, line, funcname, rv);
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.h27 const char *file, unsigned int line);
/bind-9.11.3/lib/isc/win32/
H A Derrno2result.h28 const char *file, int line);
/bind-9.11.3/unit/atf-src/admin/
H A Dcheck-style-man.awk64 warn("Sentence does not start on new line")
H A Dcheck-style-shell.awk90 warn("Avoid using a single-line if conditional");
/bind-9.11.3/lib/isc/pthreads/
H A Dmutex.c56 int line; member in struct:__anon269
64 int line; /*%< Line mutex was created on. */ member in struct:isc_mutexstats
83 isc_mutex_init_profile(isc_mutex_t *mp, const char *file, int line) { argument
111 mp->stats->line = line;
117 mp->stats->lockers[i].line = 0;
127 isc_mutex_lock_profile(isc_mutex_t *mp, const char *file, int line) { argument
150 locker->line = line;
153 mp->stats->lockers[i].line
170 isc_mutex_unlock_profile(isc_mutex_t *mp, const char *file, int line) argument
275 isc__mutex_init(isc_mutex_t *mp, const char *file, unsigned int line) argument
[all...]
/bind-9.11.3/lib/isc/tests/
H A Dlex_test.c56 atf_tc_set_md_var(tc, "descr", "check setting of source line");
65 unsigned long line; local
89 line = isc_lex_getsourceline(lex);
90 ATF_REQUIRE_EQ(line, 100U + i);
96 line = isc_lex_getsourceline(lex);
97 ATF_REQUIRE_EQ(line, 105U);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c153 char line[256]; local
157 while (fgets(line, sizeof(line), fp) != NULL) {
158 char *p = line;
169 if (lineno == 1 && strncmp("version=", line, 8) == 0)
173 WARNING(("syntax error in file \"%-.100s\" line %d: "
174 "%-.100s", file, lineno, line));
/bind-9.11.3/bin/tests/names/
H A Dt_names.c250 bustline(char *line, char **toks) { argument
255 if (line && *line) {
256 while ((p = strtok(line, "\t")) && (cnt < MAXTOKS)) {
258 line = NULL;
522 int line; local
533 line = 0;
536 ++line;
557 t_info("bad datafile format at line %d\n",
558 line);
642 int line; local
804 int line; local
931 int line; local
1040 int line; local
1145 int line; local
1231 int line; local
1351 int line; local
1489 int line; local
1582 int line; local
1632 int line; local
1767 int line; local
1899 int line; local
2060 int line; local
2253 int line; local
[all...]
/bind-9.11.3/win32utils/
H A DConfigure2782 my $line;
2789 foreach $line (@Lines) {
2790 chomp $line;
2791 if ($line =~ /^@([^@]+)\@$/) {
2793 $line = "#define $1 $configdefh{$1}";
2795 $line = "/* #undef $1 */";
2804 foreach $line (@Lines) {
2805 print F $line . "\n";
2813 my $line;
2820 foreach $line (
[all...]
/bind-9.11.3/contrib/queryperf/utils/
H A Dgen-data-queryperf.py96 line = file.readline() variable
97 while line:
98 domain_line = domain_ns_re.match(line)
103 line = file.readline() variable

Completed in 39 milliseconds

12345