Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/svnserve/
H A Dserve.c1746 const char *path, *full_path; in get_dir() local
2219 const char *full_path; in get_mergeinfo() local
2225 full_path = svn_fspath__join(b->repository->fs_path->data, full_path, pool); in get_mergeinfo()
2387 const char *full_path; in log_cmd() local
2452 full_path = svn_fspath__join(b->repository->fs_path->data, full_path, in log_cmd()
2496 const char *path, *full_path; in check_path() local
2845 const char *full_path; in get_file_revs() local
2899 const char *full_path; in lock() local
3304 const char *full_path; in get_lock() local
3335 const char *full_path; in get_locks() local
[all …]
/freebsd-12.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; in add_file_or_directory() local
314 full_path = svn_fspath__join(eb->base_path, in add_file_or_directory()
401 new_fb->path = full_path; in add_file_or_directory()
480 const char *full_path; in delete_entry() local
482 full_path = svn_fspath__join(eb->base_path, in delete_entry()
541 const char *full_path; in open_directory() local
543 full_path = svn_fspath__join(eb->base_path, in open_directory()
614 const char *full_path; in open_file() local
[all …]
H A Ddump.c726 const char *full_path; in make_dir_baton() local
733 full_path = svn_relpath_join(eb->path, path, pool); in make_dir_baton()
735 full_path = apr_pstrdup(pool, eb->path); in make_dir_baton()
742 new_db->path = full_path; in make_dir_baton()
/freebsd-12.1/sbin/nvmecontrol/
H A Dnvmecontrol.c147 char full_path[64]; in open_dev() local
149 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str); in open_dev()
150 *fd = open(full_path, O_RDWR); in open_dev()
153 warn("could not open %s", full_path); in open_dev()
/freebsd-12.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-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cc57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary()
60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary()
62 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary()
66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
H A Dsanitizer_file.h42 char full_path[kMaxPathLength]; member
/freebsd-12.1/contrib/amd/amd/
H A Dmapc.c1223 static char full_path[MAXPATHLEN]; in get_full_path() local
1247 xstrlcpy(full_path, str, sizeof(full_path)); in get_full_path()
1248 len = strlen(full_path); in get_full_path()
1249 if (full_path[len - 1] != '/') /* add trailing "/" if needed */ in get_full_path()
1250 xstrlcat(full_path, "/", sizeof(full_path)); in get_full_path()
1251 xstrlcat(full_path, map, sizeof(full_path)); in get_full_path()
1252 if (access(full_path, R_OK) == 0) in get_full_path()
1253 return full_path; in get_full_path()
/freebsd-12.1/contrib/libpcap/
H A Dpcap-usb-linux.c516 char full_path[USB_LINE_LEN]; in usb_activate() local
555 pcap_snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index); in usb_activate()
556 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate()
590 "Can't open USB bus file %s", full_path); in usb_activate()
635 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index); in usb_activate()
636 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate()
645 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index); in usb_activate()
646 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate()
671 full_path); in usb_activate()
/freebsd-12.1/contrib/gdb/gdb/
H A Dsymtab.c156 char *full_path = NULL; in lookup_symtab() local
162 full_path = xfullpath (name); in lookup_symtab()
163 make_cleanup (xfree, full_path); in lookup_symtab()
182 if (full_path != NULL) in lookup_symtab()
185 if (FILENAME_CMP (full_path, fp) == 0) in lookup_symtab()
247 char *full_path = NULL; in lookup_partial_symtab() local
254 full_path = xfullpath (name); in lookup_partial_symtab()
255 make_cleanup (xfree, full_path); in lookup_partial_symtab()
269 if (full_path != NULL) in lookup_partial_symtab()
274 && FILENAME_CMP (full_path, pst->fullname) == 0) in lookup_partial_symtab()
/freebsd-12.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-12.1/contrib/binutils/ld/emultempl/
H A Dsunos.em234 char *full_path;
319 full_path = xmalloc (dirnamelen + 1 + strlen (entry->d_name) + 1);
320 sprintf (full_path, "%s/%s", dirname, entry->d_name);
321 statval = stat (full_path, &st);
322 free (full_path);
/freebsd-12.1/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c501 const char *full_path; in print_dirs_changed_tree() local
546 full_path = svn_dirent_join(path, tmp_node->name, iterpool); in print_dirs_changed_tree()
547 SVN_ERR(print_dirs_changed_tree(tmp_node, full_path, iterpool)); in print_dirs_changed_tree()
564 const char *full_path; in print_changed_tree() local
623 full_path = svn_dirent_join(path, node->name, iterpool); in print_changed_tree()
624 SVN_ERR(print_changed_tree(node, full_path, copy_info, iterpool)); in print_changed_tree()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c2305 char *full_path; in svn_dirent_is_under_root() local
2311 status = apr_filepath_merge(&full_path, in svn_dirent_is_under_root()
2321 *result_path = svn_dirent_canonicalize(full_path, result_pool); in svn_dirent_is_under_root()
H A Dio.c4599 const char *full_path; in svn_io_dir_walk2() local
4625 full_path = svn_dirent_join(dirname, name_utf8, subpool); in svn_io_dir_walk2()
4626 SVN_ERR(svn_io_dir_walk2(full_path, in svn_io_dir_walk2()
4637 full_path = svn_dirent_join(dirname, name_utf8, subpool); in svn_io_dir_walk2()
4639 full_path, in svn_io_dir_walk2()