HomeSort by: relevance | last modified time | path
    Searched refs:is_root (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/bsd/atf/dist/tools/
user_test.cpp 105 ATF_TEST_CASE(is_root); variable
106 ATF_TEST_CASE_HEAD(is_root)
108 set_md_var("descr", "Tests the is_root function");
110 ATF_TEST_CASE_BODY(is_root)
112 using tools::user::is_root;
115 ATF_REQUIRE(is_root());
117 ATF_REQUIRE(!is_root());
146 ATF_ADD_TEST_CASE(tcs, is_root);
user.hpp 46 bool is_root(void);
user.cpp 93 impl::is_root(void) function in class:impl
fs_test.cpp 123 set_md_var("descr", "Tests the path::is_root function");
129 ATF_REQUIRE( path("/").is_root());
130 ATF_REQUIRE( path("////").is_root());
131 ATF_REQUIRE(!path("////a").is_root());
132 ATF_REQUIRE(!path("//a//").is_root());
133 ATF_REQUIRE(!path("a////").is_root());
134 ATF_REQUIRE(!path("../foo").is_root());
620 ATF_REQUIRE(tools::user::is_root());
622 ATF_REQUIRE(!tools::user::is_root());
fs.hpp 129 bool is_root(void) const;
requirements.cpp 187 if (!tools::user::is_root())
192 if (tools::user::is_root()) {
263 if (tools::user::is_root()) {
requirements_test.cpp 320 if (tools::user::is_root())
331 if (tools::user::is_root())
fs.cpp 96 if (tools::user::is_root()) {
333 impl::path::is_root(void) function in class:impl::path
  /src/external/bsd/kyua-cli/dist/utils/
passwd.hpp 56 bool is_root(void) const;
passwd_test.cpp 60 ATF_REQUIRE(user.is_root());
68 ATF_REQUIRE(!user.is_root());
passwd.cpp 92 passwd_ns::user::is_root(void) const function in class:passwd_ns::user
  /src/external/bsd/atf/dist/atf-c/detail/
user_test.c 110 ATF_TC(is_root); variable
111 ATF_TC_HEAD(is_root, tc)
115 ATF_TC_BODY(is_root, tc)
145 ATF_TP_ADD_TC(tp, is_root);
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.hpp 152 bool is_root(void) const;
fs_test.cpp 114 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());
fs.cpp 167 impl::path::is_root(void) function in class:impl::path
  /src/external/mpl/bind/dist/lib/dns/
rbt.c 163 if (node->is_root) {
454 new_current->is_root = 1;
471 INSIST((*root)->is_root);
531 ((*root)->is_root &&
578 new_current->is_root = current->is_root;
618 current->is_root = 1;
803 INSIST(current->is_root);
1655 if (node->is_root) {
1657 child->is_root = 1
    [all...]
  /src/sys/fs/msdosfs/
msdosfs_denode.c 212 bool is_root; local
226 is_root = ((dkey.dk_dirclust == MSDOSFSROOT ||
251 if (is_root) {
319 if (is_root)
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rbt.h 85 unsigned int is_root : 1; /*%< range is 0..1 */ member in struct:dns_rbtnode
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c 245 #define IS_ROOT(node) ((node)->is_root)
396 if (IS_ROOT(node)) {
1253 new_current->is_root = 1;
1273 INSIST(IS_ROOT(*root));
1333 (IS_ROOT(*root) &&
1385 new_current->is_root = current->is_root;
1425 current->is_root = 1;
1644 INSIST(IS_ROOT(current))
    [all...]
  /src/external/bsd/kyua-cli/dist/engine/
metadata.cpp 426 if (!user.is_root())
429 if (user.is_root())
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
message_queue.c 80 (*new_bc)->is_root = be_isroot( op );
compare.c 74 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root,&ctrls ) != LDAP_SUCCESS )
delete.c 68 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS )
modrdn.c 127 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS )
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rbt.h 95 unsigned int is_root : 1; /*%< range is 0..1 */ member in struct:dns_rbtnode

Completed in 72 milliseconds

1 2