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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpath.c56 #define SVN_PATH_IS_PLATFORM_EMPTY(s,n) ((n) == 1 && (s)[0] == '.')
69 * the platform's empty path (see definition of SVN_PATH_IS_PLATFORM_EMPTY),
84 return (! SVN_PATH_IS_PLATFORM_EMPTY(path, len)
648 if (SVN_PATH_IS_PLATFORM_EMPTY(path + oldi, i - oldi))
55 #define SVN_PATH_IS_PLATFORM_EMPTY macro
H A Ddirent_uri.c55 #define SVN_PATH_IS_PLATFORM_EMPTY(s,n) ((n) == 1 && (s)[0] == '.')
54 #define SVN_PATH_IS_PLATFORM_EMPTY macro

Completed in 55 milliseconds