Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Ddir.h86 void SearchPath_Expand(SearchPath *, const char *, StringList *);
87 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE;
90 CachedDir *SearchPath_Add(SearchPath *, const char *);
91 char *SearchPath_ToFlags(SearchPath *, const char *) MAKE_ATTR_USE;
92 void SearchPath_Clear(SearchPath *);
93 void SearchPath_AddAll(SearchPath *, SearchPath *);
95 void SearchPath_Print(const SearchPath *);
96 SearchPath *Dir_CopyDirSearchPath(void) MAKE_ATTR_USE;
H A Ddir.c843 SearchPath *partPath; in SearchPath_ExpandMiddle()
1063 FindFileRelative(SearchPath *path, bool seenDotLast, in FindFileRelative()
1188 Dir_FindFile(const char *name, SearchPath *path) in Dir_FindFile()
1508 CacheNewDir(const char *name, SearchPath *path) in CacheNewDir()
1566 SearchPath_Add(SearchPath *path, const char *name) in SearchPath_Add()
1599 SearchPath *
1602 SearchPath *path = SearchPath_New(); in Dir_CopyDirSearchPath()
1647 SearchPath_Free(SearchPath *path) in SearchPath_Free()
1664 SearchPath_Clear(SearchPath *path) in SearchPath_Clear()
1678 SearchPath_AddAll(SearchPath *dst, SearchPath *src) in SearchPath_AddAll()
[all …]
H A Dmake.h412 typedef struct SearchPath { struct
414 } SearchPath; typedef
603 extern SearchPath dirSearchPath;
605 extern SearchPath *parseIncPath;
610 extern SearchPath *sysIncPath;
612 extern SearchPath *defSysIncPath;
806 void Arch_FindLib(GNode *, SearchPath *);
830 MAKE_INLINE SearchPath * MAKE_ATTR_USE
833 SearchPath *path = bmake_malloc(sizeof *path); in SearchPath_New()
838 void SearchPath_Free(SearchPath *);
[all …]
H A Dparse.c251 SearchPath *parseIncPath; /* directories for "..." includes */
252 SearchPath *sysIncPath; /* directories for <...> includes */
253 SearchPath *defSysIncPath; /* default for sysIncPath */
993 SearchPath *path; in HandleDependencyTargetPath()
1065 SearchPath *emptyPath = SearchPath_New(); in HandleDependencyTargetMundane()
1186 SearchPath *suffPath; in FindInQuotPath()
1224 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
H A Dsuff.c177 SearchPath *searchPath;
861 SearchPath *
886 SearchPath *includesPath = SearchPath_New(); in Suff_ExtendPaths()
887 SearchPath *libsPath = SearchPath_New(); in Suff_ExtendPaths()
1462 SearchPath *
H A Darch.c1025 Arch_FindLib(GNode *gn, SearchPath *path) in Arch_FindLib()
H A Dmain.c1704 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
H A Dvar.c2630 SearchPath *searchPath = Suff_FindPath(gn); in ApplyModifier_Path()
H A DChangeLog731 o convert SearchPath to struct
955 rename some Dir functions to SearchPath
1170 document that the SearchPath of Dir_FindFile may be NULL