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

1234

/bind-9.6-ESV-R11/doc/misc/
H A Dformat-options.pl31 my $line = $_;
35 if ( $line =~ m!//.*! ) {
37 $line =~ s!//.*!!;
40 while (length($line) >= 79 - length($comment)) {
41 $_ = $line;
46 $line = $indent." ".$2;
48 print $start.$line.$comment."\n";
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dsanity.c63 atf_sanity_inv(const char *file, int line, const char *cond) argument
65 fail("Invariant check failed at %s:%d: %s", file, line, cond);
69 atf_sanity_pre(const char *file, int line, const char *cond) argument
71 fail("Precondition check failed at %s:%d: %s", file, line, cond);
75 atf_sanity_post(const char *file, int line, const char *cond) argument
77 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/bind-9.6-ESV-R11/lib/isc/
H A Derror.c61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
65 (unexpected_callback)(file, line, format, args);
70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
74 (fatal_callback)(file, line, format, args);
80 isc_error_runtimecheck(const char *file, int line, const char *expression) { argument
81 isc_error_fatal(file, line, "RUNTIME_CHECK(%s) %s", expression,
87 default_unexpected_callback(const char *file, int line, const char *format, argument
90 fprintf(stderr, "%s:%d: ", file, line);
97 default_fatal_callback(const char *file, int line, const char *format, argument
100 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);
98 default_callback(const char *file, int line, isc_assertiontype_t type, argument
102 file, line, isc_assertion_typetotext(type), cond,
/bind-9.6-ESV-R11/win32utils/
H A Dtodos.pl37 for my $line (@lines) {
38 $line =~ s/[\r\n]+$/\r\n/;
39 print FH $line;
H A Dupdateopenssl.pl85 my($filename, $substr, $line);
96 foreach $line (@Lines) {
97 $line =~ s/openssl-[0-9]+\.[0-9]+\.[0-9]+[a-z]{0,1}/$substr/gi;
101 foreach $line (@Lines) {
102 print RFILE $line;
/bind-9.6-ESV-R11/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.6-ESV-R11/bin/tests/system/formerr/
H A Dformerr.pl77 while (defined(my $line = <$file>) ) {
78 chomp $line;
79 $line =~ s/#.*$//;
80 $input .= $line;
/bind-9.6-ESV-R11/bin/tests/system/
H A Dpacket.pl81 while (defined(my $line = <$file>) ) {
82 chomp $line;
83 $line =~ s/#.*$//;
84 $input .= $line;
H A Dstart.pl40 # contents of the first non-commented/non-blank line of args
42 # the FIRST non-commented/non-blank line is used (everything
145 while(my $line=<FH>)
147 #$line =~ s/\R//g;
148 chomp $line;
149 next if ($line =~ /^\s*$/); #discard blank lines
150 next if ($line =~ /^\s*#/); #discard comment lines
151 $line =~ s/#.*$//g;
152 $options = $line;
/bind-9.6-ESV-R11/lib/isc/pthreads/
H A Dmutex.c63 int line; member in struct:__anon187
71 int line; /*%< Line mutex was created on. */ member in struct:isc_mutexstats
90 isc_mutex_init_profile(isc_mutex_t *mp, const char *file, int line) { argument
118 mp->stats->line = line;
124 mp->stats->lockers[i].line = 0;
134 isc_mutex_lock_profile(isc_mutex_t *mp, const char *file, int line) { argument
157 locker->line = line;
160 mp->stats->lockers[i].line
177 isc_mutex_unlock_profile(isc_mutex_t *mp, const char *file, int line) argument
259 isc__mutex_init(isc_mutex_t *mp, const char *file, unsigned int line) argument
[all...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Derrno2result.h37 isc___errno2result(int posixerrno, const char *file, unsigned int line);
H A Derrno2result.c37 isc___errno2result(int posixerrno, const char *file, unsigned int line) { argument
111 UNEXPECTED_ERROR(file, line, "unable to convert errno "
/bind-9.6-ESV-R11/lib/isc/win32/
H A Derrno2result.h36 isc__errno2resultx(int posixerrno, const char *file, int line);
H A Derrno2result.c35 isc__errno2resultx(int posixerrno, const char *file, int line) { argument
103 UNEXPECTED_ERROR(file, line, "unable to convert errno "
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcheck-style-man.awk68 warn("Sentence does not start on new line")
H A Dcheck-style-shell.awk94 warn("Avoid using a single-line if conditional");
/bind-9.6-ESV-R11/contrib/zkt/
H A Dsoaserial.c58 static int is_soa_rr (const char *line);
76 ** the first none white space char or to the end of the line
101 /* read until the line matches the beginning of a soa record ... */
119 ** check if line is the beginning of a SOA RR record, thus
123 static int is_soa_rr (const char *line) argument
127 assert ( line != NULL );
129 if ( (p = strfindstr (line, "IN")) && strfindstr (p+2, "SOA") ) /* line contains "IN" and "SOA" */
131 p = line + strlen (line)
[all...]
/bind-9.6-ESV-R11/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));
H A Dfilemapper.c239 char line[1024]; local
246 while (fgets(line, sizeof(line), fp) != NULL) {
247 char *p = line;
256 if (lineno == 1 && strncmp("version=", line, 8) == 0)
272 WARNING(("syntax error in file \"%-.100s\" line %d: "
273 "%-.100s", file, lineno, line));
/bind-9.6-ESV-R11/bin/tests/names/
H A Dt_names.c258 bustline(char *line, char **toks) { argument
263 if (line && *line) {
264 while ((p = strtok(line, "\t")) && (cnt < MAXTOKS)) {
266 line = NULL;
530 int line; local
541 line = 0;
544 ++line;
565 t_info("bad datafile format at line %d\n",
566 line);
650 int line; local
812 int line; local
940 int line; local
1049 int line; local
1154 int line; local
1240 int line; local
1360 int line; local
1498 int line; local
1591 int line; local
1641 int line; local
1776 int line; local
1910 int line; local
2071 int line; local
2265 int line; local
[all...]
/bind-9.6-ESV-R11/contrib/queryperf/utils/
H A Dgen-data-queryperf.py91 line = file.readline() variable
92 while line:
93 domain_line = domain_ns_re.match(line)
98 line = file.readline() variable
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp330 tokenize_result(const std::string& line, std::string& out_state, argument
333 const std::string::size_type pos = line.find_first_of(":(");
335 out_state = line;
338 } else if (line[pos] == ':') {
339 out_state = line.substr(0, pos);
341 out_reason = atf::text::trim(line.substr(pos + 1));
342 } else if (line[pos] == '(') {
343 const std::string::size_type pos2 = line.find("):", pos);
345 throw std::runtime_error("Invalid test case result '" + line +
347 out_state = line
540 parse_test_case_result(const std::string& line) argument
621 stdout_tc(const std::string& line) argument
623 m_os << "tc-so:" << line << "\\n"; local
630 stderr_tc(const std::string& line) argument
632 m_os << "tc-se:" << line << "\\n"; local
680 std::string line, extra_line; local
707 line_callback(const size_t index, const std::string& line) argument
[all...]
/bind-9.6-ESV-R11/lib/tests/include/tests/
H A Dt_api.h95 t_bustline(char *line, char **toks);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils_test.c87 atf_utils_create_file("file.txt", "This is a single line\n");
95 ATF_REQUIRE_STREQ("PREFIXThis is a single line\n", buffer);
101 atf_utils_create_file("file.txt", "First\nSecond line\nAnd third\n");
109 ATF_REQUIRE_STREQ(">First\n>Second line\n>And third\n", buffer);
280 atf_utils_create_file("test.txt", "line1\nthe second line\naaaabbbb\n");
283 ATF_CHECK(atf_utils_grep_file("line%d", "test.txt", 1));
284 ATF_CHECK(atf_utils_grep_file("second line", "test.txt"));
318 const char *l1 = "First line with % formatting % characters %";
319 const char *l2 = "Second line; much longer than the first one";
320 const char *l3 = "Last line, withou
327 char *line; local
[all...]

Completed in 222 milliseconds

1234