/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslopt.c | 67 char **NewPath); 88 char **NewPath); 117 char **NewPath) in OptSearchToRoot() argument 170 *NewPath = UtLocalCacheCalloc (ACPI_NAMESEG_SIZE + 1); in OptSearchToRoot() 171 strcpy (*NewPath, Path); in OptSearchToRoot() 173 if (strncmp (*NewPath, "_T_", 3)) in OptSearchToRoot() 176 Op, *NewPath); in OptSearchToRoot() 445 char **NewPath) in OptOptimizeNameDeclaration() argument 463 *NewPath = &AmlNameString[1]; in OptOptimizeNameDeclaration() 467 Status = AcpiNsExternalizeName (ACPI_UINT32_MAX, *NewPath, in OptOptimizeNameDeclaration() [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
H A D | nsnames.c | 511 char *NewPath; in AcpiNsNormalizePathname() local 518 NewPath = NewPathBuffer; in AcpiNsNormalizePathname() 528 *NewPath = *InputPath; in AcpiNsNormalizePathname() 529 NewPath++; in AcpiNsNormalizePathname() 535 *NewPath = *InputPath; in AcpiNsNormalizePathname() 536 NewPath++; in AcpiNsNormalizePathname() 550 *NewPath = *InputPath; in AcpiNsNormalizePathname() 551 NewPath++; in AcpiNsNormalizePathname() 561 *NewPath = *InputPath; in AcpiNsNormalizePathname() 562 NewPath++; in AcpiNsNormalizePathname() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 59 void insert(StringRef NewPath, unsigned ConsumedLength = 0) { in insert() argument 62 if (llvm::sys::path::is_relative(NewPath)) in insert() 66 Path = std::string(NewPath); in insert() 71 if (NewPath == Path) in insert() 79 StringRef(NewPath).drop_back(ConsumedLength))); in insert() 80 Children[Element].insert(NewPath, ConsumedLength + Element.size() + 1); in insert() 192 void FileMatchTrie::insert(StringRef NewPath) { in insert() argument 193 Root->insert(NewPath); in insert()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | dpath.c | 343 EFI_DEVICE_PATH *Src, *Dest, *NewPath; in UnpackDevicePath() local 368 NewPath = AllocateZeroPool (Size); in UnpackDevicePath() 369 if (NewPath) { in UnpackDevicePath() 371 ASSERT (((UINTN)NewPath) % MIN_ALIGNMENT_SIZE == 0); in UnpackDevicePath() 378 Dest = NewPath; in UnpackDevicePath() 395 return NewPath; in UnpackDevicePath()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | FileMatchTrie.h | 68 void insert(StringRef NewPath);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 480 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() local 481 llvm::sys::path::append(NewPath, pathRef); in FixupRelativePath() 482 path = NewPath; in FixupRelativePath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 477 SmallString<128> NewPath(Path); in getThinLTOOutputFile() local 478 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 479 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() 485 return std::string(NewPath.str()); in getThinLTOOutputFile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTO.cpp | 1313 SmallString<128> NewPath(Path); in getThinLTOOutputFile() local 1314 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 1315 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() 1322 return std::string(NewPath.str()); in getThinLTOOutputFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 101 PathPieces NewPath; in flattenTo() local 102 Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo() 104 Macro.subPieces = NewPath; in flattenTo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 532 SmallString<256> NewPath; in replace_path_prefix() local 533 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix() 534 Path.swap(NewPath); in replace_path_prefix()
|
H A D | VirtualFileSystem.cpp | 1116 SmallString<128> NewPath(Dir); in setCurrentEntry() local 1117 llvm::sys::path::append(NewPath, DirStyle, File); in setCurrentEntry() 1119 CurrentEntry = directory_entry(std::string(NewPath), ExternalIter->type()); in setCurrentEntry()
|