Lines Matching defs:format
53 isc_error_unexpected(const char *file, int line, const char *format, ...) {
56 va_start(args, format);
57 (unexpected_callback)(file, line, format, args);
62 isc_error_fatal(const char *file, int line, const char *format, ...) {
65 va_start(args, format);
66 (fatal_callback)(file, line, format, args);
79 default_unexpected_callback(const char *file, int line, const char *format,
83 vfprintf(stderr, format, args);
89 default_fatal_callback(const char *file, int line, const char *format,
95 vfprintf(stderr, format, args);