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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c1392 const char *slash2;
1409 slash2 = strrchr(relpath2, '/');
1410 if ((slash1 == NULL && slash2 == NULL)
1412 && slash2 != NULL
1413 && (len1 = slash1 - relpath1) == (len2 = slash2 - relpath2)
1391 const char *slash2; local

Completed in 120 milliseconds