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

/freebsd-10.3-release/contrib/atf/atf-c/detail/
H A Duser_test.c107 ATF_TC(is_root); variable
108 ATF_TC_HEAD(is_root, tc)
112 ATF_TC_BODY(is_root, tc)
142 ATF_TP_ADD_TC(tp, is_root);
/freebsd-10.3-release/contrib/atf/atf-c++/detail/
H A Dfs.hpp148 bool is_root(void) const;
H A Dfs_test.cpp111 set_md_var("descr", "Tests the path::is_root function");
117 ATF_REQUIRE( path("/").is_root());
118 ATF_REQUIRE( path("////").is_root());
119 ATF_REQUIRE(!path("////a").is_root());
120 ATF_REQUIRE(!path("//a//").is_root());
121 ATF_REQUIRE(!path("a////").is_root());
122 ATF_REQUIRE(!path("../foo").is_root());
H A Dfs.cpp163 impl::path::is_root(void) function in class:impl::path
/freebsd-10.3-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.c1745 svn_boolean_t is_root;
1747 SVN_ERR(svn_wc__db_is_wcroot(&is_root, eb->db, local_abspath,
1750 if (is_root)
2377 svn_boolean_t is_root;
2379 SVN_ERR(svn_wc__db_is_wcroot(&is_root, eb->db, db->local_abspath,
2382 if (is_root)
3500 svn_boolean_t is_root;
3502 SVN_ERR(svn_wc__db_is_wcroot(&is_root, eb->db, fb->local_abspath,
3505 if (is_root)
1741 svn_boolean_t is_root; local
2373 svn_boolean_t is_root; local
3496 svn_boolean_t is_root; local
H A Dstatus.c2778 svn_boolean_t is_root = FALSE;
2824 is_root = TRUE;
2826 SVN_ERR(svn_wc__db_is_wcroot(&is_root, db, local_abspath, scratch_pool));
2828 if (!is_root)
2772 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.c11564 svn_boolean_t is_root,
11596 && !is_root)
11608 if (!is_root
11678 FALSE /* is_root */,
11745 TRUE /* is_root */, FALSE, db,
11556 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.3-release/crypto/openssh/
H A Dchannels.c3444 channel_input_port_forward_request(int is_root, struct ForwardOptions *fwd_opts) argument
3460 if (fwd.listen_port < IPPORT_RESERVED && !is_root)

Completed in 385 milliseconds