Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c634 if (*InputPath == '\\') in AcpiNsNormalizePathname()
636 *NewPath = *InputPath; in AcpiNsNormalizePathname()
638 InputPath++; in AcpiNsNormalizePathname()
641 while (*InputPath == '^') in AcpiNsNormalizePathname()
643 *NewPath = *InputPath; in AcpiNsNormalizePathname()
645 InputPath++; in AcpiNsNormalizePathname()
650 while (*InputPath) in AcpiNsNormalizePathname()
662 InputPath++; in AcpiNsNormalizePathname()
667 if (*InputPath == '.') in AcpiNsNormalizePathname()
669 *NewPath = *InputPath; in AcpiNsNormalizePathname()
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmextern.c790 char *InputPath = *Path; in AcpiDmRemoveRootPrefix() local
793 if ((*InputPath == AML_ROOT_PREFIX) && (InputPath[1])) in AcpiDmRemoveRootPrefix()
795 if (!memmove(InputPath, InputPath+1, strlen(InputPath))) in AcpiDmRemoveRootPrefix()
800 *Path = InputPath; in AcpiDmRemoveRootPrefix()
1624 char *InputPath; in AcpiDmCheckForExternalConflict() local
1634 InputPath = Path; in AcpiDmCheckForExternalConflict()
1635 if ((*InputPath == AML_ROOT_PREFIX) && InputPath[1]) in AcpiDmCheckForExternalConflict()
1637 InputPath++; in AcpiDmCheckForExternalConflict()
1653 if (!strcmp (ListItemPath, InputPath) && in AcpiDmCheckForExternalConflict()
H A Dadfile.c387 char *InputPath, in FlSplitInputPathname() argument
401 if (!InputPath) in FlSplitInputPathname()
408 DirectoryPath = FlStrdup (InputPath); in FlSplitInputPathname()
/freebsd-13.1/contrib/apr/
H A Dlibapr.dsp61 SOURCE="$(InputPath)"
93 SOURCE="$(InputPath)"
125 SOURCE="$(InputPath)"
157 SOURCE="$(InputPath)"
627 InputPath=.\include\apr.hw
637 InputPath=.\include\apr.hw
647 InputPath=.\include\apr.hw
657 InputPath=.\include\apr.hw
694 InputPath=.\include\apr_escape.h
705 InputPath=.\include\apr_escape.h
[all …]
H A Dapr.dsp594 InputPath=.\include\apr.hw
604 InputPath=.\include\apr.hw
614 InputPath=.\include\apr.hw
624 InputPath=.\include\apr.hw
661 InputPath=.\include\apr_escape.h
672 InputPath=.\include\apr_escape.h
683 InputPath=.\include\apr_escape.h
694 InputPath=.\include\apr_escape.h
H A Dlibapr.mak262 SOURCE="$(InputPath)"
506 SOURCE="$(InputPath)"
750 SOURCE="$(InputPath)"
994 SOURCE="$(InputPath)"
1480 InputPath=.\include\apr.hw macro
1491 InputPath=.\include\apr.hw macro
1502 InputPath=.\include\apr.hw macro
1513 InputPath=.\include\apr.hw macro
1528 InputPath=.\include\apr_escape.h macro
1540 InputPath=.\include\apr_escape.h macro
[all …]
H A Dapr.mak1282 InputPath=.\include\apr.hw macro
1293 InputPath=.\include\apr.hw macro
1304 InputPath=.\include\apr.hw macro
1315 InputPath=.\include\apr.hw macro
1330 InputPath=.\include\apr_escape.h macro
1342 InputPath=.\include\apr_escape.h macro
1354 InputPath=.\include\apr_escape.h macro
1366 InputPath=.\include\apr_escape.h macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp235 void CollectDFT(const std::string &InputPath) { in CollectDFT()
237 if (!FilesWithDFT.insert(InputPath).second) return; in CollectDFT()
242 Cmd.addArgument(InputPath); in CollectDFT()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacapps.h323 char *InputPath,
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp584 static std::vector<std::string> expandBundle(const std::string &InputPath) { in expandBundle() argument
586 SmallString<256> BundlePath(InputPath); in expandBundle()
612 BundlePaths.push_back(InputPath); in expandBundle()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td99 def InputPath: Property<"input-path", "FileSpec">,