| /freebsd-12.1/contrib/subversion/subversion/svn/ |
| H A D | resolve-cmd.c | 50 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()
|
| H A D | conflict-callbacks.c | 94 const char *path_prefix, in show_diff() argument 820 const char *path_prefix, in mark_conflict_resolved() argument 867 const char *path_prefix, in handle_text_conflict() argument 1072 path_prefix, in handle_text_conflict() 1152 path_prefix, in handle_text_conflict() 1270 const char *path_prefix, in handle_one_prop_conflict() argument 1300 path_prefix, in handle_one_prop_conflict() 1397 const char *path_prefix, in handle_prop_conflicts() argument 1682 const char *path_prefix, in handle_tree_conflict() argument 1929 const char *path_prefix, in resolve_conflict_interactively() argument [all …]
|
| H A D | info-cmd.c | 148 const char *path_prefix; member 265 receiver_baton->path_prefix, target, pool), in print_info_xml() 438 receiver_baton->path_prefix, target, pool))); in print_info() 559 receiver_baton->path_prefix, in print_info() 566 receiver_baton->path_prefix, in print_info() 626 receiver_baton->path_prefix, in print_info() 634 receiver_baton->path_prefix, in print_info() 642 receiver_baton->path_prefix, in print_info() 834 receiver_baton->path_prefix, target, pool))); in print_info_item() 982 SVN_ERR(svn_dirent_get_absolute(&receiver_baton.path_prefix, "", pool)); in svn_cl__info()
|
| H A D | update-cmd.c | 52 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()
|
| H A D | propget-cmd.c | 269 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()
|
| H A D | merge-cmd.c | 156 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()
|
| H A D | notify.c | 64 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()
|
| H A D | cl.h | 403 const char *path_prefix, 561 const char *path_prefix,
|
| H A D | file-merge.c | 866 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()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_file.cc | 57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary() 60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary() 76 if (len > sizeof(path_prefix) - 100) { in SetReportPath() 92 internal_snprintf(path_prefix, kMaxPathLength, "%s", path); in SetReportPath()
|
| H A D | sanitizer_file.h | 40 char path_prefix[kMaxPathLength]; member
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | collect2.c | 217 struct path_prefix struct 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() 650 add_prefix (struct path_prefix *pprefix, const char *prefix) in add_prefix() 684 prefix_from_env (const char *env, struct path_prefix *pprefix) in prefix_from_env() [all …]
|
| H A D | gcc.c | 284 struct path_prefix; 293 static char *build_search_list (const struct path_prefix *, const char *, 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" }; 2415 for_each_path (const struct path_prefix *paths, in for_each_path() 2754 add_prefix (struct path_prefix *pprefix, const char *prefix, in add_prefix() [all …]
|
| H A D | ChangeLog-1999 | 17989 programname, path_prefix, machine_suffix, just_machine_suffix,
|
| H A D | ChangeLog-2005 | 1052 path_prefix pointer. Add do_multi param. Adjust all callers.
|
| /freebsd-12.1/contrib/subversion/subversion/svnbench/ |
| H A D | null-info-cmd.c | 208 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()
|
| H A D | notify.c | 64 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.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | util.c | 142 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.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | locking_commands.c | 97 notify->path_prefix = lb->base_dir_abspath; in store_locks_callback()
|
| H A D | commit_util.c | 1653 notify->path_prefix = icb->notify_path_prefix; in do_item_commit() 1911 notify->path_prefix = notify_path_prefix; in svn_client__do_commit()
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_wc.h | 1456 const char *path_prefix; member
|