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

/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp205 std::string orig_path = orig_spec.GetPath();
207 if (orig_path.empty())
213 llvm::StringRef orig_ref(orig_path);
306 uint32_t PathMappingList::FindIndexForPath(ConstString orig_path) const {
307 const ConstString path = NormalizePath(orig_path);
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c88 const char *orig_path,
682 const char *orig_path;
688 orig_path = nb->copyfrom_path;
696 orig_path = (nb->kind == svn_node_dir)
707 orig_path = nb->path;
713 && ! ARE_VALID_COPY_ARGS(orig_path, orig_rev))
723 orig_path, orig_rev, nb->kind,
680 const char *orig_path; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1357 escape_path(apr_pool_t *pool, const char *orig_path) argument
1362 len = strlen(orig_path);
1365 status = apr_escape_shell(NULL, orig_path, len, &esc_len);
1372 return apr_psprintf(pool, "\"%s\"", orig_path);
1388 for (p = orig_path; *p; p++)
1428 for (p = (char *)orig_path; *p; p++)
1433 apr_escape_shell(path, orig_path, len, NULL);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c180 tracker_lookup(const char **orig_path,
190 *orig_path = path;
206 *orig_path = svn_dirent_join(parent->copyfrom_path->data,
213 *orig_path = path;
219 *orig_path = NULL;
226 *orig_path = NULL;
179 tracker_lookup(const char **orig_path, svn_revnum_t *orig_rev, path_tracker_t *tracker, const char *path, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c862 const char *orig_path = NULL, *new_path = NULL;
927 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
936 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
945 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
952 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
1043 orig_path, new_path,
1079 SVN_ERR(svn_diff_file_diff_2(&diff, orig_path,
1097 out_stream, diff, orig_path, new_path,
857 const char *orig_path = NULL, *new_path = NULL; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1136 const char *orig_path,
H A Dutil.c1795 const char *orig_path,
1817 decoded_orig = svn_path_uri_decode(orig_path, pool);
1793 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 333 milliseconds