Home
last modified time | relevance | path

Searched refs:SearchPath (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/usr.bin/make/
H A Ddir.h89 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 Ddir.c237 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 Dmake.h411 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 Dparse.c245 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 Dsuff.c175 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 DHeaderSearch.cpp378 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 DPPDirectives.cpp748 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 DPreprocessingRecord.cpp467 StringRef SearchPath, in InclusionDirective() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyFile.cpp70 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 DDependencyGraph.cpp51 StringRef SearchPath, StringRef RelativePath,
75 StringRef SearchPath, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp51 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp131 StringRef SearchPath, StringRef RelativePath,
332 StringRef SearchPath, in InclusionDirective() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DDirectoryLookup.h181 SmallVectorImpl<char> *SearchPath,
189 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
H A DPPCallbacks.h128 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 DHeaderSearch.h405 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
418 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h534 const FileEntry *File, StringRef SearchPath,
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/
H A Dproject.pbxproj98 …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 Ddbghelp.d42 …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 DMakefile31 SearchPath.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMacroPPCallbacks.h105 StringRef SearchPath, StringRef RelativePath,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/netbsd-src/external/bsd/elftosb/dist/
H A Dmakefile.rules79 SearchPath.o \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h128 StringRef SearchPath, StringRef RelativePath,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp130 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp80 StringRef SearchPath, StringRef RelativePath,

12