| /trueos/contrib/subversion/subversion/libsvn_repos/ |
| HD | delta.c | 105 const char *source_path, 121 const char *source_path, 143 const char *source_path, 158 const char *source_path, 465 const char *source_path, in delta_proplists() argument 511 if (committed_date || source_path) in delta_proplists() 519 if (last_author || source_path) in delta_proplists() 533 if (source_path) in delta_proplists() 539 c->source_root, source_path, subpool)); in delta_proplists() 545 source_path, subpool)); in delta_proplists() [all …]
|
| /trueos/bin/mv/ |
| HD | mv.c | 77 static void preserve_fd_acls(int source_fd, int dest_fd, const char *source_path, 443 preserve_fd_acls(int source_fd, int dest_fd, const char *source_path, in preserve_fd_acls() argument 456 source_path); in preserve_fd_acls() 466 source_path); in preserve_fd_acls() 475 warn("failed to get acl entries for %s", source_path); in preserve_fd_acls() 479 warn("acl_is_trivial() failed for %s", source_path); in preserve_fd_acls()
|
| /trueos/contrib/gdb/gdb/ |
| HD | source.c | 90 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 …]
|
| HD | remote-vx.c | 1071 extern char *source_path; in vx_open() 1146 desc = openp (source_path, 0, pLoadFile->name, O_RDONLY, 0, &fullname); in vx_open()
|
| HD | defs.h | 613 extern char *source_path;
|
| /trueos/contrib/gdb/gdb/mi/ |
| HD | mi-cmd-env.c | 233 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()
|
| /trueos/contrib/subversion/subversion/libsvn_fs/ |
| HD | fs-loader.h | 343 const char *source_path, 351 const char *source_path,
|
| HD | fs-loader.c | 1130 const char *source_path, svn_fs_root_t *target_root, in svn_fs_merge() argument 1135 source_root, source_path, in svn_fs_merge() 1364 const char *source_path, in svn_fs_get_file_delta_stream() argument 1370 source_root, source_path, in svn_fs_get_file_delta_stream()
|
| /trueos/contrib/subversion/subversion/include/ |
| HD | svn_fs.h | 1701 const char *source_path, 2162 const char *source_path,
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | mergeinfo.c | 2547 const char *source_path; in svn_mergeinfo__mergeinfo_from_segments() local 2554 source_path = apr_pstrcat(pool, "/", segment->path, (char *)NULL); in svn_mergeinfo__mergeinfo_from_segments() 2558 path_ranges = svn_hash_gets(mergeinfo, source_path); in svn_mergeinfo__mergeinfo_from_segments() 2575 svn_hash_sets(mergeinfo, source_path, path_ranges); in svn_mergeinfo__mergeinfo_from_segments()
|
| /trueos/contrib/subversion/subversion/libsvn_client/ |
| HD | merge.c | 866 const char *source_path = svn__apr_hash_index_key(hi); in filter_self_referential_mergeinfo() local 874 source_path + 1, iterpool); in filter_self_referential_mergeinfo() 955 svn_hash_sets(filtered_younger_mergeinfo, source_path, in filter_self_referential_mergeinfo() 11051 const char *source_path; in find_unmerged_mergeinfo() local 11057 source_path = svn_relpath_join(source_repos_rel_path, in find_unmerged_mergeinfo() 11078 source_mergeinfo = svn_hash_gets(source_catalog, source_path); in find_unmerged_mergeinfo() 11081 svn_hash_sets(source_catalog, source_path, NULL); in find_unmerged_mergeinfo() 11119 svn_hash_sets(new_catalog, apr_pstrdup(scratch_pool, source_path), in find_unmerged_mergeinfo() 11132 const char *source_path = svn__apr_hash_index_key(hi); in find_unmerged_mergeinfo() local 11134 svn_relpath_skip_ancestor(source_repos_rel_path, source_path); in find_unmerged_mergeinfo() [all …]
|
| /trueos/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | tree.c | 2113 const char *source_path, in fs_merge() argument 3087 const char *source_path, in fs_get_file_delta_stream() argument 3094 if (source_root && source_path) in fs_get_file_delta_stream() 3095 SVN_ERR(get_dag(&source_node, source_root, source_path, TRUE, pool)); in fs_get_file_delta_stream()
|
| /trueos/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | tree.c | 2779 const char *source_path, in base_merge() argument 4006 const char *source_path, in base_get_file_delta_stream() argument 4015 if (source_root && source_path) in base_get_file_delta_stream() 4016 SVN_ERR(base_file_contents(&source, source_root, source_path, pool)); in base_get_file_delta_stream()
|