/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | filechecker.c | 155 int lineno = 0; local 161 lineno++; 169 if (lineno == 1 && strncmp("version=", line, 8) == 0) 174 "%-.100s", file, lineno, line));
|
H A D | filemapper.c | 242 int lineno = 0; local 249 lineno++; 256 if (lineno == 1 && strncmp("version=", line, 8) == 0) 273 "%-.100s", file, lineno, line));
|
H A D | resconf.c | 129 int lineno); 131 int lineno); 133 int lineno); 1066 int lineno = 0; local 1082 lineno++; 1088 "line %d\n", line, lineno)); 1094 ERROR(("libidnkit: syntax error, line %d\n", lineno)); 1099 ERROR(("libidnkit: syntax error, line %d\n", lineno)); 1106 "line %d\n", argv[0], lineno)); 1110 r = parse_idn_encoding(ctx, argv[1], lineno); 1156 parse_idn_encoding(idn_resconf_t ctx, char *args, int lineno) argument 1181 parse_local_map(idn_resconf_t ctx, char *args, int lineno) argument 1220 parse_nameprep(idn_resconf_t ctx, char *args, int lineno) argument [all...] |
/bind-9.11.3/lib/dns/tests/ |
H A D | rdata_test.c | 37 int lineno; /* source line defining this RDATA */ member in struct:text_ok 48 int lineno; /* source line defining this RDATA */ member in struct:wire_ok 85 check_struct_conversions(dns_rdata_t *rdata, size_t structsize, int lineno) { argument 113 lineno, dns_test_tohex(rdata->data, rdata->length, 122 lineno, dns_test_tohex(rdata->data, rdata->length, local 128 lineno, dns_test_tohex(rdata->data, rdata->length, 163 text_ok->lineno, text_ok->text_in); 168 text_ok->lineno, text_ok->text_in); 186 text_ok->lineno, text_ok->text_in); 190 text_ok->lineno, text_o [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testsuite.c | 88 const char *file, int lineno); 324 const char *file, int lineno) { 330 put_failure_message(ctx, msg, file, lineno); 335 const char *file, int lineno) { 347 put_failure_message(ctx, msg, file, lineno); 353 const char *file, int lineno) { 377 put_failure_message(ctx, msg, file, lineno); 386 const void *expected, const char *file, int lineno) { 403 put_failure_message(ctx, msg, file, lineno); 409 const char *file, int lineno) { 323 idn_testsuite_assert(idn_testsuite_t ctx, const char *msg, const char *file, int lineno) argument 334 idn_testsuite_assertint(idn_testsuite_t ctx, int gotten, int expected, const char *file, int lineno) argument 351 idn_testsuite_assertstring(idn_testsuite_t ctx, const char *gotten, const char *expected, const char *file, int lineno) argument 385 idn_testsuite_assertptr(idn_testsuite_t ctx, const void *gotten, const void *expected, const char *file, int lineno) argument 407 idn_testsuite_assertptrne(idn_testsuite_t ctx, const void *gotten, const void *unexpected, const char *file, int lineno) argument 430 idn_testsuite_assertresult(idn_testsuite_t ctx, idn_result_t gotten, idn_result_t expected, const char *file, int lineno) argument 449 idn_testsuite_assertucs4string(idn_testsuite_t ctx, const unsigned long *gotten, const unsigned long *expected, const char *file, int lineno) argument 554 put_failure_message(idn_testsuite_t ctx, const char *msg, const char *file, int lineno) argument [all...] |
/bind-9.11.3/unit/atf-src/tools/ |
H A D | parser.cpp | 130 impl::token::lineno(void) function in class:impl::token 344 return std::pair< size_t, headers_map >(tkz.lineno(), hm);
|
H A D | parser.hpp | 108 size_t lineno(void) const; 157 size_t lineno(void) const; 186 tokenizer< IS >::lineno(void) function in class:tools::parser::tokenizer 243 throw parse_error(t.lineno(), 256 throw parse_error(t.lineno(), 463 throw parse_error(t.lineno(), 479 throw parse_error(t.lineno(), 496 throw parse_error(t.lineno(), 515 throw parse_error(t.lineno(), 538 throw parse_error(t.lineno(), [all...] |
H A D | test-program.cpp | 432 const std::string& value, const size_t lineno, 438 throw parse_error(lineno, "The value for '" + name +"' cannot be " 450 throw parse_error(lineno, "The has.cleanup property requires a" 455 throw parse_error(lineno, "The identifier must match " + 465 throw parse_error(lineno, "The require.memory property requires an " 472 throw parse_error(lineno, "The timeout property requires an integer" 479 throw parse_error(lineno, "Unknown property '" + name + "'"); 502 throw parse_error(t.lineno(), "First property of a test case " 511 validate_and_insert(name, value, t.lineno(), props); 519 throw parse_error(t.lineno(), "Tes 431 validate_and_insert(const std::string& name, const std::string& value, const size_t lineno, std::map< std::string, std::string >& md) argument [all...] |
/bind-9.11.3/lib/isc/win32/ |
H A D | socket.c | 443 socket_log(int lineno, isc_socket_t *sock, isc_sockaddr_t *address, 860 socket_log(int lineno, isc_socket_t *sock, isc_sockaddr_t *address, argument 880 "socket %p line %d: %s", sock, lineno, msgbuf); 885 "socket %p line %d %s: %s", sock, lineno, 1581 maybe_free_socket(isc_socket_t **socketp, int lineno) { argument 1604 free_socket(&sock, lineno); 1608 free_socket(isc_socket_t **sockp, int lineno) { argument 1620 lineno, sock->fd, &sock->lock, sock->lock.LockSemaphore);
|