| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | mod_dav_svn.h | 85 const char *root_path, 98 const char *root_path, 117 const char *root_path, 125 const char *root_path,
|
| /freebsd-13.1/contrib/ntp/sntp/unity/auto/ |
| H A D | unity_test_summary.py | 127 root_path = sys.argv[2] variable 129 root_path = os.path.split(__file__)[0] variable 130 uts.set_root_path(root_path)
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | bootpd.h | 122 root_path :1, member 177 *root_path, member
|
| H A D | dovend.c | 86 if (hp->flags.root_path) { 91 len = strlen(hp->root_path->string); 95 bcopy(hp->root_path->string, vp, len);
|
| H A D | dumptab.c | 233 if (hp->flags.root_path) { 234 fprintf(fp, "\\\n\t:rp=%s:", hp->root_path->string);
|
| H A D | readfile.c | 1079 PARSE_STR(root_path); 1483 DUP_LINK(root_path); 1924 del_string(hostptr->root_path);
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | export.c | 502 const char *root_path; member 590 SVN_ERR(open_root_internal(eb->root_path, eb->overwrite, in open_root() 594 db->path = eb->root_path; in open_root() 942 const char *full_path = svn_dirent_join(eb->root_path, relpath, in add_file_ev2() 1069 const char *full_path = svn_dirent_join(eb->root_path, relpath, in add_directory_ev2() 1167 eb->root_path = to_path; in export_file_ev2() 1173 eb->root_path = to_path; in export_file_ev2() 1221 eb->root_path = to_path; in export_file() 1227 eb->root_path = to_path; in export_file() 1249 fb->path = eb->root_path; in export_file() [all …]
|
| /freebsd-13.1/sys/fs/smbfs/ |
| H A D | smbfs.h | 53 u_char root_path[512+1]; member
|
| H A D | smbfs_vfsops.c | 113 ma = mount_arg(ma, "rootpath", args.root_path, -1); in smbfs_cmount()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | repos.c | 1142 const char *root_path; in svn_repos_create() local 1157 root_path = svn_repos_find_root_path(local_abspath, scratch_pool); in svn_repos_create() 1158 if (root_path != NULL) in svn_repos_create() 1160 if (strcmp(root_path, local_abspath) == 0) in svn_repos_create() 1163 svn_dirent_local_style(root_path, in svn_repos_create() 1171 svn_dirent_local_style(root_path, in svn_repos_create()
|
| H A D | dump.c | 1884 const char *root_path, in get_dump_editor() argument 1911 eb->path = apr_pstrdup(pool, root_path); in get_dump_editor()
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_store_subr.c | 277 return (sc->root_path); in bhnd_nvstore_get_root_path() 290 return (sc->root_path == path); in bhnd_nvstore_is_root_path() 352 } else if (path == sc->root_path) { in bhnd_nvstore_path_register_update()
|
| H A D | bhnd_nvram_store.c | 155 sc->root_path = bhnd_nvstore_get_path(sc, BHND_NVSTORE_ROOT_PATH, in bhnd_nvram_store_new() 157 BHND_NV_ASSERT(sc->root_path, ("missing root path")); in bhnd_nvram_store_new() 408 BHND_NV_ASSERT(sc->root_path != NULL, ("missing root path")); in bhnd_nvstore_parse_path_entries()
|
| H A D | bhnd_nvram_storevar.h | 279 bhnd_nvstore_path *root_path; /**< root path instance */ member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 272 StringRef root_path(StringRef path, Style style = Style::native);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 346 StringRef root_path(StringRef path, Style style) { in root_path() function 412 StringRef root = root_path(path, style); in relative_path() 631 return !root_path(p, style).empty(); in has_root_path() 722 StringRef root = path::root_path(remaining, style); in remove_dots()
|
| H A D | VirtualFileSystem.cpp | 1608 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size(); in parseEntry()
|
| /freebsd-13.1/sys/dev/xen/xenstore/ |
| H A D | xenstore.c | 1381 char *root_path; in xs_rm_tree() local 1389 root_path = sbuf_data(root_path_sbuf); in xs_rm_tree() 1440 if (!strcmp(cur_path, root_path)) in xs_rm_tree()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 123 DirName != llvm::sys::path::root_path(DirName) && in getDirectoryRef()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 1352 _LIBCPP_INLINE_VISIBILITY path root_path() const {
|