Searched defs:fatal (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/bin/rndc/
H A Dutil.c48 fatal(const char *format, ...) { function
/bind-9.6-ESV-R11/bin/tests/
H A Dnsec3hash.c41 fatal(const char *format, ...) ISC_PLATFORM_NORETURN_POST;
44 fatal(const char *format, ...) { function
58 fatal("%s: %s", message, isc_result_totext(result));
63 fatal("salt hash iterations domain");
93 fatal("salt too long");
97 fatal("hash algorithm too large");
100 fatal("iterations to large");
113 fatal("isc_iterated_hash failed");
H A Dnsecify.c39 fatal(const char *message) { function
76 fatal("rdataset iteration failed");
175 fatal("db iteration failed");
182 fatal("db iteration failed");
190 fatal("filename too long");
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssectool.c65 fatal(const char *format, ...) { function
68 fprintf(stderr, "%s: fatal: ", program);
86 fatal("%s: %s", message, isc_result_totext(result));
229 fatal("could not create entropy object");
242 fatal("could not initialize entropy source: %s",
248 fatal("out of memory");
277 fatal("time value %s is invalid", str);
282 fatal("time value %s is invalid", str);
289 fatal("time value %s is invalid", str);
293 fatal("tim
[all...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c706 ** fatal (fmt, ...)
708 void fatal (char *fmt, ...) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_test.c804 bool fatal; member in struct:test
823 if (t->fatal) {
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c178 fatal(const char *format, ...)
240 fatal("could not create entropy object");
253 fatal("could not initialize entropy source: %s",
259 fatal("out of memory");
298 fatal(const char *format, ...) { function
345 fatal("%s: %s", msg, isc_result_totext(result));
425 fatal("unknown key type '%.*s'", (int)(len), hmacstr);
436 fatal("digest-bits out of range [0..128]");
444 fatal("digest-bits out of range [0..160]");
452 fatal("diges
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c501 fatal(const char *format, ...) { function
539 fatal("%s: %s", msg, isc_result_totext(result));
557 fatal("memory allocation failure in %s:%d",
640 fatal("couldn't get address for '%s': %s",
650 fatal("memory allocation failure");
717 fatal("memory allocation failure in %s:%d",
879 fatal("too many lookups");
910 fatal("memory allocation failure in %s:%d",
1000 fatal("memory allocation failure in %s:%d",
1052 fatal("lwres_context_creat
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c145 fatal(msg, result); \
300 fatal(const char *msg, isc_result_t result) ISC_PLATFORM_NORETURN_POST;
3391 * sufficiently large. Failing this condition is not necessarily fatal,
4309 fatal("allocating server object", ISC_R_NOMEMORY);
4494 fatal(const char *msg, isc_result_t result) { function
4499 ISC_LOG_CRITICAL, "exiting (due to fatal error)");

Completed in 44 milliseconds