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

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Duser_test.cpp97 ATF_TEST_CASE(is_root); variable
98 ATF_TEST_CASE_HEAD(is_root)
100 set_md_var("descr", "Tests the is_root function");
102 ATF_TEST_CASE_BODY(is_root)
104 using atf::atf_run::is_root;
107 ATF_REQUIRE(is_root());
109 ATF_REQUIRE(!is_root());
138 ATF_ADD_TEST_CASE(tcs, is_root);
H A Duser.hpp46 bool is_root(void);
H A Duser.cpp78 impl::is_root(void) function in class:impl
H A Drequirements.cpp143 if (!impl::is_root())
148 if (impl::is_root()) {
215 if (impl::is_root()) {
H A Dfs_test.cpp161 ATF_REQUIRE(atf::atf_run::is_root());
163 ATF_REQUIRE(!atf::atf_run::is_root());
H A Drequirements_test.cpp242 if (atf::atf_run::is_root())
253 if (atf::atf_run::is_root())
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Duser_test.c102 ATF_TC(is_root); variable
103 ATF_TC_HEAD(is_root, tc)
107 ATF_TC_BODY(is_root, tc)
137 ATF_TP_ADD_TC(tp, is_root);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.hpp152 bool is_root(void) const;
H A Dfs_test.cpp114 set_md_var("descr", "Tests the path::is_root function");
120 ATF_REQUIRE( path("/").is_root());
121 ATF_REQUIRE( path("////").is_root());
122 ATF_REQUIRE(!path("////a").is_root());
123 ATF_REQUIRE(!path("//a//").is_root());
124 ATF_REQUIRE(!path("a////").is_root());
125 ATF_REQUIRE(!path("../foo").is_root());
H A Dfs.cpp167 impl::path::is_root(void) function in class:impl::path
/macosx-10.10/ntfs-84/kext/
H A Dntfs_index.c85 if (ictx->is_root) {
170 if (ictx->is_root) {
407 if (nr_entries < 2 && !ictx->is_root && !(index->flags & INDEX_NODE)) {
558 ictx->is_root = 1;
643 if (ictx->is_root) {
657 } else /* if (!ictx->is_root) */ {
1048 ictx->is_root ? "root" : "allocation block");
1176 if (ictx->is_root)
1220 ictx->is_root ? "root" : "allocation block");
1311 if (ictx->is_root) {
5266 BOOL is_root = ictx->is_root; local
[all...]
H A Dntfs_index.h61 * @is_root: 1 if @entry is in @ir and 0 if it is in @ia
62 * @ir: index root if @is_root and @is_locked and NULL otherwise
63 * @actx: attribute search context if @is_root and @is_locked or NULL
64 * @ia: index block if @is_root is 0 and @is_locked or NULL
66 * @upl: page list if @is_root is 0 and @is_locked or NULL
67 * @pl: array of pages containing the page itself if @is_root is 0
68 * @addr: mapped address of the page data if @is_root is 0 and @is_locked
94 * If @is_root is 0, @entry is in the index allocation attribute and @ia,
138 unsigned is_root:1; /* If 1 the node is the index root. */ member in struct:_ntfs_index_context::__anon11315
158 /* Use @ir if @is_root i
[all...]
H A Dntfs_dir.c1328 if (ictx->is_root)
1375 ictx->is_root ? "root" : "allocation",
H A Dntfs_attr.c6599 if (ictx->is_root)
6600 panic("%s(): ictx->is_root\n", __FUNCTION__);
6631 while (!root_ictx->is_root) {
6717 if (root_ictx->is_root)
6718 panic("%s(): root_ictx->is_root\n", __FUNCTION__);
7977 if (ictx->is_root)
7978 panic("%s(): ictx->is_root\n", __FUNCTION__);
7982 while (!root_ictx->is_root) {
8069 if (root_ictx->is_root)
8070 panic("%s(): root_ictx->is_root\
[all...]
H A Dntfs_vnops.c1781 BOOL is_root, name_is_done, have_parent; local
1790 have_parent = name_is_done = is_root = FALSE;
1811 name_is_done = is_root = TRUE;
1877 if (is_root)
1908 if (!is_root)
1973 if (is_root && base_ni == ni)
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drbt.c91 #define IS_ROOT(node) ISC_TF((node)->is_root == 1)
399 new_current->is_root = 1;
539 new_current->is_root = current->is_root;
575 current->is_root = 1;
1441 node->is_root = 0;
1612 child->is_root = 1;
1613 node->is_root = 0;
1645 child->is_root = 1;
1646 node->is_root
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Drbt.h108 unsigned int is_root : 1; /*%< range is 0..1 */ member in struct:dns_rbtnode
/macosx-10.10/msdosfs-209.1.1/
H A Dmsdosfs.py848 self.is_root = True
850 self.is_root = False
1071 if self.is_root:
1085 self.is_root = True
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPCertificateUtil.c596 bool is_root = false; local
605 if (is_root) {
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DTraversal.pm386 sub is_root { subroutine
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DTraversal.pm386 sub is_root { subroutine
/macosx-10.10/libauto-186/
H A DZone.h888 // is_root
892 inline bool is_root(void *address) { function in class:Auto::Zone
H A Dauto_gdb_interface.cpp543 return azone->is_root(address);
H A Dauto_zone.cpp1570 } else if (azone->is_root(address_of_possible_root_ptr)) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c3063 channel_input_port_forward_request(int is_root, int gateway_ports) argument
3079 if (port < IPPORT_RESERVED && !is_root)

Completed in 381 milliseconds