Searched refs:abspath (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c372 = svn_dirent_join(wcroot->abspath, local_relpath, result_pool);
1509 ### Perhaps we could check wcroot->abspath to detect which case we have
1518 const char *abspath = apr_hash_this_key(hi); local
1519 if (svn_dirent_is_ancestor(wcroot->abspath, abspath))
1520 svn_hash_sets(db->dir_data, abspath, NULL);
1524 svn_hash_sets(db->dir_data, wcroot->abspath, wcroot);
1550 if (svn_dirent_is_ancestor(wcroot->abspath, local_abspath))
1553 svn_dirent_skip_ancestor(wcroot->abspath,
1586 *local_abspath = svn_dirent_join(wcroot->abspath,
[all...]
H A Dupgrade.c410 create_physical_lock(const char *abspath, apr_pool_t *scratch_pool) argument
412 const char *lock_abspath = build_lockfile_path(abspath, scratch_pool);
H A Dentries.c656 op_root_abspath = svn_dirent_join(wcroot->abspath, op_root_relpath,
777 op_root_abspath = svn_dirent_join(wcroot->abspath,
H A Dwc_db.h336 returning a persisted relpath back into an abspath.
1304 char * local abspath of where they are defined for all externals defined
1713 const char *abspath; member in struct:svn_wc__db_revert_list_copied_child_info_t
3157 /* ### shallow hash: abspath -> svn_wc_adm_access_t * */
H A Ddeprecated.c76 /* We make the abspath relative by retrieving the access baton
4858 const char *abspath,
4864 wc_ctx, abspath,
4855 svn_wc_read_kind(svn_node_kind_t *kind, svn_wc_context_t *wc_ctx, const char *abspath, svn_boolean_t show_hidden, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c955 char *abspath = malloc(MAXPATHLEN); local
956 if (abspath == NULL)
960 if (realpath(argv[optind], abspath) != NULL)
961 strncpy(filename, abspath, MAXPATHLEN - 1);
965 free(abspath);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dupdate.c819 const char *abspath;
822 SVN_ERR(svn_dirent_get_absolute(&abspath, path, pool));
823 SVN_ERR(svn_wc__get_wcroot(&wcroot_abspath, ctx->wc_ctx, abspath,
817 const char *abspath; local
H A Dadd.c434 const char *abspath;
452 abspath = svn_dirent_join(dir_abspath, name, iterpool);
468 SVN_ERR(add_dir_recursive(abspath, depth_below_here,
477 err = add_file(abspath, magic_cookie, config_autoprops,
432 const char *abspath; local
H A Dmergeinfo.c60 new->abspath = apr_pstrdup(pool, old->abspath);
74 svn_client__merge_path_create(const char *abspath, argument
79 result->abspath = apr_pstrdup(pool, abspath);
H A Dclient.h1088 * in CONFLICTED_PATHS (const char *abspath keys; ignored values). If
1174 const char *abspath; member in struct:merge_target_t
H A Dpatch.c3495 const char *abspath,
3509 if (! strcmp(cb->local_abspath, abspath))
3517 if (! strcmp(target_info->local_abspath, abspath))
3619 /* The abspath to the working copy the patch should be applied to. */
3493 can_delete_callback(void *baton, const char *abspath, const svn_wc_status3_t *status, apr_pool_t *pool) argument
H A Ddeprecated.c2156 const char *abspath = apr_hash_this_key(hi);
2159 svn_dirent_skip_ancestor(target, abspath),
2154 const char *abspath = apr_hash_this_key(hi); local
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta2deps.py138 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): function
483 cwd = abspath(w[2], cwd, None, self.debug, self.debug_out)
559 dir = abspath(dir, cwd, self.last_dir, self.debug, self.debug_out)
/freebsd-13-stable/share/mk/
H A Dmeta2deps.py139 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): function
484 cwd = abspath(w[2], cwd, None, self.debug, self.debug_out)
560 dir = abspath(dir, cwd, self.last_dir, self.debug, self.debug_out)
/freebsd-13-stable/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in694 testgroup = TestGroup(os.path.abspath(pathname),
959 value = set(os.path.abspath(p) for p in value.split(','))
966 setattr(parser.values, option.dest, os.path.abspath(value))
1030 options.pathnames = [os.path.abspath(path) for path in pathnames]
/freebsd-13-stable/contrib/subversion/
H A Dwin-tests.py221 abs_httpd_dir = os.path.abspath(val)
296 abs_srcdir = os.path.abspath("")
302 abs_builddir = os.path.abspath(args[0])
1151 args = (os.path.abspath(java_exe),)
/freebsd-13-stable/contrib/bmake/
H A Dmain.c1182 const char *abspath = cached_realpath(argv0, pathbuf); local
1184 if (abspath != NULL && abspath[0] == '/' &&
1186 make = abspath;
/freebsd-13-stable/libexec/tftpd/tests/
H A Dfunctional.c404 TFTPD_TC_DEFINE(abspath,)
414 pathlen = strlcat(&command[2], "/abspath.txt", sizeof(command) - 2);
418 fd = open("abspath.txt", O_CREAT | O_RDONLY, 0644);
1173 TFTPD_TC_ADD(tp, abspath);
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h55 * - Local abspath
5315 * abspath and @a adm_access is unused and a SHA-1 checksum cannot be
5916 * path instead of a working copy context-abspath pair and
8105 const char *abspath,
8433 * Set @a kind to the #svn_node_kind_t of @a abspath. Use @a wc_ctx to access
8436 * If @a abspath is not under version control, set @a kind to #svn_node_none.
8476 const char *abspath,

Completed in 419 milliseconds

12