Searched refs:root_path (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dmod_dav_svn.h43 Given an apache request @a r, a @a uri, and a @a root_path to the svn
70 In the SVNPath case, this function would receive a @a root_path of
72 @a root_path of '/svn/repos'. But either way, we would get back:
87 const char *root_path,
100 const char *root_path,
109 * Given an apache request @a r and a @a root_path to the svn location
119 const char *root_path,
127 const char *root_path,
/freebsd-13-stable/libexec/bootpd/
H A Dbootpd.h122 root_path :1, member in struct:flag
178 *root_path,
177 *root_path, member in struct:host
H A Ddovend.c95 if (hp->flags.root_path) {
97 * Check for room for root_path. Add 2 to account for
100 len = strlen(hp->root_path->string);
104 bcopy(hp->root_path->string, vp, len);
H A Ddumptab.c186 /* FdC: root_path (see below) */
241 if (hp->flags.root_path) {
242 fprintf(fp, "\\\n\t:rp=%s:", hp->root_path->string);
H A Dreadfile.c1093 PARSE_STR(root_path);
1503 DUP_LINK(root_path);
1952 del_string(hostptr->root_path);
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py78 print("\nUsage: unity_test_summary.rb result_file_directory/ root_path/")
82 print(" root_path - Helpful for producing more verbose output if using relative paths.")
127 root_path = sys.argv[2]
129 root_path = os.path.split(__file__)[0]
130 uts.set_root_path(root_path)
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs.h53 u_char root_path[512+1]; member in struct:smbfs_args
H A Dsmbfs_vfsops.c113 ma = mount_arg(ma, "rootpath", args.root_path, -1);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dexport.c505 const char *root_path;
593 SVN_ERR(open_root_internal(eb->root_path, eb->overwrite,
597 db->path = eb->root_path;
617 const char *full_path = svn_dirent_join(eb->root_path, path, pool);
662 const char *full_path = svn_dirent_join(eb->root_path, path, pool);
946 const char *full_path = svn_dirent_join(eb->root_path, relpath,
1073 const char *full_path = svn_dirent_join(eb->root_path, relpath,
1148 SVN_ERR(open_root_internal(eb->root_path, eb->overwrite, eb->notify_func,
1171 eb->root_path = to_path;
1177 eb->root_path
502 const char *root_path; member in struct:edit_baton
[all...]
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h279 bhnd_nvstore_path *root_path; /**< root path instance */ member in struct:bhnd_nvram_store
H A Dbhnd_nvram_store_subr.c277 return (sc->root_path);
290 return (sc->root_path == path);
352 } else if (path == sc->root_path) {
H A Dbhnd_nvram_store.c155 sc->root_path = bhnd_nvstore_get_path(sc, BHND_NVSTORE_ROOT_PATH,
157 BHND_NV_ASSERT(sc->root_path, ("missing root path"));
408 BHND_NV_ASSERT(sc->root_path != NULL, ("missing root path"));
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1143 const char *root_path;
1158 root_path = svn_repos_find_root_path(local_abspath, scratch_pool);
1159 if (root_path != NULL)
1161 if (strcmp(root_path, local_abspath) == 0)
1164 svn_dirent_local_style(root_path,
1172 svn_dirent_local_style(root_path,
1142 const char *root_path; local
H A Ddump.c1888 const char *root_path,
1915 eb->path = apr_pstrdup(pool, root_path);
1880 get_dump_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_fs_t *fs, svn_revnum_t to_rev, const char *root_path, svn_stream_t *stream, svn_boolean_t *found_old_reference, svn_boolean_t *found_old_mergeinfo, svn_error_t *(*custom_close_directory)(void *dir_baton, apr_pool_t *scratch_pool), svn_repos_notify_func_t notify_func, void *notify_baton, svn_revnum_t oldest_dumped_rev, svn_boolean_t use_deltas, svn_boolean_t verify, svn_boolean_t check_normalization, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h272 StringRef root_path(StringRef path, Style style = Style::native);
283 /// @result The path starting after root_path if one exists, otherwise "".
406 /// root_path != ""
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp346 StringRef root_path(StringRef path, Style style) {
413 StringRef root = root_path(path, style);
637 return !root_path(p, style).empty();
710 StringRef root = path::root_path(remaining, style);
H A DVirtualFileSystem.cpp1491 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size();
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c1381 char *root_path; local
1389 root_path = sbuf_data(root_path_sbuf);
1440 if (!strcmp(cur_path, root_path))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp122 DirName != llvm::sys::path::root_path(DirName) &&

Completed in 134 milliseconds