Searched refs:names (Results 1 - 25 of 47) sorted by relevance

12

/bind-9.11.3/bin/tests/system/checknames/ns1/
H A Dnamed.conf34 check-names ignore;
40 check-names warn;
46 check-names fail;
53 check-names ignore;
60 check-names warn;
67 check-names fail;
/bind-9.11.3/bin/tests/system/staticstub/conf/
H A Dbad08.conf25 # server-names must not be specified more than once.
28 server-names { ns1.example.net; };
29 server-names { ns2.example.net; };
H A Dbad02.conf25 # server-names must be valid domain names.
28 server-names { "\11.example.net"; };
H A Dbad05.conf29 server-names { "example.com"; };
H A Dbad06.conf29 server-names { "ns.example.com"; };
H A Dbad11.conf25 # "server-names" isn't allowed for a pure stub zone.
30 server-names { "ns.example.net"; };
H A Dgood01.conf25 # both server-addresses and server-names can be specified.
29 server-names { "ns.example.net"; };
H A Dgood04.conf25 # server-names can be empty, though it's meaningless.
28 server-names {};
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/
H A Dresconf.h229 * Set name or add names to an object of lower module that `ctx' holds.
248 const char **names, int nnames);
251 idn_resconf_addallmappernames(idn_resconf_t ctx, const char **names,
255 idn_resconf_addallnormalizernames(idn_resconf_t ctx, const char **names,
259 idn_resconf_addallprohibitcheckernames(idn_resconf_t ctx, const char **names,
263 idn_resconf_addallunassignedcheckernames(idn_resconf_t ctx, const char **names,
267 idn_resconf_addallbidicheckernames(idn_resconf_t ctx, const char **names,
H A Dchecker.h127 idn_checker_addall(idn_checker_t ctx, const char **names, int nnames);
H A Dmapper.h115 idn_mapper_addall(idn_mapper_t ctx, const char **names, int nnames);
H A Dmapselector.h139 const char **names, int nnames);
/bind-9.11.3/bin/tests/system/checkconf/
H A Dcheck-names-fail.conf13 zone "check-names" {
15 file "check-names.db";
16 check-names fail;
/bind-9.11.3/lib/dns/tests/
H A Drbt_test.c82 /* The full absolute names of the nodes in the tree (the tree also
94 * (for the names in domain_names[] above).
342 "Test tree balance, inserting names in random order");
370 * following code inserts names such as:
426 "Test tree balance, inserting names in sorted order");
454 * following code inserts names such as:
734 /* Check that all names exist in order. */
893 insert_nodes(dns_rbt_t *mytree, char **names, argument
929 names[*names_count] = isc_mem_strdup(mctx,
939 remove_nodes(dns_rbt_t *mytree, char **names, argument
972 check_tree(dns_rbt_t *mytree, char **names, size_t names_count, unsigned int line) argument
1022 char *names[1024]; local
1095 static dns_name_t **names; variable
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dbyaddr.h51 * is ISC_R_SUCCESS, then 'names' will contain a list of names associated
58 dns_namelist_t names; member in struct:dns_byaddrevent
/bind-9.11.3/bin/named/include/named/
H A Dlwsearch.h39 dns_namelist_t names; member in struct:ns_lwsearchlist
/bind-9.11.3/bin/tests/system/tsiggss/ns1/
H A Dnamed.conf46 /* we need to use check-names ignore so _msdcs A records can be created */
47 check-names ignore;
/bind-9.11.3/bin/tests/system/checknames/ns2/
H A Dnamed.conf23 check-names response warn;
/bind-9.11.3/bin/tests/system/checknames/ns3/
H A Dnamed.conf23 check-names response fail;
/bind-9.11.3/bin/tests/system/checknames/ns4/
H A Dnamed.conf23 check-names master ignore;
/bind-9.11.3/bin/tests/system/dlv/ns5/
H A Dnamed.conf12 * Choose a keyname that is unlikely to clash with any real key names.
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dresconf.c696 * Set canonical scheme names.
907 const char **names, int nnames) {
910 assert(ctx != NULL && names != NULL && tld != NULL);
921 r = idn_mapselector_addall(ctx->local_mapper, tld, names, nnames);
926 idn_resconf_addallmappernames(idn_resconf_t ctx, const char **names, argument
930 assert(ctx != NULL && names != NULL);
940 r = idn_mapper_addall(ctx->mapper, names, nnames);
945 idn_resconf_addallnormalizernames(idn_resconf_t ctx, const char **names, argument
949 assert(ctx != NULL && names != NULL);
959 r = idn_normalizer_addall(ctx->normalizer, names, nname
906 idn_resconf_addalllocalmapselectornames(idn_resconf_t ctx, const char *tld, const char **names, int nnames) argument
964 idn_resconf_addallprohibitcheckernames(idn_resconf_t ctx, const char **names, int nnames) argument
997 idn_resconf_addallunassignedcheckernames(idn_resconf_t ctx, const char **names, int nnames) argument
1031 idn_resconf_addallbidicheckernames(idn_resconf_t ctx, const char **names, int nnames) argument
[all...]
/bind-9.11.3/bin/named/
H A Dlwsearch.c51 ISC_LIST_INIT(list->names);
91 while (!ISC_LIST_EMPTY(list->names)) {
92 dns_name_t *name = ISC_LIST_HEAD(list->names);
93 ISC_LIST_UNLINK(list->names, name, link);
120 ISC_LIST_APPEND(list->names, newname, link);
139 sctx->searchname = ISC_LIST_HEAD(sctx->list->names);
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.hpp344 //! \brief Returns the file names of the files in the directory.
346 //! Returns the leaf names of all files contained in the directory.
349 std::set< std::string > names(void) const;
/bind-9.11.3/bin/tests/system/checknames/
H A Dtests.sh20 echo "I: check for failure from on zone load for 'check-names fail;' ($n)"
24 grep 'xx_xx.fail.example: bad owner name (check-names)' ns1/named.run > /dev/null || ret=1
30 echo "I: check for warnings from on zone load for 'check-names warn;' ($n)"
32 grep 'xx_xx.warn.example: bad owner name (check-names)' ns1/named.run > /dev/null || ret=1
38 echo "I: check for warnings from on zone load for 'check-names ignore;' ($n)"
40 grep 'yy_yy.ignore.example: bad owner name (check-names)' ns1/named.run || ret=0
46 echo "I: check that 'check-names response warn;' works ($n)"
51 grep "check-names warning yy_yy.ignore.example/A/IN" ns2/named.run > /dev/null || ret=1
57 echo "I: check that 'check-names response (owner) fails;' works ($n)"
63 grep "check-names failur
[all...]

Completed in 102 milliseconds

12