Home
last modified time | relevance | path

Searched refs:SVN_PATH_IS_PLATFORM_EMPTY (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dpath.c55 #define SVN_PATH_IS_PLATFORM_EMPTY(s,n) ((n) == 1 && (s)[0] == '.') macro
81 return (! SVN_PATH_IS_PLATFORM_EMPTY(path, len) in is_canonical()
644 if (SVN_PATH_IS_PLATFORM_EMPTY(path + oldi, i - oldi)) in svn_path_decompose()
Ddirent_uri.c54 #define SVN_PATH_IS_PLATFORM_EMPTY(s,n) ((n) == 1 && (s)[0] == '.') macro