Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/svn/
Dresolve-cmd.c50 const char *path_prefix; member
65 cwb->path_prefix, cwb->pb, in conflict_walker()
84 const char *path_prefix; in svn_cl__walk_conflicts() local
89 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", scratch_pool)); in svn_cl__walk_conflicts()
100 cwb.path_prefix = path_prefix; in svn_cl__walk_conflicts()
125 path_prefix, pb, conflict_stats, in svn_cl__walk_conflicts()
Dconflict-callbacks.c94 const char *path_prefix, in show_diff() argument
149 path_prefix, path1, pool), label1); in show_diff()
152 path_prefix, path2, pool), label2); in show_diff()
831 const char *path_prefix, in mark_conflict_resolved() argument
838 path_prefix, svn_client_conflict_get_local_abspath(conflict), in mark_conflict_resolved()
878 const char *path_prefix, in handle_text_conflict() argument
912 local_relpath = svn_cl__local_style_skip_ancestor(path_prefix, in handle_text_conflict()
1037 SVN_ERR(show_diff(conflict, merged_abspath, path_prefix, in handle_text_conflict()
1083 path_prefix, in handle_text_conflict()
1163 path_prefix, in handle_text_conflict()
[all …]
Dupdate-cmd.c52 const char *path_prefix; in print_update_summary() local
59 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", scratch_pool)); in print_update_summary()
99 path_prefix, path, iterpool), in print_update_summary()
Dinfo-cmd.c408 const char *path_prefix; member
521 receiver_baton->path_prefix, target, pool); in print_info_xml()
720 receiver_baton->path_prefix, target, pool))); in print_info()
851 receiver_baton->path_prefix, in print_info()
858 receiver_baton->path_prefix, in print_info()
918 receiver_baton->path_prefix, in print_info()
926 receiver_baton->path_prefix, in print_info()
934 receiver_baton->path_prefix, in print_info()
1125 receiver_baton->path_prefix, target, pool)); in print_info_item()
1337 SVN_ERR(svn_dirent_get_absolute(&receiver_baton.path_prefix, "", pool)); in svn_cl__info()
Dpropget-cmd.c269 const char *path_prefix; in print_properties() local
271 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", pool)); in print_properties()
285 path_prefix, out, pname, in print_properties()
301 path_prefix, out, pname, print_filenames, in print_properties()
Dmerge-cmd.c156 const char *path_prefix; member
222 local_path = svn_cl__local_style_skip_ancestor(b->path_prefix, in conflict_func_merge_cmd()
525 SVN_ERR(svn_dirent_get_absolute(&b->path_prefix, "", pool)); in svn_cl__merge()
Dnotify.c64 const char *path_prefix; member
303 if (n->path_prefix) in notify_body()
304 path_local = svn_cl__local_style_skip_ancestor(n->path_prefix, n->path, in notify_body()
307 path_local = svn_cl__local_style_skip_ancestor(nb->path_prefix, n->path, in notify_body()
1255 SVN_ERR(svn_dirent_get_absolute(&nb->path_prefix, "", pool)); in svn_cl__get_notifier()
Dfile-merge.c866 const char *path_prefix, in svn_cl__merge_file() argument
885 const char *wc_rel_path = svn_dirent_skip_ancestor(path_prefix, wc_path); in svn_cl__merge_file()
949 merged_rel_path = svn_dirent_skip_ancestor(path_prefix, merged_path); in svn_cl__merge_file()
Dcl.h515 const char *path_prefix,
673 const char *path_prefix,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_file.cpp56 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary()
59 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary()
81 if (len > sizeof(path_prefix) - 100) { in SetReportPath()
97 internal_snprintf(path_prefix, kMaxPathLength, "%s", path); in SetReportPath()
Dsanitizer_file.h40 char path_prefix[kMaxPathLength]; member
/freebsd-12-stable/contrib/gcc/
Dcollect2.c217 struct path_prefix struct
227 static struct path_prefix cmdline_lib_dirs; /* directories specified with -L */ argument
228 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */
229 static struct path_prefix *libpaths[3] = {&cmdline_lib_dirs,
235 static char *find_a_file (struct path_prefix *, const char *);
236 static void add_prefix (struct path_prefix *, const char *);
237 static void prefix_from_env (const char *, struct path_prefix *);
238 static void prefix_from_string (const char *, struct path_prefix *);
554 static struct path_prefix cpath, path;
569 find_a_file (struct path_prefix *pprefix, const char *name) in find_a_file()
[all …]
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 *,
1426 struct path_prefix struct
1435 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; argument
1439 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
1443 static struct path_prefix include_prefixes = { 0, 0, "include" };
[all …]
DChangeLog-199917989 programname, path_prefix, machine_suffix, just_machine_suffix,
DChangeLog-20051052 path_prefix pointer. Add do_multi param. Adjust all callers.
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
Dnull-info-cmd.c208 const char *path_prefix; in svn_cl__null_info() local
220 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", pool)); in svn_cl__null_info()
Dnotify.c64 const char *path_prefix; member
92 if (n->path_prefix) in notify()
93 path_local = svn_cl__local_style_skip_ancestor(n->path_prefix, n->path, in notify()
96 path_local = svn_cl__local_style_skip_ancestor(nb->path_prefix, n->path, in notify()
1031 SVN_ERR(svn_dirent_get_absolute(&nb->path_prefix, "", pool)); in svn_cl__get_notifier()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dutil.c142 if (ret->path_prefix) in svn_wc_dup_notify()
143 ret->path_prefix = apr_pstrdup(pool, ret->path_prefix); in svn_wc_dup_notify()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dlocking_commands.c97 notify->path_prefix = lb->base_dir_abspath; in store_locks_callback()
Dcommit_util.c1675 notify->path_prefix = icb->notify_path_prefix; in do_item_commit()
1931 notify->path_prefix = notify_path_prefix; in svn_client__do_commit()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_wc.h1456 const char *path_prefix; member