Home
last modified time | relevance | path

Searched refs:InputPath (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsnames.c509 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 Ddmextern.c682 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 Dadfile.c279 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 Dlibcvs.dsp333 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 Dlibcvs.mak693 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 DDwarfLinkerForBinary.cpp113 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 Dllvm-gsymutil.cpp144 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 Dreadme.txt136 c:\acpi\libraries\iasl.exe -vs -vi "$(InputPath)"
139 $(InputDir)\$(InputPath).aml
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacapps.h222 char *InputPath,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp528 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 Dllvm-dwarfdump.cpp580 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 Darm_pxa2x0_asm.asm34 ;armasm.exe $(InputPath)
H A Darm.asm32 ;armasm.exe $(InputPath)
H A Darm_sa1100_asm.asm32 ;armasm.exe $(InputPath)