/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
H A D | fs_path.cc | 76 pair<cmpt, cmpt> root_path() noexcept in root_path() function 669 auto root_path = parser.root_path(); in _M_append() local 672 bool is_absolute = root_path.second.type == _Type::_Root_dir; in _M_append() 673 bool has_root_name = root_path.first.type == _Type::_Root_name; in _M_append() 674 if (is_absolute || (has_root_name && root_path.first.str != root_name())) in _M_append() 683 bool has_root_directory = root_path.first.type == _Type::_Root_dir in _M_append() 684 || root_path.second.type == _Type::_Root_dir; in _M_append() 704 rhs.remove_prefix(root_path.first.str.length()); in _M_append() 717 bool is_absolute = root_path.first.type == _Type::_Root_dir in _M_append() 718 || root_path.second.type == _Type::_Root_dir; in _M_append() [all …]
|
H A D | fs_ops.cc | 199 result = pa.root_path(); in canonical() 225 result = pa.root_path(); in canonical() 244 result = link.root_path(); in canonical()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | fs_path.cc | 77 pair<cmpt, cmpt> root_path() noexcept in root_path() function 670 auto root_path = parser.root_path(); in _M_append() local 673 bool is_absolute = root_path.second.type == _Type::_Root_dir; in _M_append() 674 bool has_root_name = root_path.first.type == _Type::_Root_name; in _M_append() 675 if (is_absolute || (has_root_name && root_path.first.str != root_name())) in _M_append() 684 bool has_root_directory = root_path.first.type == _Type::_Root_dir in _M_append() 685 || root_path.second.type == _Type::_Root_dir; in _M_append() 705 rhs.remove_prefix(root_path.first.str.length()); in _M_append() 718 bool is_absolute = root_path.first.type == _Type::_Root_dir in _M_append() 719 || root_path.second.type == _Type::_Root_dir; in _M_append() [all …]
|
H A D | fs_ops.cc | 203 result = pa.root_path(); in canonical() 229 result = pa.root_path(); in canonical() 248 result = link.root_path(); in canonical()
|
/netbsd-src/external/bsd/ntp/dist/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)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/ |
H A D | llvm_checksum.py | 68 def ComputeLLVMChecksums(root_path, projects): argument 98 project_root = os.path.join(root_path, proj.relpath) 118 WalkProjectFiles(root_path, projects, proj, add_file_hash)
|
/netbsd-src/usr.sbin/bootp/common/ |
H A D | bootpd.h | 122 root_path :1, member 177 *root_path, member
|
H A D | dovend.c | 92 if (hp->flags.root_path) { in dovend_rfc1497() 97 len = strlen(hp->root_path->string); in dovend_rfc1497() 101 bcopy(hp->root_path->string, vp, len); in dovend_rfc1497()
|
H A D | dumptab.c | 233 if (hp->flags.root_path) { in dump_host() 234 fprintf(fp, "\\\n\t:rp=%s:", hp->root_path->string); in dump_host()
|
H A D | readfile.c | 1077 PARSE_STR(root_path); in eval_symbol() 1469 DUP_LINK(root_path); in fill_defaults() 1895 del_string(hostptr->root_path); in free_host()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 346 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 D | VirtualFileSystem.cpp | 1607 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size(); in parseEntry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Path.h | 272 StringRef root_path(StringRef path, Style style = Style::native);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
H A D | ops.cc | 157 result = pa.root_path(); in canonical() 179 result = pa.root_path(); in canonical() 198 result = link.root_path(); in canonical()
|
H A D | path.cc | 176 path::root_path() const in root_path() function in path
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
H A D | ops.cc | 151 result = pa.root_path(); in canonical() 173 result = pa.root_path(); in canonical() 192 result = link.root_path(); in canonical()
|
H A D | std-ops.cc | 178 result = pa.root_path(); in canonical() 204 result = pa.root_path(); in canonical() 223 result = link.root_path(); in canonical()
|
H A D | path.cc | 176 path::root_path() const in root_path() function in path
|
H A D | std-path.cc | 190 path::root_path() const in root_path() function in path
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 123 DirName != llvm::sys::path::root_path(DirName) && in getDirectoryRef()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 397 path root_path() const; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | fs_path.h | 403 path root_path() const; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | fs_path.h | 504 path root_path() const; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 393 path root_path() const; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 4733 __gnu_test::root_path() instead of "/" and add Windows-specific tests. 4740 __gnu_test::root_path() instead of "/". 4773 __gnu_test::root_path() instead of "/". 4779 __gnu_test::root_path() instead of "/". 4792 * testsuite/util/testsuite_fs.h (__gnu_test::root_path()): New 5594 * testsuite/experimental/filesystem/path/decompose/root_path.cc:
|