Searched refs:full_path (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c249 const char *full_path,
259 db->path = full_path;
284 const char *full_path;
289 full_path = svn_fspath__join(eb->base_path,
296 _("Got source path but no source revision for '%s'"), full_path);
309 SVN_ERR(check_authz(eb, full_path, eb->txn_root,
318 SVN_ERR(svn_fs_check_path(&kind, eb->txn_root, full_path, subpool));
320 return svn_error_trace(out_of_date(full_path, kind));
343 eb->txn_root, full_path, subpool));
353 SVN_ERR(check_authz(eb, full_path, e
245 make_dir_baton(struct edit_baton *edit_baton, struct dir_baton *parent_baton, const char *full_path, svn_boolean_t was_copied, svn_revnum_t base_revision, apr_pool_t *pool) argument
282 const char *full_path; local
453 const char *full_path; local
510 const char *full_path; local
578 const char *full_path; local
[all...]
H A Ddump.c726 const char *full_path;
733 full_path = svn_relpath_join(eb->path, path, pool);
735 full_path = apr_pstrdup(pool, eb->path);
742 new_db->path = full_path;
722 const char *full_path; local
/freebsd-11.0-release/sbin/nvmecontrol/
H A Dnvmecontrol.c168 char full_path[64]; local
180 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str);
181 *fd = open(full_path, O_RDWR);
184 warn("could not open %s", full_path);
/freebsd-11.0-release/contrib/subversion/subversion/svnserve/
H A Dserve.c1315 const char *path, *token, *full_path;
1334 full_path = svn_fspath__join(sb->repository->fs_path->data,
1338 if (! lookup_access(pool, sb, svn_authz_write, full_path, TRUE))
1378 const char *path, *token, *full_path;
1385 full_path = svn_fspath__join(sb->repository->fs_path->data,
1389 svn_hash_sets(targets, full_path, token);
1521 const char *path, *full_path, *hex_digest;
1548 full_path = svn_fspath__join(b->repository->fs_path->data,
1553 full_path, FALSE));
1559 svn_log__get_file(full_path, re
1314 const char *path, *token, *full_path; local
1377 const char *path, *token, *full_path; local
1520 const char *path, *full_path, *hex_digest; local
1644 const char *path, *full_path; local
1846 const char *target, *full_path, *depth_word; local
1932 const char *full_path = svn_fspath__join(b->repository->fs_path->data, local
1972 const char *full_path = svn_fspath__join(b->repository->fs_path->data, local
2028 const char *full_path = svn_fspath__join(b->repository->fs_path->data, local
2075 const char *full_path; local
2209 const char *full_path; local
2311 const char *path, *full_path; local
2341 const char *path, *full_path, *cdate; local
2655 const char *full_path; local
2706 const char *full_path; local
2803 const char *path, *full_path; local
2838 const char *full_path = apr_hash_this_key(hi); local
2867 const char *path, *full_path; local
2934 const char *path, *token, *full_path; local
2984 const char *path, *full_path, *token; local
3016 const char *full_path = apr_hash_this_key(hi); local
3044 const char *path, *token, *full_path; local
3104 const char *full_path; local
3132 const char *full_path; local
3288 const char *path, *full_path; local
3312 const char *path, *full_path; local
3479 const char *path, *full_path, *fs_path, *hooks_env; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dexport.c617 const char *full_path = svn_dirent_join(eb->root_path, path, pool);
620 SVN_ERR(svn_io_check_path(full_path, &kind, pool));
622 SVN_ERR(svn_io_dir_make(full_path, APR_OS_DEFAULT, pool));
626 svn_dirent_local_style(full_path, pool));
630 svn_dirent_local_style(full_path, pool));
634 svn_wc_notify_t *notify = svn_wc_create_notify(full_path,
642 db->path = full_path;
662 const char *full_path = svn_dirent_join(eb->root_path, path, pool);
671 fb->path = full_path;
946 const char *full_path
614 const char *full_path = svn_dirent_join(eb->root_path, path, pool); local
659 const char *full_path = svn_dirent_join(eb->root_path, path, pool); local
942 const char *full_path = svn_dirent_join(eb->root_path, relpath, local
1069 const char *full_path = svn_dirent_join(eb->root_path, relpath, local
[all...]
/freebsd-11.0-release/contrib/amd/amd/
H A Dmapc.c1157 static char full_path[MAXPATHLEN]; local
1181 xstrlcpy(full_path, str, sizeof(full_path));
1182 len = strlen(full_path);
1183 if (full_path[len - 1] != '/') /* add trailing "/" if needed */
1184 xstrlcat(full_path, "/", sizeof(full_path));
1185 xstrlcat(full_path, map, sizeof(full_path));
1186 if (access(full_path, R_O
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc62 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix,
65 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid);
67 fd = OpenFile(full_path, WrOnly);
71 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
H A Dsanitizer_common.h202 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-usb-linux.c343 char full_path[USB_LINE_LEN]; local
366 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
367 handle->fd = open(full_path, O_RDONLY, 0);
405 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index);
406 handle->fd = open(full_path, O_RDONLY, 0);
415 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index);
416 handle->fd = open(full_path, O_RDONLY, 0);
421 "Can't open USB bus file %s: %s", full_path, strerror(errno));
/freebsd-11.0-release/contrib/subversion/
H A Dwin-tests.py609 full_path = os.path.join(self.httpd_dir, 'modules', path)
610 return 'LoadModule ' + name + " " + self._quote(full_path) + '\n'
613 full_path = os.path.join(self.abs_builddir, path)
614 return 'LoadModule ' + name + ' ' + self._quote(full_path) + '\n'
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsymtab.c156 char *full_path = NULL; local
162 full_path = xfullpath (name);
163 make_cleanup (xfree, full_path);
182 if (full_path != NULL)
185 if (FILENAME_CMP (full_path, fp) == 0)
247 char *full_path = NULL; local
254 full_path = xfullpath (name);
255 make_cleanup (xfree, full_path);
269 if (full_path != NULL)
274 && FILENAME_CMP (full_path, ps
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c518 const char *full_path;
563 full_path = svn_dirent_join(path, tmp_node->name, iterpool);
564 SVN_ERR(print_dirs_changed_tree(tmp_node, full_path, iterpool));
581 const char *full_path;
640 full_path = svn_dirent_join(path, node->name, iterpool);
641 SVN_ERR(print_changed_tree(node, full_path, copy_info, iterpool));
513 const char *full_path; local
576 const char *full_path; local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c2301 char *full_path;
2307 status = apr_filepath_merge(&full_path,
2317 *result_path = svn_dirent_canonicalize(full_path, result_pool);
2299 char *full_path; local
H A Dio.c4506 const char *full_path;
4532 full_path = svn_dirent_join(dirname, name_utf8, subpool);
4533 SVN_ERR(svn_io_dir_walk2(full_path,
4544 full_path = svn_dirent_join(dirname, name_utf8, subpool);
4546 full_path,
4497 const char *full_path; local

Completed in 296 milliseconds