Searched refs:catalog (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/bin/tests/system/catz/ |
H A D | setup.sh | 14 cat ns1/catalog.example.db.in > ns1/catalog1.example.db 15 cat ns1/catalog.example.db.in > ns3/catalog2.example.db 16 cat ns1/catalog.example.db.in > ns1/catalog3.example.db 17 cat ns1/catalog.example.db.in > ns1/catalog4.example.db
|
H A D | clean.sh | 18 rm -f ns{1,2,3}/catalog{1,2,3,4}.example.db
|
H A D | tests.sh | 15 echo "I:Testing adding/removing of domain in catalog zone" 61 sed -n "$cur,"'$p' < ns2/named.run | grep "catz: adding zone 'dom1.example' from catalog 'catalog1.example'" > /dev/null && { 120 sed -n "$cur,"'$p' < ns2/named.run | grep "catz: deleting zone 'dom1.example' from catalog 'catalog1.example'" > /dev/null && { 145 echo "I:Testing various simple operations on domains, including using multiple catalog zones and garbage in zone" 205 sed -n "$cur,"'$p' < ns2/named.run | grep "catz: adding zone 'dom4.example' from catalog 'catalog2.example'" > /dev/null && { 272 sed -n "$cur,"'$p' < ns2/named.run | grep "catz: adding zone 'dom2.example' from catalog 'catalog1.example'" > /dev/null && 273 sed -n "$cur,"'$p' < ns2/named.run | grep "catz: adding zone 'dom3.example' from catalog 'catalog1.example'" > /dev/null && { 362 sed -n "$cur,"'$p' < ns2/named.run | grep "catz: adding zone 'dom5.example' from catalog 'catalog1.example'" > /dev/null && { 415 sed -n "$cur,"'$p' < ns2/named.run | grep "catz: deleting zone 'dom5.example' from catalog 'catalog1.example'" > /dev/null && { 455 sed -n "$cur,"'$p' < ns2/named.run | grep "catz: adding zone 'dom6.example' from catalog 'catalog [all...] |
/bind-9.11.3/lib/isc/nls/ |
H A D | msgcat.c | 34 * in order to use a message catalog. 40 nl_catd catalog; member in struct:isc_msgcat 52 * Open a message catalog. 70 msgcat->catalog = catopen(name, 0); 82 * Close a message catalog. 91 if (msgcat->catalog != (nl_catd)(-1)) 92 (void)catclose(msgcat->catalog); 118 return (catgets(msgcat->catalog, set, message, default_text));
|
/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | bad-catz-zone.conf | 10 catalog-zones {
|
/bind-9.11.3/bin/tests/system/catz/ns2/ |
H A D | named.conf.in | 26 catalog-zones {
|
Completed in 26 milliseconds