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

/netbsd-current/usr.sbin/bootp/common/
H A Dbootpd.h122 root_path :1, member in struct:flag
178 *root_path,
177 *root_path, member in struct:host
H A Ddovend.c92 if (hp->flags.root_path) {
94 * Check for room for root_path. Add 2 to account for
97 len = strlen(hp->root_path->string);
101 bcopy(hp->root_path->string, vp, len);
H A Ddumptab.c179 /* FdC: root_path (see below) */
234 if (hp->flags.root_path) {
235 fprintf(fp, "\\\n\t:rp=%s:", hp->root_path->string);
H A Dreadfile.c1083 PARSE_STR(root_path);
1481 DUP_LINK(root_path);
1915 del_string(hostptr->root_path);
/netbsd-current/external/bsd/ntp/dist/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)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/
H A Dllvm_checksum.py68 def ComputeLLVMChecksums(root_path, projects):
72 root_path: a directory of llvm checkout.
74 relative to root_path.
98 project_root = os.path.join(root_path, proj.relpath)
118 WalkProjectFiles(root_path, projects, proj, add_file_hash)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc76 pair<cmpt, cmpt> root_path() noexcept
669 auto root_path = parser.root_path(); local
672 bool is_absolute = root_path.second.type == _Type::_Root_dir;
673 bool has_root_name = root_path.first.type == _Type::_Root_name;
674 if (is_absolute || (has_root_name && root_path.first.str != root_name()))
683 bool has_root_directory = root_path.first.type == _Type::_Root_dir
684 || root_path.second.type == _Type::_Root_dir;
704 rhs.remove_prefix(root_path.first.str.length());
717 bool is_absolute = root_path
1437 auto root_path = parser.root_path(); variable
1525 path::root_path() const function in class:path
1900 auto root_path = parser.root_path(); local
[all...]
H A Dfs_ops.cc199 result = pa.root_path();
225 result = pa.root_path();
244 result = link.root_path();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc77 pair<cmpt, cmpt> root_path() noexcept
670 auto root_path = parser.root_path(); local
673 bool is_absolute = root_path.second.type == _Type::_Root_dir;
674 bool has_root_name = root_path.first.type == _Type::_Root_name;
675 if (is_absolute || (has_root_name && root_path.first.str != root_name()))
684 bool has_root_directory = root_path.first.type == _Type::_Root_dir
685 || root_path.second.type == _Type::_Root_dir;
705 rhs.remove_prefix(root_path.first.str.length());
718 bool is_absolute = root_path
1438 auto root_path = parser.root_path(); variable
1526 path::root_path() const function in class:path
1896 auto root_path = parser.root_path(); local
[all...]
H A Dfs_ops.cc203 result = pa.root_path();
229 result = pa.root_path();
248 result = link.root_path();
/netbsd-current/external/apache2/llvm/dist/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 != ""
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp346 StringRef root_path(StringRef path, Style style) {
412 StringRef root = root_path(path, style);
631 return !root_path(p, style).empty();
722 StringRef root = path::root_path(remaining, style);
H A DVirtualFileSystem.cpp1607 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size();
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc151 result = pa.root_path();
173 result = pa.root_path();
192 result = link.root_path();
H A Dpath.cc176 path::root_path() const function in class:path
H A Dstd-ops.cc178 result = pa.root_path();
204 result = pa.root_path();
223 result = link.root_path();
H A Dstd-path.cc190 path::root_path() const function in class:path
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc157 result = pa.root_path();
179 result = pa.root_path();
198 result = link.root_path();
H A Dpath.cc176 path::root_path() const function in class:path
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp123 DirName != llvm::sys::path::root_path(DirName) &&
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h397 path root_path() const;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h403 path root_path() const;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h503 path root_path() const;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h393 path root_path() const;

Completed in 324 milliseconds