Home
last modified time | relevance | path

Searched refs:SVN_PATH_IS_EMPTY (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dpath.c50 #define SVN_PATH_IS_EMPTY(s) ((s)[0] == '\0') macro
127 if (SVN_PATH_IS_EMPTY(base)) in svn_path_join_internal()
129 if (SVN_PATH_IS_EMPTY(component)) in svn_path_join_internal()
171 else if (SVN_PATH_IS_EMPTY(base)) in svn_path_join_many()
189 if (SVN_PATH_IS_EMPTY(s)) in svn_path_join_many()
236 if (base_arg == 0 && ! (SVN_PATH_IS_EMPTY(base) && ! base_is_empty)) in svn_path_join_many()
238 if (SVN_PATH_IS_EMPTY(base)) in svn_path_join_many()
249 if (SVN_PATH_IS_EMPTY(s)) in svn_path_join_many()
343 if ((! SVN_PATH_IS_EMPTY(path->data)) in svn_path_add_component()
411 if (SVN_PATH_IS_EMPTY(path)) in svn_path_is_empty()
[all …]
Ddirent_uri.c49 #define SVN_PATH_IS_EMPTY(s) ((s)[0] == '\0') macro
308 if (SVN_PATH_IS_EMPTY(path)) in canonicalize()
678 if (SVN_PATH_IS_EMPTY(path1) || SVN_PATH_IS_EMPTY(path2)) in get_longest_ancestor_length()
794 if (SVN_PATH_IS_EMPTY(path1)) /* "" is the parent */ in is_child()
796 if (SVN_PATH_IS_EMPTY(path2)) /* "" not a child */ in is_child()
885 if (SVN_PATH_IS_EMPTY(dirent)) in svn_dirent_local_style()
980 if (SVN_PATH_IS_EMPTY(base)) in svn_dirent_join()
982 if (SVN_PATH_IS_EMPTY(component)) in svn_dirent_join()
1074 if (SVN_PATH_IS_EMPTY(s)) in svn_dirent_join_many()
1129 if (! SVN_PATH_IS_EMPTY(base)) in svn_dirent_join_many()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dmtcc.c41 #define SVN_PATH_IS_EMPTY(s) ((s)[0] == '\0') macro
137 if (SVN_PATH_IS_EMPTY(relpath)) in mtcc_op_find()
227 if (SVN_PATH_IS_EMPTY(relpath)) in get_origin()
493 if (SVN_PATH_IS_EMPTY(relpath) && MTCC_UNMODIFIED(mtcc)) in svn_client__mtcc_add_add_file()
591 if (SVN_PATH_IS_EMPTY(relpath) && MTCC_UNMODIFIED(mtcc)) in svn_client__mtcc_add_delete()
627 if (SVN_PATH_IS_EMPTY(relpath) && MTCC_UNMODIFIED(mtcc)) in svn_client__mtcc_add_mkdir()
821 if (SVN_PATH_IS_EMPTY(relpath) && MTCC_UNMODIFIED(mtcc)) in svn_client__mtcc_add_propset()
943 if (SVN_PATH_IS_EMPTY(relpath) && MTCC_UNMODIFIED(mtcc) in svn_client__mtcc_check_path()