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

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

Completed in 80 milliseconds