Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c14601 const char *first_relpath; in find_wclock() local
14612 first_relpath = strchr(dir_relpath, '/'); in find_wclock()
14614 if (first_relpath != NULL) in find_wclock()
14615 first_relpath = apr_pstrndup(scratch_pool, dir_relpath, in find_wclock()
14616 first_relpath - dir_relpath); in find_wclock()
14618 first_relpath = dir_relpath; in find_wclock()
14623 first_relpath)); in find_wclock()