Home
last modified time | relevance | path

Searched refs:svn_path_compare_paths (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dsorts.c76 return svn_path_compare_paths(astr, bstr); in svn_sort_compare_items_as_paths()
117 return svn_path_compare_paths(item1, item2); in svn_sort_compare_paths()
Dpath.c418 svn_path_compare_paths(const char *path1, in svn_path_compare_paths() function
Dmergeinfo.c2091 if (!path || svn_path_compare_paths(path, key) == 0) in svn_mergeinfo_inheritable2()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_path.h307 svn_path_compare_paths(const char *path1, const char *path2);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
Drepos.c1871 if (svn_path_compare_paths in hotcopy_structure()
1876 if (svn_path_compare_paths in hotcopy_structure()
1882 if (svn_path_compare_paths in hotcopy_structure()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Drevert.c131 i = svn_path_compare_paths(ca[0]->abspath, cb[0]->abspath); in compare_revert_list_copied_children()
Dwc_db.c16520 return svn_path_compare_paths(cqi1->local_relpath, cqi2->local_relpath); in compare_queue_items()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/
Dcompat.c818 if (svn_path_compare_paths(b->path, path) == 0 in log_path_del_receiver()
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
Dload_editor.c582 if (svn_path_compare_paths(nb_dirname, in new_node_record()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dcommit_util.c1391 return svn_path_compare_paths(item1->url, item2->url); in sort_commit_item_urls()
Dmerge.c6102 return svn_path_compare_paths(child1->abspath, child2->abspath); in compare_merge_path_t_as_paths()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
Dcompat.c1469 return svn_path_compare_paths(relpath1, relpath2); in sort_deletes_first()