Searched defs:zonefile (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/sdb/pgsql/
H A Dzonetodb.c135 char *porigin, *zonefile; local
157 zonefile = argv[2];
185 result = dns_db_load(db, zonefile);
/bind-9.6-ESV-R11/contrib/sdb/sqlite/
H A Dzone2sqlite.c152 char *porigin, *zonefile; local
167 printf("usage: %s <zone> <zonefile> <dbfile> <dbtable>\n", argv[0]);
172 zonefile = argv[2];
198 result = dns_db_load(db, zonefile);
/bind-9.6-ESV-R11/contrib/zkt/
H A Dncparse.c208 char zonefile[255+1]; local
284 snprintf (zonefile, sizeof zonefile, "%s", strval); /* this is the filename */
286 dbg_val4 ("dir %s view %s zone %s file %s\n", dir, view, zone, zonefile);
287 (*func) (dir, view, zone, zonefile);
H A Dzconf.h180 char *zonefile; member in struct:zconf
/bind-9.6-ESV-R11/contrib/sdb/ldap/
H A Dzone2ldap.c119 char *zonefile; local
170 zonefile = strdup (optarg);
182 if ((argzone == NULL) || (zonefile == NULL))
211 result = dns_db_load (db, zonefile);
331 if (zonefile)
332 free(zonefile);

Completed in 15 milliseconds