Home
last modified time | relevance | path

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

/dflybsd-src/contrib/bmake/
H A Ddir.h87 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE;
H A Ddir.c856 dirpath = Dir_FindFile(prefix, path); in SearchPath_ExpandMiddle()
1188 Dir_FindFile(const char *name, SearchPath *path) in Dir_FindFile() function
1414 fullName = Dir_FindFile(base, Suff_FindPath(gn)); in ResolveMovedDepends()
1443 fullName = Dir_FindFile(gn->name, Suff_FindPath(gn)); in ResolveFullName()
H A Dparse.c1173 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile()
1175 fullname = Dir_FindFile(newName, &dirSearchPath); in FindInDirOfIncludingFile()
1193 fullname = Dir_FindFile(file, suffPath); in FindInQuotPath()
1195 fullname = Dir_FindFile(file, parseIncPath); in FindInQuotPath()
1197 fullname = Dir_FindFile(file, &dirSearchPath); in FindInQuotPath()
1226 fullname = Dir_FindFile(file, path); in IncludeFile()
H A Dsuff.c1146 char *file = Dir_FindFile(src->file, in FindThem()
1778 gn->path = Dir_FindFile(gn->name, in FindDepsRegularPath()
H A Dmain.c1702 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()
1706 name = Dir_FindFile(fname, sysInc); in ReadMakefile()
H A Darch.c1028 gn->path = Dir_FindFile(libName, path); in Arch_FindLib()
H A Dcond.c313 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
H A Dvar.c2631 path = Dir_FindFile(expr->name, searchPath); in ApplyModifier_Path()
H A DChangeLog747 o dir.c: split Dir_FindFile into separate functions
1170 document that the SearchPath of Dir_FindFile may be NULL
2013 - plug memory leak in Dir_FindFile, Var_LoopExpand,