Lines Matching refs:format
61 isc_error_unexpected(const char *file, int line, const char *format, ...) {
64 va_start(args, format);
65 (unexpected_callback)(file, line, format, args);
70 isc_error_fatal(const char *file, int line, const char *format, ...) {
73 va_start(args, format);
74 (fatal_callback)(file, line, format, args);
87 default_unexpected_callback(const char *file, int line, const char *format,
91 vfprintf(stderr, format, args);
97 default_fatal_callback(const char *file, int line, const char *format,
103 vfprintf(stderr, format, args);