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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c1391 const char *slash1;
1408 slash1 = strrchr(relpath1, '/');
1410 if ((slash1 == NULL && slash2 == NULL)
1411 || (slash1 != NULL
1413 && (len1 = slash1 - relpath1) == (len2 = slash2 - relpath2)
1390 const char *slash1; local

Completed in 114 milliseconds