Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
Ddebug_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()
Ddeprecated.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,
Dwrapper_template.h237 return crb->reporter->link_path(crb->baton, path, url, revision, in compat_link_path()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
DHostProcessPosix.cpp58 char link_path[PATH_MAX]; in GetMainModule() local
59 if (snprintf(link_path, PATH_MAX, "/proc/%" PRIu64 "/exe", m_process) != 1) { in GetMainModule()
64 error = FileSystem::Instance().Readlink(FileSpec(link_path), file_spec); in GetMainModule()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
Dreporter.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()
928 if (info && info->link_path && !b->is_switch) in update_entry()
930 t_path = info->link_path; in update_entry()
943 s_path = (info->link_path) ? info->link_path : s_path; in update_entry()
1388 info_is_set_path = (SVN_IS_VALID_REVNUM(info->rev) && !info->link_path); in drive()
1441 || info->link_path || !SVN_IS_VALID_REVNUM(info->rev)) in finish_report()
1543 svn_repos_link_path3(void *baton, const char *path, const char *link_path, in svn_repos_link_path3() argument
1553 write_path_info(baton, path, link_path, rev, depth, in svn_repos_link_path3()
Ddeprecated.c345 svn_repos_link_path2(void *baton, const char *path, const char *link_path, in svn_repos_link_path2() argument
349 return svn_repos_link_path3(baton, path, link_path, rev, svn_depth_infinity, in svn_repos_link_path2()
354 svn_repos_link_path(void *baton, const char *path, const char *link_path, in svn_repos_link_path() argument
358 return svn_repos_link_path2(baton, path, link_path, rev, start_empty, in svn_repos_link_path()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dadm_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()
Dexternals.c1232 SVN_ERR(reporter->link_path(report_baton, "", in svn_wc__crawl_file_external()
Ddeprecated.c250 return wrb->reporter->link_path(wrb->baton, path, url, revision, in wrap_3to2_link_path()
410 return wrb->reporter->link_path(wrb->baton, path, url, revision, in wrap_2to1_link_path()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DPath.inc201 char link_path[PATH_MAX];
202 if (realpath(exe_path, link_path))
203 return link_path;
213 char link_path[PATH_MAX];
214 if (realpath(exe_path, link_path))
215 return link_path;
227 char link_path[PATH_MAX];
228 if (realpath((char *)aux->a_un.a_ptr, link_path))
229 return link_path;
315 char link_path[PATH_MAX];
[all …]
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_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
Dsvn_repos.h1270 const char *link_path,
1287 const char *link_path,
1302 const char *link_path,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dstatus.c179 return rb->wrapped_reporter->link_path(rb->wrapped_report_baton, path, url, in reporter_link_path()
Ddiff.c2321 SVN_ERR(reporter->link_path(reporter_baton, target, in diff_repos_wc()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dupdate.c2103 link_path(void *report_baton, in link_path() function
2538 link_path,
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
Dserve.c903 static svn_error_t *link_path(svn_ra_svn_conn_t *conn, apr_pool_t *pool, in link_path() function
967 { "link-path", link_path },
/freebsd-12-stable/contrib/gcc/
DFSFChangeLog.102166 * rs6000.h (EXTRA_SPECS): Add link_syscalls, link_libg, link_path,