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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c147 const char *abs_targets_j;
155 abs_targets_j = APR_ARRAY_IDX(abs_targets, j, const char *);
157 j_is_url = svn_path_is_url(abs_targets_j);
164 abs_targets_j,
168 abs_targets_j,
179 else if (strcmp(ancestor, abs_targets_j) == 0)
145 const char *abs_targets_j; local
H A Ddirent_uri.c2182 const char *abs_targets_j;
2189 abs_targets_j = APR_ARRAY_IDX(abs_targets, j, const char *);
2192 (abs_targets_i, abs_targets_j, scratch_pool);
2202 else if (strcmp(ancestor, abs_targets_j) == 0)
2180 const char *abs_targets_j; local

Completed in 124 milliseconds