Searched refs:orig_path (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-env.c44 static char *orig_path = NULL; variable
162 exec_path = xstrdup (orig_path);
258 orig_path = xstrdup (env);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp230 char orig_path[PATH_MAX]; local
232 const size_t orig_path_len = orig_spec.GetPath (orig_path, sizeof(orig_path));
242 if (::strncmp (pos->first.GetCString(), orig_path, prefix_len) == 0)
244 const size_t new_path_len = snprintf(new_path, sizeof(new_path), "%s/%s", pos->second.GetCString(), orig_path + prefix_len);
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c832 const char *orig_path;
838 orig_path = nb->copyfrom_path;
846 orig_path = (nb->kind == svn_node_dir)
857 orig_path = nb->path;
863 && ! ARE_VALID_COPY_ARGS(orig_path, orig_rev))
870 orig_path, orig_rev, NULL, NULL, &props, pool));
875 orig_path, orig_rev, 0, pool));
830 const char *orig_path; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c179 tracker_lookup(const char **orig_path,
189 *orig_path = path;
205 *orig_path = svn_dirent_join(parent->copyfrom_path->data,
212 *orig_path = path;
218 *orig_path = NULL;
225 *orig_path = NULL;
178 tracker_lookup(const char **orig_path, svn_revnum_t *orig_rev, path_tracker_t *tracker, const char *path, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c839 const char *orig_path = NULL, *new_path = NULL;
904 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
913 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
922 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
929 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
1020 orig_path, new_path,
1056 SVN_ERR(svn_diff_file_diff_2(&diff, orig_path,
1074 out_stream, diff, orig_path, new_path,
834 const char *orig_path = NULL, *new_path = NULL; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1117 const char *orig_path,
H A Dutil.c1729 const char *orig_path,
1751 decoded_orig = svn_path_uri_decode(orig_path, pool);
1727 svn_ra_serf__get_relative_path(const char **rel_path, const char *orig_path, svn_ra_serf__session_t *session, apr_pool_t *pool) argument

Completed in 201 milliseconds