Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c274 const char *full_path, in make_dir_baton() argument
284 db->path = full_path; in make_dir_baton()
309 const char *full_path, *canonicalized_path; in add_file_or_directory() local
334 SVN_ERR(check_authz(eb, full_path, eb->txn_root, in add_file_or_directory()
402 new_fb->path = full_path; in add_file_or_directory()
481 const char *full_path, *canonicalized_path; in delete_entry() local
494 SVN_ERR(check_authz(eb, full_path, eb->txn_root, in delete_entry()
543 const char *full_path, *canonicalized_path; in open_directory() local
617 const char *full_path, *canonicalized_path; in open_file() local
624 SVN_ERR(check_authz(eb, full_path, eb->txn_root, in open_file()
[all …]
H A Ddump.c752 const char *full_path, *canonicalized_path; in make_dir_baton() local
759 full_path = svn_relpath_join(eb->path, path, pool); in make_dir_baton()
761 full_path = apr_pstrdup(pool, eb->path); in make_dir_baton()
772 new_db->path = full_path; in make_dir_baton()
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dserve.c1377 const char *path, *token, *full_path; in add_lock_tokens() local
1442 const char *path, *token, *full_path; in unlock_paths() local
1626 full_path, FALSE)); in get_file()
1812 full_path, FALSE)); in get_dir()
2436 const char *full_path, *canonical_path; in log_cmd() local
2558 full_path, FALSE)); in check_path()
2903 const char *full_path; in get_file_revs() local
2960 const char *full_path; in lock() local
2974 full_path, TRUE)); in lock()
3374 const char *full_path; in get_lock() local
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp56 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary()
59 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary()
62 internal_strlcat(full_path, common_flags()->log_suffix, kMaxPathLength); in ReopenIfNecessary()
65 fd = OpenFile(full_path, WrOnly, &err); in ReopenIfNecessary()
69 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
104 return full_path; in GetReportPath()
H A Dsanitizer_file.h42 char full_path[kMaxPathLength]; member
/freebsd-13.1/sbin/nvmecontrol/
H A Dnvmecontrol.c151 char full_path[64]; in open_dev() local
153 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str); in open_dev()
154 *fd = open(full_path, write ? O_RDWR : O_RDONLY); in open_dev()
157 err(EX_OSFILE, "could not open %s%s", full_path, in open_dev()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dexport.c617 SVN_ERR(svn_io_check_path(full_path, &kind, pool)); in add_directory()
619 SVN_ERR(svn_io_dir_make(full_path, APR_OS_DEFAULT, pool)); in add_directory()
631 svn_wc_notify_t *notify = svn_wc_create_notify(full_path, in add_directory()
639 db->path = full_path; in add_directory()
668 fb->path = full_path; in add_file()
942 const char *full_path = svn_dirent_join(eb->root_path, relpath, in add_file_ev2() local
1049 svn_wc_notify_t *notify = svn_wc_create_notify(full_path, in add_file_ev2()
1069 const char *full_path = svn_dirent_join(eb->root_path, relpath, in add_directory_ev2() local
1073 SVN_ERR(svn_io_check_path(full_path, &kind, scratch_pool)); in add_directory_ev2()
1086 SVN_ERR(add_externals(eb->externals, full_path, val)); in add_directory_ev2()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c142 se->se_path = kmem_strdup(full_path); in zfsctl_snapshot_alloc()
713 int path_len, char *full_path) in zfsctl_snapshot_path_objset() argument
741 snprintf(full_path, path_len, "%s/.zfs/snapshot/%s", in zfsctl_snapshot_path_objset()
1049 char *full_name, *full_path; in zfsctl_snapshot_mount() local
1063 full_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in zfsctl_snapshot_mount()
1075 snprintf(full_path, MAXPATHLEN, "%s/.zfs/snapshot/%s", in zfsctl_snapshot_mount()
1100 dprintf("mount; name=%s path=%s\n", full_name, full_path); in zfsctl_snapshot_mount()
1102 argv[6] = full_path; in zfsctl_snapshot_mount()
1107 full_path, error); in zfsctl_snapshot_mount()
1136 se = zfsctl_snapshot_alloc(full_name, full_path, in zfsctl_snapshot_mount()
[all …]
/freebsd-13.1/contrib/kyua/model/
H A Dtest_program.cpp173 const fs::path full_path = _pimpl->root / _pimpl->binary; in absolute_path() local
174 return full_path.is_absolute() ? full_path : full_path.to_absolute(); in absolute_path()
/freebsd-13.1/contrib/libpcap/
H A Dpcap-usb-linux.c601 char full_path[USB_LINE_LEN]; in usb_activate() local
641 pcap_snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index); in usb_activate()
642 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate()
676 "Can't open USB bus file %s", full_path); in usb_activate()
734 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index); in usb_activate()
735 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate()
744 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index); in usb_activate()
745 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate()
778 full_path); in usb_activate()
/freebsd-13.1/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-13.1/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c535 const char *full_path; in print_dirs_changed_tree() local
580 full_path = svn_dirent_join(path, tmp_node->name, iterpool); in print_dirs_changed_tree()
581 SVN_ERR(print_dirs_changed_tree(tmp_node, full_path, iterpool)); in print_dirs_changed_tree()
598 const char *full_path; in print_changed_tree() local
657 full_path = svn_dirent_join(path, node->name, iterpool); in print_changed_tree()
658 SVN_ERR(print_changed_tree(node, full_path, copy_info, iterpool)); in print_changed_tree()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c2442 char *full_path; in svn_dirent_is_under_root() local
2448 status = apr_filepath_merge(&full_path, in svn_dirent_is_under_root()
2458 *result_path = svn_dirent_canonicalize(full_path, result_pool); in svn_dirent_is_under_root()
H A Dio.c4898 const char *full_path; in svn_io_dir_walk2() local
4924 full_path = svn_dirent_join(dirname, name_utf8, subpool); in svn_io_dir_walk2()
4925 SVN_ERR(svn_io_dir_walk2(full_path, in svn_io_dir_walk2()
4936 full_path = svn_dirent_join(dirname, name_utf8, subpool); in svn_io_dir_walk2()
4938 full_path, in svn_io_dir_walk2()