/freebsd/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/libexec/bootpd/ |
H A D | bootpd.h | 120 root_path :1, member 175 *root_path, member
|
H A D | dovend.c | 81 if (hp->flags.root_path) { in dovend_rfc1497() 86 len = strlen(hp->root_path->string); in dovend_rfc1497() 90 bcopy(hp->root_path->string, vp, len); in dovend_rfc1497()
|
H A D | dumptab.c | 227 if (hp->flags.root_path) { in dump_host() 228 fprintf(fp, "\\\n\t:rp=%s:", hp->root_path->string); in dump_host()
|
H A D | readfile.c | 1068 PARSE_STR(root_path); in eval_symbol() 1460 DUP_LINK(root_path); in fill_defaults() 1889 del_string(hostptr->root_path); in free_host()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs.h | 51 u_char root_path[512+1]; member
|
H A D | smbfs_vfsops.c | 111 ma = mount_arg(ma, "rootpath", args.root_path, -1); in smbfs_cmount()
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_store_subr.c | 273 return (sc->root_path); in bhnd_nvstore_get_root_path() 286 return (sc->root_path == path); in bhnd_nvstore_is_root_path() 348 } else if (path == sc->root_path) { in bhnd_nvstore_path_register_update()
|
H A D | bhnd_nvram_store.c | 152 sc->root_path = bhnd_nvstore_get_path(sc, BHND_NVSTORE_ROOT_PATH, in bhnd_nvram_store_new() 154 BHND_NV_ASSERT(sc->root_path, ("missing root path")); in bhnd_nvram_store_new() 405 BHND_NV_ASSERT(sc->root_path != NULL, ("missing root path")); in bhnd_nvstore_parse_path_entries()
|
H A D | bhnd_nvram_storevar.h | 278 bhnd_nvstore_path *root_path; /**< root path instance */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 349 StringRef root_path(StringRef path, Style style) { in root_path() function 415 StringRef root = root_path(path, style); in relative_path() 634 return !root_path(p, style).empty(); in has_root_path() 724 StringRef root = path::root_path(remaining, style); in remove_dots()
|
H A D | VirtualFileSystem.cpp | 1985 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size(); in parseEntry()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Path.h | 319 StringRef root_path(StringRef path, Style style = Style::native);
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | 1374 char *root_path; in xs_rm_tree() local 1382 root_path = sbuf_data(root_path_sbuf); in xs_rm_tree() 1433 if (!strcmp(cur_path, root_path)) in xs_rm_tree()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 144 DirName != llvm::sys::path::root_path(DirName) && in getDirectoryRef()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | filesystem | 122 path root_path() const;
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | path.h | 800 _LIBCPP_HIDE_FROM_ABI path root_path() const {
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 462 if (llvm::sys::path::root_path(DirBuf) == DirBuf) { in createFile()
|