Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c640 if (*InputPath == '\\') in AcpiNsNormalizePathname()
642 *NewPath = *InputPath; in AcpiNsNormalizePathname()
644 InputPath++; in AcpiNsNormalizePathname()
647 while (*InputPath == '^') in AcpiNsNormalizePathname()
649 *NewPath = *InputPath; in AcpiNsNormalizePathname()
651 InputPath++; in AcpiNsNormalizePathname()
656 while (*InputPath) in AcpiNsNormalizePathname()
668 InputPath++; in AcpiNsNormalizePathname()
673 if (*InputPath == '.') in AcpiNsNormalizePathname()
675 *NewPath = *InputPath; in AcpiNsNormalizePathname()
[all …]
/freebsd-12.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-12.1/contrib/apr/
H A Dlibapr.dsp63 SOURCE="$(InputPath)"
95 SOURCE="$(InputPath)"
127 SOURCE="$(InputPath)"
159 SOURCE="$(InputPath)"
191 SOURCE="$(InputPath)"
223 SOURCE="$(InputPath)"
679 InputPath=.\include\apr.hw
689 InputPath=.\include\apr.hw
699 InputPath=.\include\apr.hw
709 InputPath=.\include\apr.hw
[all …]
H A Dapr.dsp628 InputPath=.\include\apr.hw
638 InputPath=.\include\apr.hw
648 InputPath=.\include\apr.hw
658 InputPath=.\include\apr.hw
668 InputPath=.\include\apr.hw
678 InputPath=.\include\apr.hw
719 InputPath=.\include\apr_escape.h
730 InputPath=.\include\apr_escape.h
741 InputPath=.\include\apr_escape.h
752 InputPath=.\include\apr_escape.h
[all …]
H A Dlibapr.mak256 SOURCE="$(InputPath)"
492 SOURCE="$(InputPath)"
728 SOURCE="$(InputPath)"
964 SOURCE="$(InputPath)"
1200 SOURCE="$(InputPath)"
1436 SOURCE="$(InputPath)"
1898 InputPath=.\include\apr.hw macro
1909 InputPath=.\include\apr.hw macro
1920 InputPath=.\include\apr.hw macro
1931 InputPath=.\include\apr.hw macro
[all …]
H A Dapr.mak1766 InputPath=.\include\apr.hw macro
1777 InputPath=.\include\apr.hw macro
1788 InputPath=.\include\apr.hw macro
1799 InputPath=.\include\apr.hw macro
1810 InputPath=.\include\apr.hw macro
1821 InputPath=.\include\apr.hw macro
1912 InputPath=.\include\apr_want.h macro
1923 InputPath=.\include\apr_want.h macro
1934 InputPath=.\include\apr_want.h macro
1945 InputPath=.\include\apr_want.h macro
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacapps.h323 char *InputPath,
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp448 SmallString<256> InputPath; in demangleSymbols() local
450 sys::fs::createTemporaryFile("demangle-in", "list", InputFD, InputPath); in demangleSymbols()
452 error(InputPath, EC.message()); in demangleSymbols()
455 ToolOutputFile InputTOF{InputPath, InputFD}; in demangleSymbols()
480 Optional<StringRef> Redirects[] = {InputPath.str(), OutputPath.str(), {""}}; in demangleSymbols()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp525 static std::vector<std::string> expandBundle(const std::string &InputPath) { in expandBundle() argument
527 SmallString<256> BundlePath(InputPath); in expandBundle()
553 BundlePaths.push_back(InputPath); in expandBundle()