Searched defs:root (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/bin/named/win32/
H A Dos.c153 ns_os_chroot(const char *root) { argument
154 if (root != NULL)
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c213 bool root; member in struct:test
229 printf("Expected result: %s\n", t->root ? "true" : "false");
234 if (t->root)
724 create_dir ("root", 0755);
727 ATF_REQUIRE(chdir("root") != -1);
730 RE(atf_fs_path_append_fmt(&cwd1, "root"));
/bind-9.11.3/bin/named/unix/
H A Dos.c279 * owned by a non-root user and non-world-readable on startup.
508 ns_os_chroot(const char *root) { argument
513 if (root != NULL) {
515 if (chroot(root) < 0) {
828 /* Restore UID/GID to root */
836 ns_main_earlywarning("Required root "
/bind-9.11.3/lib/dns/
H A Dname.c150 static dns_name_t root = DNS_NAME_INITABSOLUTE(root_ndata, root_offsets); variable
151 LIBDNS_EXTERNAL_DATA dns_name_t *dns_rootname = &root;
287 * Does 'name' end in the root label?
844 * ended with the root label and the longer one can't have
845 * a root label in the middle of it. Therefore, if we get
1153 * Is this the root name?
1440 * This empty name is not necessarily from the root node of
1441 * the DNS root zone, nor is a final dot going to be included.
1456 * Special handling for the root label.
1602 * Special handling for the root labe
[all...]
H A Drbt.c75 dns_rbtnode_t * root; member in struct:dns_rbt
297 return rbt->root;
349 * Upper node is the parent of the root of the passed node's
375 fixup_uppernodes_helper(rbt->root, NULL);
390 /* Upper node is the parent of the root of the passed node's
395 dns_rbtnode_t *root = get_subtree_root(node); local
402 return (PARENT(root));
740 CHECK(serialize_nodes(file, rbt->root, 0, datawriter,
940 rbt->root = (dns_rbtnode_t *)((char *)base_address +
949 CHECK(treefix(rbt, base_address, filesize, rbt->root,
1141 dns_rbtnode_t **root, *parent, *child, *current, *new_current; local
2485 dns_rbtnode_t *child, *root, *parent, *grandparent; local
2838 dns_rbtnode_t *root = *nodep; local
3052 print_text_helper(dns_rbtnode_t *root, dns_rbtnode_t *parent, int depth, const char *direction, void (*data_printer)(FILE *, void *), FILE *f) argument
3087 print_text_helper(LEFT(root), root, depth, "left", local
3092 print_text_helper(RIGHT(root), root, depth, "right", local
[all...]
/bind-9.11.3/lib/bind9/
H A Dcheck.c249 "forwarders declared in root zone and "
1089 (void)cfg_map_get(options, "root-delegation-only", &obj);
1212 "non-root not yet supported", dlv);
1802 isc_boolean_t root = ISC_FALSE; local
1940 root = ISC_TRUE;
2210 if (root) {
3302 "trusted-key for root from 2010 without updated "
3338 "managed-key for root from 2010 without updated "
3353 "root are present");

Completed in 39 milliseconds