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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c276 const char *full_path,
286 db->path = full_path;
311 const char *full_path, *canonicalized_path;
318 full_path = svn_fspath__join(eb->base_path, canonicalized_path, pool);
324 _("Got source path but no source revision for '%s'"), full_path);
336 SVN_ERR(check_authz(eb, full_path, eb->txn_root,
345 SVN_ERR(svn_fs_check_path(&kind, eb->txn_root, full_path, subpool));
347 return svn_error_trace(out_of_date(full_path, kind));
368 eb->txn_root, full_path, subpool));
378 SVN_ERR(check_authz(eb, full_path, e
272 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
309 const char *full_path, *canonicalized_path; local
481 const char *full_path, *canonicalized_path; local
543 const char *full_path, *canonicalized_path; local
617 const char *full_path, *canonicalized_path; local
[all...]
H A Ddump.c756 const char *full_path, *canonicalized_path;
763 full_path = svn_relpath_join(eb->path, path, pool);
765 full_path = apr_pstrdup(pool, eb->path);
776 new_db->path = full_path;
752 const char *full_path, *canonicalized_path; local
/freebsd-11-stable/sbin/nvmecontrol/
H A Dnvmecontrol.c184 char full_path[64]; local
196 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str);
197 *fd = open(full_path, O_RDWR);
200 warn("could not open %s", full_path);
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1378 const char *path, *token, *full_path;
1398 full_path = svn_fspath__join(sb->repository->fs_path->data,
1401 if (! lookup_access(pool, sb, svn_authz_write, full_path, TRUE))
1443 const char *path, *token, *full_path;
1452 full_path = svn_fspath__join(sb->repository->fs_path->data,
1455 svn_hash_sets(targets, full_path, token);
1593 const char *path, *full_path, *hex_digest, *canonical_path;
1622 full_path = svn_fspath__join(b->repository->fs_path->data, canonical_path,
1627 full_path, FALSE));
1633 svn_log__get_file(full_path, re
1377 const char *path, *token, *full_path; local
1442 const char *path, *token, *full_path; local
1592 const char *path, *full_path, *hex_digest, *canonical_path; local
1779 const char *path, *full_path, *canonical_path; local
1955 const char *target, *full_path, *depth_word, *canonical_target; local
2049 const char *full_path = svn_fspath__join(b->repository->fs_path->data, local
2094 const char *full_path = svn_fspath__join(b->repository->fs_path->data, local
2158 const char *full_path = svn_fspath__join(b->repository->fs_path->data, local
2266 const char *full_path, *canonical_path; local
2436 const char *full_path, *canonical_path; local
2546 const char *path, *full_path, *canonical_path; local
2581 const char *path, *full_path, *cdate, *canonical_path; local
2903 const char *full_path; local
2960 const char *full_path; local
3063 const char *path, *full_path, *canonical_path; local
3098 const char *full_path = apr_hash_this_key(hi); local
3127 const char *path, *full_path, *canonical_path; local
3197 const char *path, *token, *full_path, *canonical_path; local
3250 const char *path, *full_path, *token, *canonical_path; local
3283 const char *full_path = apr_hash_this_key(hi); local
3311 const char *path, *token, *full_path, *canonical_path; local
3374 const char *full_path; local
3408 const char *full_path; local
3573 const char *path, *full_path, *canonical_path; local
3612 const char *path, *full_path, *canonical_path; local
3703 const char *path, *full_path, *canonical_path; local
3895 const char *path, *full_path, *fs_path, *hooks_env, *canonical_path; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp56 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix,
59 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid);
61 fd = OpenFile(full_path, WrOnly);
65 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
H A Dsanitizer_file.h41 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
/freebsd-11-stable/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-stable/contrib/amd/amd/
H A Dmapc.c1223 static char full_path[MAXPATHLEN]; local
1247 xstrlcpy(full_path, str, sizeof(full_path));
1248 len = strlen(full_path);
1249 if (full_path[len - 1] != '/') /* add trailing "/" if needed */
1250 xstrlcat(full_path, "/", sizeof(full_path));
1251 xstrlcat(full_path, map, sizeof(full_path));
1252 if (access(full_path, R_O
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-usb-linux.c601 char full_path[USB_LINE_LEN]; local
641 pcap_snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
642 handle->fd = open(full_path, O_RDONLY, 0);
676 "Can't open USB bus file %s", full_path);
734 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index);
735 handle->fd = open(full_path, O_RDONLY, 0);
744 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index);
745 handle->fd = open(full_path, O_RDONLY, 0);
778 full_path);
/freebsd-11-stable/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-stable/contrib/subversion/
H A Dwin-tests.py731 full_path = os.path.join(self.httpd_dir, 'modules', path)
732 return 'LoadModule ' + name + " " + self._quote(full_path) + '\n'
735 full_path = os.path.join(self.abs_builddir, path)
736 return 'LoadModule ' + name + ' ' + self._quote(full_path) + '\n'
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c540 const char *full_path;
585 full_path = svn_dirent_join(path, tmp_node->name, iterpool);
586 SVN_ERR(print_dirs_changed_tree(tmp_node, full_path, iterpool));
603 const char *full_path;
662 full_path = svn_dirent_join(path, node->name, iterpool);
663 SVN_ERR(print_changed_tree(node, full_path, copy_info, iterpool));
535 const char *full_path; local
598 const char *full_path; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c2444 char *full_path;
2450 status = apr_filepath_merge(&full_path,
2460 *result_path = svn_dirent_canonicalize(full_path, result_pool);
2442 char *full_path; local
H A Dio.c4907 const char *full_path;
4933 full_path = svn_dirent_join(dirname, name_utf8, subpool);
4934 SVN_ERR(svn_io_dir_walk2(full_path,
4945 full_path = svn_dirent_join(dirname, name_utf8, subpool);
4947 full_path,
4898 const char *full_path; local

Completed in 132 milliseconds