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

/freebsd-10.0-release/contrib/atf/atf-run/
H A Duser_test.cpp105 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 atf::atf_run::is_root;
115 ATF_REQUIRE(is_root());
117 ATF_REQUIRE(!is_root());
146 ATF_ADD_TEST_CASE(tcs, is_root);
H A Duser.hpp46 bool is_root(void);
H A Duser.cpp80 impl::is_root(void) function in class:impl
H A Drequirements.cpp229 if (!impl::is_root())
234 if (impl::is_root()) {
305 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.cpp323 if (atf::atf_run::is_root())
334 if (atf::atf_run::is_root())
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Duser_test.c110 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);
/freebsd-10.0-release/contrib/atf/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
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dcrop.c196 svn_boolean_t is_root, is_switched; local
202 SVN_ERR(svn_wc__db_is_switched(&is_root, &is_switched, NULL,
205 if (is_root)
H A Ddelete.c421 svn_boolean_t is_root;
424 SVN_ERR(svn_wc__db_is_wcroot(&is_root, db, local_abspath, scratch_pool));
426 SVN_ERR(svn_wc__write_check(db, is_root ? local_abspath
446 if (is_root)
420 svn_boolean_t is_root; local
H A Dnode.c1303 svn_boolean_t is_root;
1304 SVN_ERR(svn_wc__db_is_wcroot(&is_root, wc_ctx->db, local_abspath,
1307 if (is_root)
1301 svn_boolean_t is_root; local
H A Dupdate_editor.c1741 svn_boolean_t is_root;
1743 SVN_ERR(svn_wc__db_is_wcroot(&is_root, eb->db, local_abspath,
1746 if (is_root)
2374 svn_boolean_t is_root;
2376 SVN_ERR(svn_wc__db_is_wcroot(&is_root, eb->db, db->local_abspath,
2379 if (is_root)
3461 svn_boolean_t is_root;
3463 SVN_ERR(svn_wc__db_is_wcroot(&is_root, eb->db, fb->local_abspath,
3466 if (is_root)
1737 svn_boolean_t is_root; local
2370 svn_boolean_t is_root; local
3457 svn_boolean_t is_root; local
H A Dstatus.c2880 svn_boolean_t is_root = FALSE;
2926 is_root = TRUE;
2928 SVN_ERR(svn_wc__db_is_wcroot(&is_root, db, local_abspath, scratch_pool));
2930 if (!is_root)
2874 svn_boolean_t is_root = FALSE; local
H A Ddeprecated.c3251 svn_boolean_t is_root;
3257 err = svn_wc__db_is_switched(&is_root, &is_switched, &kind,
3269 *wc_root = is_root || (kind == svn_node_dir && is_switched);
3250 svn_boolean_t is_root; local
H A Dwc_db.c11023 svn_boolean_t is_root,
11055 && !is_root)
11067 if (!is_root
11137 FALSE /* is_root */,
11204 TRUE /* is_root */, FALSE, db,
11015 bump_node_revision(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, apr_int64_t new_repos_id, const char *new_repos_relpath, svn_revnum_t new_rev, svn_depth_t depth, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t is_root, svn_boolean_t skip_when_dir, svn_wc__db_t *db, apr_pool_t *scratch_pool) argument
/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c3133 channel_input_port_forward_request(int is_root, int gateway_ports) argument
3149 if (port < IPPORT_RESERVED && !is_root)

Completed in 180 milliseconds