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

/freebsd-10.1-release/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:
82 const char *root_path,
91 * Given an apache request @a r and a @a root_path to the svn location
94 const char *root_path,
/freebsd-10.1-release/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-10.1-release/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-10.1-release/sys/fs/smbfs/
H A Dsmbfs.h52 u_char root_path[512+1]; member in struct:smbfs_args
H A Dsmbfs_vfsops.c112 ma = mount_arg(ma, "rootpath", args.root_path, -1);
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dexport.c505 const char *root_path;
593 SVN_ERR(open_root_internal(eb->root_path, eb->force,
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->force, eb->notify_func,
1174 eb->root_path = to_path;
1180 eb->root_path
502 const char *root_path; member in struct:edit_baton
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DPath.h218 const StringRef root_path(StringRef path);
229 /// @result The path starting after root_path if one exists, otherwise "".
327 /// root_path != ""
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1314 const char *root_path;
1329 root_path = svn_repos_find_root_path(local_abspath, pool);
1330 if (root_path != NULL)
1332 if (strcmp(root_path, local_abspath) == 0)
1335 svn_dirent_local_style(root_path, pool));
1341 svn_dirent_local_style(root_path, pool));
1313 const char *root_path; local
H A Ddump.c978 const char *root_path,
1005 eb->path = apr_pstrdup(pool, root_path);
972 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, apr_pool_t *pool) argument
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DPath.cpp284 const StringRef root_path(StringRef path) {
368 StringRef root = root_path(path);
576 return !root_path(p).empty();
/freebsd-10.1-release/sys/xen/xenstore/
H A Dxenstore.c1382 char *root_path; local
1391 root_path = sbuf_data(root_path_sbuf);
1443 if (!strcmp(cur_path, root_path))
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp213 DirName != llvm::sys::path::root_path(DirName) &&

Completed in 209 milliseconds