Searched refs:masterfile (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/bin/tests/system/masterformat/ns2/
H A Dnamed.conf38 masterfile-format text;
51 masterfile-format text;
52 masterfile-style full;
59 masterfile-format raw;
/bind-9.11.3/bin/tests/system/masterformat/ns1/
H A Dnamed.conf36 masterfile-format raw;
42 masterfile-format raw;
74 masterfile-format raw;
81 masterfile-format map;
/bind-9.11.3/bin/tests/system/xfer/ns2/
H A Dnamed.conf58 masterfile-format text;
64 masterfile-format text;
/bind-9.11.3/bin/tests/
H A Dlex_test.c71 int masterfile = 1; local
82 masterfile = 1;
85 masterfile = 0;
96 if (masterfile) {
/bind-9.11.3/bin/tests/system/masterformat/ns3/
H A Dnamed.conf36 masterfile-format map;
42 masterfile-format map;
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-hint.conf11 masterfile-format raw;
H A Dbad-maxttlmap.conf11 masterfile-format map;
/bind-9.11.3/bin/tests/system/upforwd/ns3/
H A Dnamed.conf44 masterfile-format text;
/bind-9.11.3/bin/tests/system/xfer/ns3/
H A Dnamed.conf71 masterfile-format map;
/bind-9.11.3/bin/tests/system/rpz/ns3/
H A Dnamed.conf89 request-ixfr no; masterfile-format text;};
/bind-9.11.3/lib/dns/
H A Dzone.c208 char *masterfile; member in struct:dns_zone
934 zone->masterfile = NULL;
1170 if (zone->masterfile != NULL) {
1171 isc_mem_free(zone->mctx, zone->masterfile);
1173 zone->masterfile = NULL;
1668 result = dns_zone_setstring(zone, &zone->masterfile, file);
1684 return (zone->masterfile);
1717 if (zone->masterfile != NULL) {
1719 int len = strlen(zone->masterfile) + sizeof(".jnl");
1723 strlcpy(journal, zone->masterfile, le
10329 char *masterfile = NULL; local
[all...]

Completed in 78 milliseconds