/bind-9.11.3/lib/dns/ |
H A D | pkcs11.c | 22 dst__pkcs11_toresult(const char *funcname, const char *file, int line, argument 28 file, line, funcname, rv);
|
H A D | openssl_link.c | 108 lock_callback(int mode, int type, const char *file, int line) { argument 110 UNUSED(line); 137 #define FLARG , const char *file, int line 140 #define FLARG_PASS , file, line 415 int line, flags; local 429 err = ERR_get_error_line_data(&file, &line, &data, &flags); 435 "%s:%s:%d:%s", buf, file, line,
|
H A D | dyndb.c | 351 const char *file, unsigned long line, isc_mem_t *mctx, 369 CHECK(implementation->register_func(mctx, name, parameters, file, line, 350 dns_dyndb_load(const char *libname, const char *name, const char *parameters, const char *file, unsigned long line, isc_mem_t *mctx, const dns_dyndbctx_t *dctx) argument
|
/bind-9.11.3/lib/isc/unix/ |
H A D | errno2result.c | 29 const char *file, unsigned int line) 109 UNEXPECTED_ERROR(file, line, "unable to convert errno " 28 isc___errno2result(int posixerrno, isc_boolean_t dolog, const char *file, unsigned int line) argument
|
/bind-9.11.3/lib/isc/win32/ |
H A D | errno2result.c | 27 const char *file, int line) 101 UNEXPECTED_ERROR(file, line, 26 isc__errno2resultx(int posixerrno, isc_boolean_t dolog, const char *file, int line) argument
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | sanity.c | 59 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/lib/isc/ |
H A D | error.c | 53 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 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); 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/lib/isc/tests/ |
H A D | lex_test.c | 56 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/bin/tests/system/dyndb/driver/ |
H A D | driver.c | 56 * @param[in] line The line number from which the parameters were read. 62 const char *file, unsigned long line, 99 name, file, line); 61 dyndb_init(isc_mem_t *mctx, const char *name, const char *parameters, const char *file, unsigned long line, const dns_dyndbctx_t *dctx, void **instp) argument
|
/bind-9.11.3/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 96 line = file.readline() variable 97 while line: 98 domain_line = domain_ns_re.match(line) 103 line = file.readline() variable
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | ui.cpp | 153 const std::string& line = *iter; local 155 formatted += format_paragraph(line, tag, iter == lines.begin(),
|
H A D | atf-run.cpp | 157 std::string line; local 158 while (std::getline(input, line).good()) 159 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.11.3/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.11.3/unit/atf-src/atf-c++/ |
H A D | check_test.cpp | 307 std::string line; local 308 std::getline(f, line); 309 ATF_REQUIRE_EQ(line, std::string("Line 1 to ") + outname + " for " + 311 std::getline(f, line); 312 ATF_REQUIRE_EQ(line, std::string("Line 2 to ") + outname + " for " +
|
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | loc_29.c | 120 unsigned long line = isc_lex_getsourceline(lexer); local 126 "dns_rdata_fromtext", file, line, 205 unsigned long line = isc_lex_getsourceline(lexer); local 212 file, line, DNS_AS_STR(token));
|
/bind-9.11.3/lib/dns/tests/ |
H A D | dbversion_test.c | 38 local_callback(const char *file, int line, isc_assertiontype_t type, argument 41 UNUSED(file); UNUSED(line); UNUSED(type); UNUSED(cond);
|
/bind-9.11.3/lib/isc/pthreads/ |
H A D | mutex.c | 56 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/unit/atf-src/atf-c/ |
H A D | check_test.c | 88 char *line = atf_utils_readline(fd); local 89 ATF_CHECK(line != NULL); 90 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp); 91 free(line);
|
H A D | utils.c | 99 * \param prefix An string to be prepended to every line of the printed 311 char *line = NULL; local 312 while (!found && (line = atf_utils_readline(fd)) != NULL) { 313 found = grep_string(atf_dynstr_cstring(&formatted), line); 314 free(line); 350 /** Reads a line of arbitrary length. 352 * \param fd The descriptor from which to read the line. 354 * \return A pointer to the read line, which must be released with free(), or
|
H A D | utils_test.c | 84 atf_utils_create_file("file.txt", "This is a single line\n"); 92 ATF_REQUIRE_STREQ("PREFIXThis is a single line\n", buffer); 98 atf_utils_create_file("file.txt", "First\nSecond line\nAnd third\n"); 106 ATF_REQUIRE_STREQ(">First\n>Second line\n>And third\n", buffer); 285 atf_utils_create_file("test.txt", "line1\nthe second line\naaaabbbb\n"); 288 ATF_CHECK(atf_utils_grep_file("line%d", "test.txt", 1)); 289 ATF_CHECK(atf_utils_grep_file("second line", "test.txt")); 323 const char *l1 = "First line with % formatting % characters %"; 324 const char *l2 = "Second line; much longer than the first one"; 325 const char *l3 = "Last line, withou 332 char *line; local [all...] |
/bind-9.11.3/bin/tests/master/ |
H A D | t_master.c | 131 int line; local 139 line = 0; 142 ++line; 161 t_info("bad format in %s at line %d\n", 162 filename, line);
|