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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dcrop.c197 svn_boolean_t is_root, is_switched; local
205 SVN_ERR(svn_wc__db_is_switched(&is_root, &is_switched, NULL,
208 if (is_root)
H A Ddelete.c422 svn_boolean_t is_root;
425 SVN_ERR(svn_wc__db_is_wcroot(&is_root, db, local_abspath, scratch_pool));
427 SVN_ERR(svn_wc__write_check(db, is_root ? local_abspath
444 if (is_root)
421 svn_boolean_t is_root; local
H A Dnode.c1007 svn_boolean_t is_root;
1008 SVN_ERR(svn_wc__db_is_wcroot(&is_root, wc_ctx->db, local_abspath,
1011 if (is_root)
1005 svn_boolean_t is_root; local
H A Dupdate_editor.c1645 svn_boolean_t is_root;
1648 SVN_ERR(svn_wc__db_is_wcroot(&is_root, eb->db, local_abspath,
1651 if (is_root)
2260 svn_boolean_t is_root;
2262 SVN_ERR(svn_wc__db_is_wcroot(&is_root, eb->db, db->local_abspath,
2265 if (is_root)
3460 svn_boolean_t is_root;
3462 SVN_ERR(svn_wc__db_is_wcroot(&is_root, eb->db, fb->local_abspath,
3465 if (is_root)
1641 svn_boolean_t is_root; local
2256 svn_boolean_t is_root; local
3456 svn_boolean_t is_root; local
H A Dstatus.c2827 svn_boolean_t is_root = FALSE;
2865 is_root = TRUE;
2867 SVN_ERR(svn_wc__db_is_wcroot(&is_root, db, local_abspath, scratch_pool));
2871 if (!is_root)
2820 svn_boolean_t is_root = FALSE; local
H A Ddeprecated.c3526 svn_boolean_t is_root;
3532 err = svn_wc__db_is_switched(&is_root, &is_switched, &kind,
3544 *wc_root = is_root || (kind == svn_node_dir && is_switched);
3525 svn_boolean_t is_root; local
H A Dwc_db.c12155 svn_boolean_t is_root,
12264 FALSE /* is_root */,
12337 TRUE /* is_root */, FALSE, db,
12143 bump_node_revision(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_wc__db_status_t node_status, svn_node_kind_t node_kind, svn_revnum_t node_revision, const char *node_repos_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-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp93 static void __kmp_reap_thread(kmp_info_t *thread, int is_root);
5815 static void __kmp_reap_thread(kmp_info_t *thread, int is_root) {
5824 if (!is_root) {

Completed in 309 milliseconds