Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dwc_db.c14653 const char *first_relpath; in find_wclock() local
14664 first_relpath = strchr(dir_relpath, '/'); in find_wclock()
14666 if (first_relpath != NULL) in find_wclock()
14667 first_relpath = apr_pstrndup(scratch_pool, dir_relpath, in find_wclock()
14668 first_relpath - dir_relpath); in find_wclock()
14670 first_relpath = dir_relpath; in find_wclock()
14675 first_relpath)); in find_wclock()