Searched defs:zonefile (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/sdb/pgsql/ |
H A D | zonetodb.c | 135 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 D | zone2sqlite.c | 152 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 D | ncparse.c | 208 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 D | zconf.h | 180 char *zonefile; member in struct:zconf
|
/bind-9.6-ESV-R11/contrib/sdb/ldap/ |
H A D | zone2ldap.c | 119 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 14 milliseconds