/netbsd-src/usr.bin/make/ |
H A D | dir.h | 89 void SearchPath_Expand(SearchPath *, const char *, StringList *); 90 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE; 91 char *Dir_FindInclude(const char *, SearchPath *) MAKE_ATTR_USE; 94 CachedDir *SearchPath_Add(SearchPath *, const char *); 95 char *SearchPath_ToFlags(SearchPath *, const char *) MAKE_ATTR_USE; 96 void SearchPath_Clear(SearchPath *); 97 void SearchPath_AddAll(SearchPath *, SearchPath *); 99 void SearchPath_Print(const SearchPath *); 100 SearchPath *Dir_CopyDirSearchPath(void) MAKE_ATTR_USE;
|
H A D | dir.c | 237 SearchPath dirSearchPath = { LST_INIT }; /* main search path */ 579 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in Dir_SetSYSPATH() 769 DirExpandCurly(const char *word, const char *brace, SearchPath *path, in DirExpandCurly() 814 DirExpandPath(const char *pattern, SearchPath *path, StringList *expansions) in DirExpandPath() 841 SearchPath_ExpandMiddle(SearchPath *path, const char *pattern, in SearchPath_ExpandMiddle() 845 SearchPath *partPath; in SearchPath_ExpandMiddle() 890 SearchPath_Expand(SearchPath *path, const char *pattern, StringList *expansions) in SearchPath_Expand() 1055 FindFileRelative(SearchPath *path, bool seenDotLast, in FindFileRelative() 1117 FindFileAbsolute(SearchPath *path, bool seenDotLast, in FindFileAbsolute() 1164 FindFile(const char *name, SearchPath *path, bool isinclude) in FindFile() [all …]
|
H A D | make.h | 411 typedef struct SearchPath { 413 } SearchPath; 611 extern SearchPath dirSearchPath; 613 extern SearchPath *parseIncPath; 618 extern SearchPath *sysIncPath; 620 extern SearchPath *defSysIncPath; 809 void Arch_FindLib(GNode *, SearchPath *); 834 MAKE_INLINE SearchPath * MAKE_ATTR_USE 837 SearchPath *path = bmake_malloc(sizeof *path); 842 void SearchPath_Free(SearchPath *); 402 typedef struct SearchPath { global() struct 404 } SearchPath; global() typedef [all...] |
H A D | parse.c | 245 SearchPath *parseIncPath; /* directories for "..." includes */ 246 SearchPath *sysIncPath; /* directories for <...> includes */ 247 SearchPath *defSysIncPath; /* default for sysIncPath */ 1001 SearchPath *path; in HandleDependencyTargetPath() 1073 SearchPath *emptyPath = SearchPath_New(); in HandleDependencyTargetMundane() 1200 SearchPath *suffPath; in FindInQuotPath() 1256 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
|
H A D | suff.c | 175 SearchPath *searchPath; 828 SearchPath * 853 SearchPath *includesPath = SearchPath_New(); in Suff_ExtendPaths() 854 SearchPath *libsPath = SearchPath_New(); in Suff_ExtendPaths() 1407 SearchPath *
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 378 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 391 if (SearchPath) { in LookupFile() 393 SearchPath->clear(); in LookupFile() 394 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 407 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 421 if (SearchPath) { in LookupFile() 423 SearchPath->clear(); in LookupFile() 424 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 514 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 587 if (SearchPath) { in DoFrameworkLookup() [all …]
|
H A D | PPDirectives.cpp | 748 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, in LookupFile() argument 808 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 825 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile() 843 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 858 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1754 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 1759 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 1796 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 1826 CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 1930 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local [all …]
|
H A D | PreprocessingRecord.cpp | 467 StringRef SearchPath, in InclusionDirective() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | DependencyFile.cpp | 70 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 144 StringRef SearchPath; in addDependency() local 150 SearchPath = TmpPath.str(); in addDependency() 152 SearchPath = Filename; in addDependency() 155 if (Seen.insert(SearchPath).second) { in addDependency()
|
H A D | DependencyGraph.cpp | 51 StringRef SearchPath, StringRef RelativePath, 75 StringRef SearchPath, in InclusionDirective() argument
|
H A D | ModuleDependencyCollector.cpp | 51 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
|
H A D | PrintPreprocessedOutput.cpp | 131 StringRef SearchPath, StringRef RelativePath, 332 StringRef SearchPath, in InclusionDirective() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | DirectoryLookup.h | 181 SmallVectorImpl<char> *SearchPath, 189 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
H A D | PPCallbacks.h | 128 StringRef SearchPath, in InclusionDirective() argument 408 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 412 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 415 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
H A D | HeaderSearch.h | 405 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 418 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
H A D | PreprocessingRecord.h | 534 const FileEntry *File, StringRef SearchPath,
|
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/ |
H A D | project.pbxproj | 98 …D1FCA90BD02B69007C7450 /* SearchPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02D1FCA80B… 99 …D1FCF70BD039A0007C7450 /* SearchPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02D1FCA80B… 268 …BD02B69007C7450 /* SearchPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 269 …2B69007C7450 /* SearchPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 390 02D1FCA80BD02B69007C7450 /* SearchPath.cpp */, 391 02D1FCA70BD02B69007C7450 /* SearchPath.h */, 655 02D1FCF70BD039A0007C7450 /* SearchPath.cpp in Sources */, 723 02D1FCA90BD02B69007C7450 /* SearchPath.cpp in Sources */,
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | dbghelp.d | 42 …alias BOOL function(HANDLE hProcess, PSTR SearchPath, DWORD SearchPathLength) SymGetSearch… 43 alias BOOL function(HANDLE hProcess, PCSTR SearchPath) SymSetSearchPathFunc;
|
/netbsd-src/external/bsd/elftosb/lib/ |
H A D | Makefile | 31 SearchPath.cpp \
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.h | 105 StringRef SearchPath, StringRef RelativePath,
|
H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
/netbsd-src/external/bsd/elftosb/dist/ |
H A D | makefile.rules | 79 SearchPath.o \
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 128 StringRef SearchPath, StringRef RelativePath,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 130 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 80 StringRef SearchPath, StringRef RelativePath,
|