/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | errno2result.c | 37 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 D | errno2result.c | 35 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/atf-c/detail/ |
H A D | sanity.c | 63 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 D | assertions.c | 46 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,
|
H A D | error.c | 61 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...] |
/bind-9.6-ESV-R11/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 91 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-c++/detail/ |
H A D | ui.cpp | 154 const std::string& line = *iter; local 156 formatted += format_paragraph(line, tag, iter == lines.begin(),
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | aliaslist.c | 133 char line[200], alias[200], real[200]; local 142 for (line_no = 1; fgets(line, sizeof(line), fp) != NULL; line_no++) { 143 unsigned char *p = (unsigned char *)line; 155 "invalid contents at line %d\n",
|
H A D | filechecker.c | 153 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 D | filemapper.c | 239 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/contrib/zkt/ |
H A D | soaserial.c | 58 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/lib/isc/pthreads/ |
H A D | mutex.c | 63 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/unit/atf-src/atf-c++/ |
H A D | check_test.cpp | 312 std::string line; local 313 std::getline(f, line); 314 ATF_REQUIRE_EQ(line, std::string("Line 1 to ") + outname + " for " + 316 std::getline(f, line); 317 ATF_REQUIRE_EQ(line, std::string("Line 2 to ") + outname + " for " +
|
/bind-9.6-ESV-R11/bin/tests/master/ |
H A D | t_master.c | 139 int line; local 147 line = 0; 150 ++line; 169 t_info("bad format in %s at line %d\n", 170 filename, line);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | openssl_link.c | 116 lock_callback(int mode, int type, const char *file, int line) { argument 118 UNUSED(line); 366 int line, flags; local 375 err = ERR_get_error_line_data(&file, &line, &data, &flags); 381 "%s:%s:%d:%s", buf, file, line,
|
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | loc_29.c | 129 unsigned long line = isc_lex_getsourceline(lexer); local 135 "dns_rdata_fromtext", file, line, 214 unsigned long line = isc_lex_getsourceline(lexer); local 221 file, line, DNS_AS_STR(token));
|
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | dbversion_test.c | 47 callback(const char *file, int line, isc_assertiontype_t type, argument 50 UNUSED(file); UNUSED(line); UNUSED(type); UNUSED(cond);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | check_test.c | 93 char *line = atf_utils_readline(fd); local 94 ATF_CHECK(line != NULL); 95 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp); 96 free(line);
|
H A D | utils.c | 75 * \param prefix An string to be prepended to every line of the printed 278 char *line = NULL; local 279 while (!found && (line = atf_utils_readline(fd)) != NULL) { 280 found = grep_string(atf_dynstr_cstring(&formatted), line); 281 free(line); 317 /** Reads a line of arbitrary length. 319 * \param fd The descriptor from which to read the line. 321 * \return A pointer to the read line, which must be released with free(), or
|
H A D | utils_test.c | 87 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...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | reader.cpp | 186 const std::string& line ATF_DEFS_ATTRIBUTE_UNUSED) 192 const std::string& line ATF_DEFS_ATTRIBUTE_UNUSED) 225 (void)p.expect(nl_type, "new line"); 255 t = p.expect(nl_type, "new line"); 287 "new line or comma_type"); 323 t = p.expect(nl_type, "new line"); 326 "end of test case or test case's stdout/stderr line"); 333 std::string line = p.rest_of_line(); local 336 ATF_PARSER_CALLBACK(p, got_tc_stdout_line(line)); 339 ATF_PARSER_CALLBACK(p, got_tc_stderr_line(line)); [all...] |
H A D | reader_test.cpp | 90 got_tc_stdout_line(const std::string& line) argument 92 m_calls.push_back("got_tc_stdout_line(" + line + ")"); 96 got_tc_stderr_line(const std::string& line) argument 98 m_calls.push_back("got_tc_stderr_line(" + line + ")"); 191 "tc-so:first stdout line for 1st test\n" 192 "tc-se:first stderr line for 1st test\n" 193 "tc-so:second stdout line for 1st test\n" 194 "tc-se:second stderr line for 1st test\n" 197 "tc-so:first stdout line for 2nd test\n" 198 "tc-se:first stderr line fo [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atf-run.cpp | 153 std::string line; local 154 while (std::getline(input, line).good()) 155 w.stderr_tc(line);
|
H A D | io_test.cpp | 325 void line_callback(const size_t index, const std::string& line) argument 332 //std::cout << "line_callback(" << index << ", " << line << ")\n"; 335 case 0: lines0.push_back(line); break; 336 case 1: lines1.push_back(line); break;
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | main.c | 133 assertion_failed(const char *file, int line, isc_assertiontype_t type, 137 assertion_failed(const char *file, int line, isc_assertiontype_t type, argument 153 "%s:%d: %s(%s) failed", file, line, 160 file, line, isc_assertion_typetotext(type), cond); 170 library_fatal_error(const char *file, int line, const char *format, 175 library_fatal_error(const char *file, int line, const char *format, argument 191 "%s:%d: fatal error:", file, line); 199 fprintf(stderr, "%s:%d: fatal error: ", file, line); 211 library_unexpected_error(const char *file, int line, const char *format, 215 library_unexpected_error(const char *file, int line, cons argument [all...] |