Home
last modified time | relevance | path

Searched refs:link_path (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_ra/
HDdebug_reporter.c73 link_path(void *report_baton, in link_path() function
87 SVN_ERR(rb->wrapped_reporter->link_path(rb->wrapped_report_baton, path, url, in link_path()
139 tree_reporter->link_path = link_path; in svn_ra__get_debug_reporter()
HDdeprecated.c100 link_path(void *report_baton, in link_path() function
109 return b->reporter3->link_path(b->reporter3_baton, in link_path()
149 link_path,
HDwrapper_template.h237 return crb->reporter->link_path(crb->baton, path, url, revision, in compat_link_path()
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDHostProcessPosix.cpp71 char link_path[PATH_MAX]; in GetMainModule() local
72 if (snprintf(link_path, PATH_MAX, "/proc/%" PRIu64 "/exe", m_process) != 1) in GetMainModule()
78 error = FileSystem::Readlink(FileSpec{link_path, false}, file_spec); in GetMainModule()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDreporter.c84 const char *link_path; /* NULL for set_path or delete_path */ member
296 SVN_ERR(read_string(&(*pi)->link_path, reader, pool)); in read_path_info()
298 (*pi)->link_path = NULL; in read_path_info()
926 if (info && info->link_path && !b->is_switch) in update_entry()
928 t_path = info->link_path; in update_entry()
941 s_path = (info->link_path) ? info->link_path : s_path; in update_entry()
1367 info_is_set_path = (SVN_IS_VALID_REVNUM(info->rev) && !info->link_path); in drive()
1420 || info->link_path || !SVN_IS_VALID_REVNUM(info->rev)) in finish_report()
1522 svn_repos_link_path3(void *baton, const char *path, const char *link_path, in svn_repos_link_path3() argument
1532 write_path_info(baton, path, link_path, rev, depth, in svn_repos_link_path3()
HDdeprecated.c340 svn_repos_link_path2(void *baton, const char *path, const char *link_path, in svn_repos_link_path2() argument
344 return svn_repos_link_path3(baton, path, link_path, rev, svn_depth_infinity, in svn_repos_link_path2()
349 svn_repos_link_path(void *baton, const char *path, const char *link_path, in svn_repos_link_path() argument
353 return svn_repos_link_path2(baton, path, link_path, rev, start_empty, in svn_repos_link_path()
/NextBSD/contrib/llvm/lib/Support/Unix/
HDPath.inc135 char link_path[MAXPATHLEN];
136 if (realpath(exe_path, link_path))
137 return link_path;
168 char link_path[MAXPATHLEN];
169 if (realpath(DLInfo.dli_fname, link_path))
170 return link_path;
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDadm_crawler.c449 SVN_ERR(reporter->link_path(report_baton, in report_revisions_and_depths()
471 SVN_ERR(reporter->link_path(report_baton, in report_revisions_and_depths()
531 SVN_ERR(reporter->link_path(report_baton, in report_revisions_and_depths()
554 SVN_ERR(reporter->link_path(report_baton, in report_revisions_and_depths()
827 err = reporter->link_path(report_baton, in svn_wc_crawl_revisions5()
HDexternals.c1214 SVN_ERR(reporter->link_path(report_baton, "", in svn_wc__crawl_file_external()
HDdeprecated.c249 return wrb->reporter->link_path(wrb->baton, path, url, revision, in wrap_3to2_link_path()
409 return wrb->reporter->link_path(wrb->baton, path, url, revision, in wrap_2to1_link_path()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_ra.h413 svn_error_t *(*link_path)(void *report_baton, member
463 svn_error_t *(*link_path)(void *report_baton, member
503 svn_error_t *(*link_path)(void *report_baton, member
HDsvn_repos.h1243 const char *link_path,
1260 const char *link_path,
1275 const char *link_path,
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDstatus.c175 return rb->wrapped_reporter->link_path(rb->wrapped_report_baton, path, url, in reporter_link_path()
HDdiff.c2101 SVN_ERR(reporter->link_path(reporter_baton, target, in diff_repos_wc()
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDupdate.c2248 link_path(void *report_baton, in link_path() function
2722 link_path,
/NextBSD/contrib/subversion/subversion/svnserve/
HDserve.c872 static svn_error_t *link_path(svn_ra_svn_conn_t *conn, apr_pool_t *pool, in link_path() function
928 { "link-path", link_path },
/NextBSD/contrib/gcc/
HDFSFChangeLog.102166 * rs6000.h (EXTRA_SPECS): Add link_syscalls, link_libg, link_path,