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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpath.c476 apr_size_t last_dirsep = 0;
488 last_dirsep = i;
503 /* last_dirsep is now the offset of the last directory separator we
511 if (last_dirsep == 0 && path1[0] == '/' && path2[0] == '/')
513 return last_dirsep;
472 apr_size_t last_dirsep = 0; local
H A Ddirent_uri.c671 apr_size_t last_dirsep = 0;
686 last_dirsep = i;
709 if (last_dirsep == 1 && path1[0] == '/' && path1[1] == '/')
711 last_dirsep = 0;
735 /* last_dirsep is now the offset of the last directory separator we
753 last_dirsep == 2 && path1[1] == ':' && path1[2] == '/'
757 if (last_dirsep == 0 && path1[0] == '/' && path2[0] == '/')
764 return last_dirsep;
670 apr_size_t last_dirsep = 0; local

Completed in 103 milliseconds