/netbsd-src/external/gpl3/binutils/usr.sbin/mdsetimage/ |
H A D | bin_bfd.c | 65 const char *root_name, const char *size_name, size_t *md_root_offset, in bin_find_md_root() argument 80 symbols[0].name = root_name; in bin_find_md_root()
|
/netbsd-src/external/gpl3/binutils.old/usr.sbin/mdsetimage/ |
H A D | bin_bfd.c | 65 const char *root_name, const char *size_name, size_t *md_root_offset, in bin_find_md_root() argument 80 symbols[0].name = root_name; in bin_find_md_root()
|
/netbsd-src/usr.sbin/mdsetimage/ |
H A D | bin_nlist.c | 91 unsigned long text_start, const char *root_name, const char *size_name, in bin_find_md_root() argument 119 N_NAME(&nl[X_MD_ROOT_IMAGE]) = root_name; in bin_find_md_root()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
H A D | std-path.cc | 159 path::root_name() const in root_name() function in path 461 if (root_name() != base.root_name()) in lexically_relative()
|
H A D | ops.cc | 77 abs = abs.root_name() / p; in absolute() 79 abs = p.root_name() / abs.root_directory() / abs.relative_path() in absolute() 1284 || p.root_name() == base.root_name()) in system_complete()
|
H A D | path.cc | 147 path::root_name() const in root_name() function in path
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | CFBundle.cpp | 141 } while (RealPath != sys::path::root_name(RealPath)); in SetFromPath()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
H A D | fs_path.cc | 481 || (__p.has_root_name() && __p.root_name() != root_name())) in operator /=() 674 if (is_absolute || (has_root_name && root_path.first.str != root_name())) in _M_append() 1494 path::root_name() const in root_name() function in path 1794 if (root_name() != base.root_name()) in lexically_relative()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | fs_path.cc | 482 || (__p.has_root_name() && __p.root_name() != root_name())) in operator /=() 675 if (is_absolute || (has_root_name && root_path.first.str != root_name())) in _M_append() 1495 path::root_name() const in root_name() function in path 1795 if (root_name() != base.root_name()) in lexically_relative()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 371 StringRef root_name(StringRef path, Style style) { in root_name() function 617 return !root_name(p, style).empty(); in has_root_name() 927 StringRef cdrn = path::root_name(current_dir); in make_absolute() 936 StringRef pRootName = path::root_name(p); in make_absolute()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
H A D | ops.cc | 83 abs = abs.root_name() / p; in absolute() 85 abs = p.root_name() / abs.root_directory() / abs.relative_path() in absolute() 1317 || p.root_name() == base.root_name()) in system_complete()
|
H A D | path.cc | 147 path::root_name() const in root_name() function in path
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Path.h | 251 StringRef root_name(StringRef path, Style style = Style::native);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 551 if (sys::path::root_name(PathTo) != sys::path::root_name(DirFrom)) in computeArchiveRelativePath()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SarifDiagnostics.cpp | 87 StringRef Root = sys::path::root_name(Filename); in fileNameToURI()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 131 DirName.equals_lower(llvm::sys::path::root_name(DirName))) { in getDirectoryRef()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | filesystem | 1023 (!__p_root_name.empty() && __p_root_name != root_name())) { 1028 path __root_name_str = root_name(); 1346 _LIBCPP_INLINE_VISIBILITY path root_name() const { 1356 return root_name().append(string_type(__root_directory()));
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 395 path root_name() const; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | fs_path.h | 401 path root_name() const; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | fs_path.h | 502 path root_name() const; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 391 path root_name() const; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Path.inc | 106 const StringRef RootName = llvm::sys::path::root_name(Path8Str);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2017 | 1004 * testsuite/27_io/filesystem/path/decompose/root_name.cc: New test.
|
H A D | ChangeLog-2015 | 3766 * testsuite/experimental/filesystem/path/decompose/root_name.cc:
|
H A D | ChangeLog-2018 | 5592 * testsuite/experimental/filesystem/path/decompose/root_name.cc:
|