Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c460 const char *source_path, in delta_proplists() argument
506 if (committed_date || source_path) in delta_proplists()
514 if (last_author || source_path) in delta_proplists()
528 if (source_path) in delta_proplists()
611 const char *source_path, in delta_files() argument
627 if (source_path) in delta_files()
655 source_path ? source_path : NULL, in delta_files()
659 if (source_path) in delta_files()
759 const char *source_path, in replace_file_or_dir() argument
835 const char *source_path, in delta_dirs() argument
[all …]
/freebsd-12.1/bin/mv/
H A Dmv.c79 static void preserve_fd_acls(int source_fd, int dest_fd, const char *source_path,
454 preserve_fd_acls(int source_fd, int dest_fd, const char *source_path, in preserve_fd_acls() argument
467 source_path); in preserve_fd_acls()
477 source_path); in preserve_fd_acls()
486 warn("failed to get acl entries for %s", source_path); in preserve_fd_acls()
490 warn("acl_is_trivial() failed for %s", source_path); in preserve_fd_acls()
/freebsd-12.1/contrib/gdb/gdb/
H A Dsource.c90 char *source_path; variable
307 puts_filtered (source_path); in show_directories()
355 source_path = xstrdup (buf); in init_source_path()
376 xfree (source_path); in directory_command()
382 mod_path (dirname, &source_path); in directory_command()
797 fd = openp (source_path, 1, filename, O_RDONLY, 0, full_pathname); in source_full_path_of()
815 char *path = source_path; in open_source_file()
837 p = (char *) strstr (source_path, "$cdir"); in open_source_file()
844 alloca (strlen (source_path) + 1 + strlen (s->dirname) + 1); in open_source_file()
845 len = p - source_path; in open_source_file()
[all …]
H A Dremote-vx.c1071 extern char *source_path; in vx_open()
1146 desc = openp (source_path, 0, pLoadFile->name, O_RDONLY, 0, &fullname); in vx_open()
H A Ddefs.h613 extern char *source_path;
/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-cmd-env.c233 xfree (source_path); in mi_cmd_env_dir()
238 env_mod_path (argv[i], &source_path); in mi_cmd_env_dir()
241 ui_out_field_string (uiout, "source-path", source_path); in mi_cmd_env_dir()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1635 ValueObjectSP source_path; in DoGuessValueAt() local
1640 source_path = DoGuessValueAt(frame, origin_register, 0, disassembler, in DoGuessValueAt()
1650 source_path = in DoGuessValueAt()
1653 if (!source_path) { in DoGuessValueAt()
1656 source_path = in DoGuessValueAt()
1657 GetValueForDereferincingOffset(frame, source_path, offset); in DoGuessValueAt()
1660 if (source_path) { in DoGuessValueAt()
1661 return source_path; in DoGuessValueAt()
/freebsd-12.1/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_compat.c758 const char *source_path = NULL; in fetch_base_props() local
772 source_path = change->copyfrom_path; in fetch_base_props()
790 source_path = svn_relpath_join(enclosing_copy->copyfrom_path, in fetch_base_props()
797 source_path = repos_relpath; in fetch_base_props()
802 if (source_path) in fetch_base_props()
805 fetch_baton, source_path, source_rev, in fetch_base_props()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h407 const char *source_path,
415 const char *source_path,
H A Dfs-loader.c1446 const char *source_path, svn_fs_root_t *target_root, in svn_fs_merge() argument
1451 source_root, source_path, in svn_fs_merge()
1721 const char *source_path, in svn_fs_get_file_delta_stream() argument
1727 source_root, source_path, in svn_fs_get_file_delta_stream()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_fs.h2286 const char *source_path,
2922 const char *source_path,
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c2657 const char *source_path; in svn_mergeinfo__mergeinfo_from_segments() local
2664 source_path = apr_pstrcat(pool, "/", segment->path, SVN_VA_NULL); in svn_mergeinfo__mergeinfo_from_segments()
2668 path_ranges = svn_hash_gets(mergeinfo, source_path); in svn_mergeinfo__mergeinfo_from_segments()
2685 svn_hash_sets(mergeinfo, source_path, path_ranges); in svn_mergeinfo__mergeinfo_from_segments()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c1271 const char *source_path, in x_merge() argument
2210 const char *source_path, in x_get_file_delta_stream() argument
2218 if (source_root && source_path) in x_get_file_delta_stream()
2219 SVN_ERR(svn_fs_x__get_dag_node(&source_node, source_root, source_path, in x_get_file_delta_stream()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c843 const char *source_path = apr_hash_this_key(hi); in filter_self_referential_mergeinfo() local
851 source_path + 1, iterpool); in filter_self_referential_mergeinfo()
932 svn_hash_sets(filtered_younger_mergeinfo, source_path, in filter_self_referential_mergeinfo()
11158 const char *source_path; in find_unmerged_mergeinfo() local
11164 source_path = svn_relpath_join(source_repos_rel_path, in find_unmerged_mergeinfo()
11185 source_mergeinfo = svn_hash_gets(source_catalog, source_path); in find_unmerged_mergeinfo()
11188 svn_hash_sets(source_catalog, source_path, NULL); in find_unmerged_mergeinfo()
11226 svn_hash_sets(new_catalog, apr_pstrdup(scratch_pool, source_path), in find_unmerged_mergeinfo()
11239 const char *source_path = apr_hash_this_key(hi); in find_unmerged_mergeinfo() local
11241 svn_relpath_skip_ancestor(source_repos_rel_path, source_path); in find_unmerged_mergeinfo()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c2354 const char *source_path, in fs_merge() argument
3264 const char *source_path, in fs_get_file_delta_stream() argument
3271 if (source_root && source_path) in fs_get_file_delta_stream()
3272 SVN_ERR(get_dag(&source_node, source_root, source_path, pool)); in fs_get_file_delta_stream()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c2869 const char *source_path, in base_merge() argument
4141 const char *source_path, in base_get_file_delta_stream() argument
4150 if (source_root && source_path) in base_get_file_delta_stream()
4151 SVN_ERR(base_file_contents(&source, source_root, source_path, pool)); in base_get_file_delta_stream()