/bind-9.11.3/bin/confgen/ |
H A D | util.c | 40 fatal(const char *format, ...) { function
|
/bind-9.11.3/bin/rndc/ |
H A D | util.c | 40 fatal(const char *format, ...) { function
|
/bind-9.11.3/bin/tools/ |
H A D | nsec3hash.c | 33 fatal(const char *format, ...) ISC_PLATFORM_NORETURN_POST; 36 fatal(const char *format, ...) { function 50 fatal("%s: %s", message, isc_result_totext(result)); 87 fatal("salt too long"); 91 fatal("hash algorithm too large"); 94 fatal("iterations to large"); 107 fatal("isc_iterated_hash failed");
|
H A D | dnstap-read.c | 63 fatal(const char *format, ...) ISC_PLATFORM_NORETURN_POST; 66 fatal(const char *format, ...) { function 69 fprintf(stderr, "%s: fatal: ", program); 92 fatal("out of memory"); 113 fatal("out of memory"); 118 fatal("out of memory"); 304 fatal("no file specified"); 331 fatal("out of memory");
|
H A D | named-rrchecker.c | 51 fatal(const char *format, ...) ISC_PLATFORM_NORETURN_POST; 54 fatal(const char *format, ...) { function 168 fatal("dns_name_fromstring: %s", 180 fatal("extra data"); 188 fatal("class value too big %lu", 192 fatal("class %lu is a meta value", 199 fatal("dns_rdataclass_fromtext: %s", 203 fatal("class %.*s(%d) is a meta value", 208 fatal("unexpected token %u", token.type); 226 fatal("typ [all...] |
H A D | mdig.c | 808 fatal(const char *format, ...) 812 fatal(const char *format, ...) { function 862 fatal("too many ednsopts"); 866 fatal("bad edns code point: %s", code); 876 fatal("out of memory"); 902 fatal("invalid prefix '%s'\n", value); 909 fatal("invalid prefix length in '%s': %s\n", 918 fatal("out of memory"); 946 fatal("invalid address '%s'", value); 1183 fatal("COOKI [all...] |
/bind-9.11.3/bin/tests/ |
H A D | nsecify.c | 30 fatal(const char *message) { function 67 fatal("rdataset iteration failed"); 166 fatal("db iteration failed"); 173 fatal("db iteration failed"); 181 fatal("filename too long");
|
/bind-9.11.3/lib/samples/ |
H A D | sample-update.c | 394 fatal(const char *format, ...) { function 407 fatal("%s: %s", msg, isc_result_totext(result));
|
/bind-9.11.3/contrib/sdb/ldap/ |
H A D | zone2ldap.c | 112 fatal(const char *msg) { function 169 fatal("strdup"); 174 fatal("strdup"); 179 fatal("strdup"); 186 fatal("strdup"); 191 fatal("strdup"); 196 fatal("strdup"); 462 fatal("malloc"); 466 fatal("strdup"); 470 fatal("callo [all...] |
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | macros_test.c | 802 bool fatal; member in struct:test 821 if (t->fatal) {
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | perftcpdns.c | 265 int interrupted, fatal; /* to finish flags */ variable 544 fatal = 1; 564 fatal = 1; 571 fatal = 1; 580 fatal = 1; 588 fatal = 1; 615 fatal = 1; 622 fatal = 1; 636 fatal = 1; 645 fatal [all...] |
/bind-9.11.3/bin/delv/ |
H A D | delv.c | 199 fatal(const char *format, ...) 203 fatal(const char *format, ...) { function 271 fatal("Couldn't set up logging"); 289 fatal("Couldn't set up log channel 'stderr'"); 295 fatal("Couldn't set log tag"); 300 fatal("Couldn't attach to log channel 'stderr'"); 309 fatal("Couldn't set up log channel 'resolver'"); 315 fatal("Couldn't attach to log channel 'resolver'"); 325 fatal("Couldn't set up log channel 'validator'"); 331 fatal("Could [all...] |
/bind-9.11.3/bin/dnssec/ |
H A D | dnssectool.c | 84 fatal(const char *format, ...) { function 87 fprintf(stderr, "%s: fatal: ", program); 105 fatal("%s: %s", message, isc_result_totext(result)); 231 fatal("could not create entropy object"); 244 fatal("could not initialize entropy source: %s", 250 fatal("out of memory"); 282 fatal("'%s' ambiguous: use 'mi' for minutes " 285 fatal("time value %s is invalid", str); 298 fatal("time value %s is invalid", str); 321 fatal("TT [all...] |
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 206 fatal(const char *format, ...) 268 fatal("could not create entropy object"); 281 fatal("could not initialize entropy source: %s", 287 fatal("out of memory"); 337 fatal(const char *format, ...) { function 384 fatal("%s: %s", msg, isc_result_totext(result)); 578 fatal("key option must specify [hmac:]keyname:secret"); 583 fatal("key option must specify [hmac:]keyname:secret"); 610 fatal("out of memory"); 671 fatal("ke [all...] |
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 549 fatal(const char *format, ...) { function 587 fatal("%s: %s", msg, isc_result_totext(result)); 605 fatal("memory allocation failure in %s:%d", 695 fatal("couldn't get address for '%s': %s", 705 fatal("memory allocation failure"); 772 fatal("memory allocation failure in %s:%d", 873 fatal("out of memory"); 890 fatal("out of memory"); 997 fatal("out of memory"); 1026 fatal("to [all...] |
/bind-9.11.3/bin/named/ |
H A D | server.c | 201 fatal(msg, result); \ 420 fatal(const char *msg, isc_result_t result) ISC_PLATFORM_NORETURN_POST; 7445 * sufficiently large. Failing this condition is not necessarily fatal, 7874 * Failure of session key generation isn't fatal at this time; if it 7876 * we'll treat it as a fatal error then. 8775 fatal("allocating server object", ISC_R_NOMEMORY); 9056 fatal(const char *msg, isc_result_t result) { function 9061 ISC_LOG_CRITICAL, "exiting (due to fatal error)");
|