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

/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c157 ns_os_chroot(const char *root) { argument
158 if (root != NULL)
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c284 * owned by a non-root user and non-world-readable on startup.
507 ns_os_chroot(const char *root) { argument
512 if (root != NULL) {
514 if (chroot(root) < 0) {
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs_test.c216 bool root; member in struct:test
232 printf("Expected result: %s\n", t->root ? "true" : "false");
237 if (t->root)
727 create_dir ("root", 0755);
730 ATF_REQUIRE(chdir("root") != -1);
733 RE(atf_fs_path_append_fmt(&cwd1, "root"));
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c238 "forwarders declared in root zone and "
598 (void)cfg_map_get(options, "root-delegation-only", &obj);
696 "non-root not yet supported", dlv);
1066 isc_boolean_t root = ISC_FALSE; local
1208 root = ISC_TRUE;
1346 if (root) {
/bind-9.6-ESV-R11/lib/dns/
H A Dname.c159 static dns_name_t root = variable
170 LIBDNS_EXTERNAL_DATA dns_name_t *dns_rootname = &root;
273 * Does 'name' end in the root label?
809 * ended with the root label and the longer one can't have
810 * a root label in the middle of it. Therefore, if we get
1108 * Is this the root name?
1394 * This empty name is not necessarily from the root node of
1395 * the DNS root zone, nor is a final dot going to be included.
1410 * Special handling for the root label.
1552 * Special handling for the root labe
[all...]
H A Drbt.c65 dns_rbtnode_t * root; member in struct:dns_rbt
182 dns_rbtnode_t *root; local
189 for (root = node; ! IS_ROOT(root); root = PARENT(root))
192 return (PARENT(root));
254 rbt->root = NULL;
290 dns_rbt_deletetreeflat(rbt, quantum, &rbt->root);
291 if (rbt->root !
372 dns_rbtnode_t **root, *parent, *child, *current, *new_current; local
1665 dns_rbtnode_t *child, *root, *parent, *grandparent; local
2142 dns_rbt_printtree(dns_rbtnode_t *root, dns_rbtnode_t *parent, int depth) argument
2184 dns_rbt_printtree(LEFT(root), root, depth); local
2188 dns_rbt_printtree(RIGHT(root), root, depth); local
[all...]

Completed in 28 milliseconds