#include <config.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <isc/boolean.h>
#include "util.h"
Go to the source code of this file.
Functions | |
void | notify (const char *fmt,...) |
void | fatal (const char *format,...) |
Variables | |
isc_boolean_t | verbose |
const char * | progname |
Definition in file util.c.
void notify | ( | const char * | fmt, | |
... | ||||
) |
Definition at line 36 of file util.c.
References verbose.
Referenced by clean_finds_at_name(), ISC_LIST(), main(), notify_cancel(), notify_create(), notify_done(), notify_isqueued(), notify_send_toaddr(), process_adb_event(), rndc_connected(), rndc_startconnect(), and zone_notify().
Definition at line 133 of file dighost.c.
Referenced by addnowildcardhash(), hashlist_add_dns_name(), key_collision(), loadkey(), main(), notify(), parse_args(), setup_logging(), setup_system(), and vbprintf().
const char* progname |