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

/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dresolve-cmd.c52 const char *path_prefix;
67 cwb->path_prefix, cwb->pb,
86 const char *path_prefix;
91 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", scratch_pool));
102 cwb.path_prefix = path_prefix;
127 path_prefix, pb, conflict_stats,
50 const char *path_prefix; member in struct:conflict_walker_baton
84 const char *path_prefix; local
H A Dupdate-cmd.c54 const char *path_prefix;
61 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", scratch_pool));
101 path_prefix, path, iterpool),
52 const char *path_prefix; local
H A Dconflict-callbacks.c95 const char *path_prefix,
150 path_prefix, path1, pool), label1);
153 path_prefix, path2, pool), label2);
832 const char *path_prefix,
839 path_prefix, svn_client_conflict_get_local_abspath(conflict),
879 const char *path_prefix,
913 local_relpath = svn_cl__local_style_skip_ancestor(path_prefix,
1038 SVN_ERR(show_diff(conflict, merged_abspath, path_prefix,
1084 path_prefix,
1164 path_prefix,
92 show_diff(svn_client_conflict_t *conflict, const char *merged_abspath, const char *path_prefix, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
826 mark_conflict_resolved(svn_client_conflict_t *conflict, svn_client_conflict_option_id_t option_id, svn_boolean_t text_conflicted, const char *propname, svn_boolean_t tree_conflicted, const char *path_prefix, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
873 handle_text_conflict(svn_boolean_t *resolved, svn_boolean_t *postponed, svn_boolean_t *quit, svn_boolean_t *printed_description, svn_client_conflict_t *conflict, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, const char *editor_cmd, apr_hash_t *config, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1279 handle_one_prop_conflict(svn_client_conflict_option_t **option, svn_boolean_t *quit, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, const char *editor_cmd, apr_hash_t *config, svn_client_conflict_t *conflict, const char *propname, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1404 handle_prop_conflicts(svn_boolean_t *resolved, svn_boolean_t *postponed, svn_boolean_t *quit, const svn_string_t **merged_value, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, const char *editor_cmd, apr_hash_t *config, svn_client_conflict_t *conflict, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1750 handle_tree_conflict(svn_boolean_t *resolved, svn_boolean_t *postponed, svn_boolean_t *quit, svn_boolean_t *printed_description, svn_client_conflict_t *conflict, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1973 resolve_conflict_interactively(svn_boolean_t *resolved, svn_boolean_t *postponed, svn_boolean_t *quit, svn_boolean_t *external_failed, svn_boolean_t *printed_summary, svn_boolean_t *printed_description, svn_client_conflict_t *conflict, const char *editor_cmd, apr_hash_t *config, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
2029 svn_cl__resolve_conflict(svn_boolean_t *quit, svn_boolean_t *external_failed, svn_boolean_t *printed_summary, svn_client_conflict_t *conflict, svn_cl__accept_t accept_which, const char *editor_cmd, const char *path_prefix, svn_cmdline_prompt_baton_t *pb, svn_cl__conflict_stats_t *conflict_stats, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
[all...]
H A Dinfo-cmd.c410 const char *path_prefix;
523 receiver_baton->path_prefix, target, pool);
722 receiver_baton->path_prefix, target, pool)));
853 receiver_baton->path_prefix,
860 receiver_baton->path_prefix,
920 receiver_baton->path_prefix,
928 receiver_baton->path_prefix,
936 receiver_baton->path_prefix,
1127 receiver_baton->path_prefix, target, pool));
1339 SVN_ERR(svn_dirent_get_absolute(&receiver_baton.path_prefix, "", poo
408 const char *path_prefix; member in struct:print_info_baton_t
[all...]
H A Dmerge-cmd.c158 const char *path_prefix;
224 local_path = svn_cl__local_style_skip_ancestor(b->path_prefix,
527 SVN_ERR(svn_dirent_get_absolute(&b->path_prefix, "", pool));
156 const char *path_prefix; member in struct:conflict_func_merge_cmd_baton
H A Dpropget-cmd.c271 const char *path_prefix;
273 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", pool));
287 path_prefix, out, pname,
303 path_prefix, out, pname, print_filenames,
269 const char *path_prefix; local
H A Dnotify.c66 const char *path_prefix;
305 if (n->path_prefix)
306 path_local = svn_cl__local_style_skip_ancestor(n->path_prefix, n->path,
309 path_local = svn_cl__local_style_skip_ancestor(nb->path_prefix, n->path,
1257 SVN_ERR(svn_dirent_get_absolute(&nb->path_prefix, "", pool));
64 const char *path_prefix; member in struct:notify_baton
H A Dcl.h522 const char *path_prefix,
681 const char *path_prefix,
H A Dfile-merge.c866 const char *path_prefix,
885 const char *wc_rel_path = svn_dirent_skip_ancestor(path_prefix, wc_path);
949 merged_rel_path = svn_dirent_skip_ancestor(path_prefix, merged_path);
860 svn_cl__merge_file(svn_boolean_t *remains_in_conflict, const char *base_path, const char *their_path, const char *my_path, const char *merged_path, const char *wc_path, const char *path_prefix, const char *editor_cmd, apr_hash_t *config, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp56 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix,
59 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid);
75 if (len > sizeof(path_prefix) - 100) {
91 internal_snprintf(path_prefix, kMaxPathLength, "%s", path);
H A Dsanitizer_file.h39 char path_prefix[kMaxPathLength]; member in struct:__sanitizer::ReportFile
40 // Full path to report, obtained as <path_prefix>.PID
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dnull-info-cmd.c210 const char *path_prefix;
222 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", pool));
208 const char *path_prefix; local
H A Dnotify.c66 const char *path_prefix;
94 if (n->path_prefix)
95 path_local = svn_cl__local_style_skip_ancestor(n->path_prefix, n->path,
97 else /* skip nb->path_prefix, if it's non-null */
98 path_local = svn_cl__local_style_skip_ancestor(nb->path_prefix, n->path,
1033 SVN_ERR(svn_dirent_get_absolute(&nb->path_prefix, "", pool));
64 const char *path_prefix; member in struct:notify_baton
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c143 if (ret->path_prefix)
144 ret->path_prefix = apr_pstrdup(pool, ret->path_prefix);
/freebsd-12-stable/contrib/gcc/
H A Dcollect2.c219 struct path_prefix
229 static struct path_prefix cmdline_lib_dirs; /* directories specified with -L */
230 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */
231 static struct path_prefix *libpaths[3] = {&cmdline_lib_dirs,
237 static char *find_a_file (struct path_prefix *, const char *);
238 static void add_prefix (struct path_prefix *, const char *);
239 static void prefix_from_env (const char *, struct path_prefix *);
240 static void prefix_from_string (const char *, struct path_prefix *);
563 static struct path_prefix cpath, path;
578 find_a_file (struct path_prefix *pprefi
217 struct path_prefix struct
[all...]
H A Dgcc.c284 struct path_prefix;
293 static char *build_search_list (const struct path_prefix *, const char *,
295 static void putenv_from_prefixes (const struct path_prefix *, const char *,
298 static char *find_a_file (const struct path_prefix *, const char *, int, bool);
299 static void add_prefix (struct path_prefix *, const char *, const char *,
301 static void add_sysrooted_prefix (struct path_prefix *, const char *,
1432 struct path_prefix
1441 static struct path_prefix exec_prefixes = { 0, 0, "exec" };
1445 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
1449 static struct path_prefix include_prefixe
1426 struct path_prefix struct
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dlocking_commands.c99 notify->path_prefix = lb->base_dir_abspath;
H A Dcommit_util.c1676 notify->path_prefix = icb->notify_path_prefix;
1932 notify->path_prefix = notify_path_prefix;
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h1458 const char *path_prefix;
1456 const char *path_prefix; member in struct:svn_wc_notify_t

Completed in 393 milliseconds