Searched refs:svn_dirent_is_child (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_dirent_uri.h623 svn_dirent_is_child(const char *parent_dirent,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c129 else if (svn_dirent_is_child(eb->cur->local_abspath, local_abspath, NULL))
H A Dwc_db_wcroot.c418 const char *relpath = svn_dirent_is_child(wcroot->abspath, local_abspath,
H A Dmerge.c729 if (!svn_dirent_is_child(wcroot_abspath, right_abspath, NULL))
H A Dentries.c786 const char *relpath_to_entry = svn_dirent_is_child(
843 const char *relpath_to_entry = svn_dirent_is_child(
H A Ddeprecated.c4145 if (! svn_dirent_is_child(tmp_root, *xlated_path, pool))
4149 if (svn_dirent_is_child(root, *xlated_path, pool))
4150 *xlated_path = svn_dirent_is_child(root, *xlated_path, pool);
H A Dstatus.c957 if (svn_dirent_is_child(local_abspath, external_abspath, NULL))
H A Dwc_db.c11022 child_relpath = svn_dirent_is_child(local_relpath, child_abspath,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c413 target->local_relpath = svn_dirent_is_child(wcroot_abspath,
1114 move_target_relpath = svn_dirent_is_child(wcroot_abspath,
3039 while (svn_dirent_is_child(apply_root, dir_abspath, iterpool))
H A Dadd.c804 child_relpath = svn_dirent_is_child(existing_parent_abspath,
H A Ddiff.c151 const char *child_path = svn_dirent_is_child(relative_to_dir, new_path,
H A Dmergeinfo.c1147 path_suffix = svn_dirent_is_child(top, path, NULL);
H A Dmerge.c3130 child = svn_dirent_is_child(merge_b->target->abspath, local_abspath, NULL);
4192 svn_dirent_is_child(target->abspath, child->abspath, iterpool);
4369 path_diff = svn_dirent_is_child(parent->abspath, child->abspath,
5902 child_repos_path = svn_dirent_is_child(target_abspath,
8875 rel_added_path = svn_dirent_is_child(merge_b->target->abspath,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1881 child_path = svn_dirent_is_child(relative_to_dir,
1897 child_path = svn_dirent_is_child(relative_to_dir,
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dutil.c513 path = svn_dirent_is_child(lmb->base_dir, path, pool);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c1432 svn_dirent_is_child(const char *parent_dirent,
1430 svn_dirent_is_child(const char *parent_dirent, function
/freebsd-10-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c3527 repository->authz_repos_name = svn_dirent_is_child(root,

Completed in 428 milliseconds