Lines Matching defs:conf
3 ** @(#) zconf.c -- configuration file parser for dnssec.conf
132 { "", first, last, CONF_COMMENT, "\t@(#) dnssec.conf "},
589 ** loadconfig (file, conf)
590 ** Loads a config file into the "conf" structure pointed to by "z".
591 ** If "z" is NULL then a new conf struct will be dynamically
593 ** If no filename is given the conf struct will be initialized
676 zconf_t *dupconfig (const zconf_t *conf)
680 assert (conf != NULL);
685 memcpy (z, conf, sizeof (zconf_t));
694 zconf_t *freeconfig (zconf_t *conf)
696 if (conf != NULL);
697 free (conf);
909 fprintf (stderr, "Please set max_ttl to the maximum ttl used in the zone (run zkt-conf -w zone.db)\n");