/netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
H A D | nsnames.c | 509 char *InputPath = OriginalPath; in AcpiNsNormalizePathname() local 517 NewPathBuffer = ACPI_ALLOCATE_ZEROED (strlen (InputPath) + 1); in AcpiNsNormalizePathname() 526 if (*InputPath == '\\') in AcpiNsNormalizePathname() 528 *NewPath = *InputPath; in AcpiNsNormalizePathname() 530 InputPath++; in AcpiNsNormalizePathname() 533 while (*InputPath == '^') in AcpiNsNormalizePathname() 535 *NewPath = *InputPath; in AcpiNsNormalizePathname() 537 InputPath++; in AcpiNsNormalizePathname() 542 while (*InputPath) in AcpiNsNormalizePathname() 546 for (i = 0; (i < ACPI_NAMESEG_SIZE) && *InputPath; i++) in AcpiNsNormalizePathname() [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | dmextern.c | 682 char *InputPath = *Path; in AcpiDmRemoveRootPrefix() local 685 if ((*InputPath == AML_ROOT_PREFIX) && (InputPath[1])) in AcpiDmRemoveRootPrefix() 687 if (!memmove(InputPath, InputPath+1, strlen(InputPath))) in AcpiDmRemoveRootPrefix() 692 *Path = InputPath; in AcpiDmRemoveRootPrefix() 1508 char *InputPath; in AcpiDmCheckForExternalConflict() local 1518 InputPath = Path; in AcpiDmCheckForExternalConflict() 1519 if ((*InputPath == AML_ROOT_PREFIX) && InputPath[1]) in AcpiDmCheckForExternalConflict() 1521 InputPath++; in AcpiDmCheckForExternalConflict() 1537 if (!strcmp (ListItemPath, InputPath) && in AcpiDmCheckForExternalConflict()
|
H A D | adfile.c | 279 char *InputPath, in FlSplitInputPathname() argument 293 if (!InputPath) in FlSplitInputPathname() 300 DirectoryPath = FlStrdup (InputPath); in FlSplitInputPathname()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | libcvs.dsp | 333 InputPath=.\alloca_.h 343 InputPath=.\alloca_.h 416 InputPath=.\fnmatch_.h 426 InputPath=.\fnmatch_.h 475 InputPath=.\getopt_.h 485 InputPath=.\getopt_.h 522 InputPath=.\glob_.h 532 InputPath=.\glob_.h
|
H A D | libcvs.mak | 693 InputPath=.\alloca_.h macro 704 InputPath=.\alloca_.h macro 719 InputPath=.\fnmatch_.h macro 730 InputPath=.\fnmatch_.h macro 745 InputPath=.\getopt_.h macro 756 InputPath=.\getopt_.h macro 771 InputPath=.\glob_.h macro 782 InputPath=.\glob_.h macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 113 SmallString<128> InputPath; in copySwiftInterfaces() local 126 InputPath.clear(); in copySwiftInterfaces() 127 sys::path::append(InputPath, Options.PrependPath, InterfaceFile); in copySwiftInterfaces() 128 InterfaceFile = InputPath; in copySwiftInterfaces() 237 SmallString<128> InputPath; in emitRemarks() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/ |
H A D | llvm-gsymutil.cpp | 144 static std::vector<std::string> expandBundle(const std::string &InputPath) { in expandBundle() argument 146 SmallString<256> BundlePath(InputPath); in expandBundle() 170 BundlePaths.push_back(InputPath); in expandBundle()
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | readme.txt | 136 c:\acpi\libraries\iasl.exe -vs -vi "$(InputPath)" 139 $(InputDir)\$(InputPath).aml
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acapps.h | 222 char *InputPath,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 528 SmallString<256> InputPath; in demangleSymbols() local 530 sys::fs::createTemporaryFile("demangle-in", "list", InputFD, InputPath); in demangleSymbols() 532 error(InputPath, EC.message()); in demangleSymbols() 535 ToolOutputFile InputTOF{InputPath, InputFD}; in demangleSymbols() 560 Optional<StringRef> Redirects[] = {InputPath.str(), OutputPath.str(), {""}}; in demangleSymbols()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 580 static std::vector<std::string> expandBundle(const std::string &InputPath) { in expandBundle() argument 582 SmallString<256> BundlePath(InputPath); in expandBundle() 608 BundlePaths.push_back(InputPath); in expandBundle()
|
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/ |
H A D | arm_pxa2x0_asm.asm | 34 ;armasm.exe $(InputPath)
|
H A D | arm.asm | 32 ;armasm.exe $(InputPath)
|
H A D | arm_sa1100_asm.asm | 32 ;armasm.exe $(InputPath)
|