Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/include/
H A Dmod_dav_svn.h85 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 Dunity_test_summary.py127 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 Dbootpd.h122 root_path :1, member
177 *root_path, member
H A Ddovend.c86 if (hp->flags.root_path) {
91 len = strlen(hp->root_path->string);
95 bcopy(hp->root_path->string, vp, len);
H A Ddumptab.c233 if (hp->flags.root_path) {
234 fprintf(fp, "\\\n\t:rp=%s:", hp->root_path->string);
H A Dreadfile.c1079 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 Dexport.c502 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 Dsmbfs.h53 u_char root_path[512+1]; member
H A Dsmbfs_vfsops.c113 ma = mount_arg(ma, "rootpath", args.root_path, -1); in smbfs_cmount()
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1142 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 Ddump.c1884 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 Dbhnd_nvram_store_subr.c277 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 Dbhnd_nvram_store.c155 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 Dbhnd_nvram_storevar.h279 bhnd_nvstore_path *root_path; /**< root path instance */ member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h272 StringRef root_path(StringRef path, Style style = Style::native);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp346 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 DVirtualFileSystem.cpp1608 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size(); in parseEntry()
/freebsd-13.1/sys/dev/xen/xenstore/
H A Dxenstore.c1381 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 DFileManager.cpp123 DirName != llvm::sys::path::root_path(DirName) && in getDirectoryRef()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem1352 _LIBCPP_INLINE_VISIBILITY path root_path() const {