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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dold-and-busted.c197 read_path(const char **result,
209 /* This is read_path() for urls. This function does not do the is_canonical
474 SVN_ERR(read_path(&name, buf, end, pool));
589 SVN_ERR(read_path(&entry->prejfile, buf, end, pool));
591 SVN_ERR(read_path(&entry->conflict_old, buf, end, pool));
593 SVN_ERR(read_path(&entry->conflict_new, buf, end, pool));
595 SVN_ERR(read_path(&entry->conflict_wrk, buf, end, pool));
196 read_path(const char **result, function

Completed in 101 milliseconds