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

/freebsd-10.1-release/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.1-release/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.1-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c832 const char *orig_path = NULL, *new_path = NULL;
897 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
906 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
915 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
922 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
1013 orig_path, new_path,
1049 SVN_ERR(svn_diff_file_diff_2(&diff, orig_path,
1067 (out_stream, diff, orig_path, new_path,
1090 if (orig_path)
1091 SVN_ERR(svn_io_remove_file2(orig_path, FALS
827 const char *orig_path = NULL, *new_path = NULL; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c850 const char *orig_path;
868 if (strcmp(path, dirents->orig_path) == 0)
1111 dirent_walk.orig_path = svn_urlpath__canonicalize(path, pool);
848 const char *orig_path; member in struct:path_dirent_visitor_t
H A Dra_serf.h1406 const char *orig_path,
H A Dutil.c2536 const char *orig_path,
2560 decoded_orig = svn_path_uri_decode(orig_path, pool);
2533 svn_ra_serf__get_relative_path(const char **rel_path, const char *orig_path, svn_ra_serf__session_t *session, svn_ra_serf__connection_t *conn, apr_pool_t *pool) argument

Completed in 185 milliseconds