Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Ddir.h88 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE;
H A Ddir.c873 dirpath = Dir_FindFile(prefix, path); in SearchPath_ExpandMiddle()
1205 Dir_FindFile(const char *name, SearchPath *path) in Dir_FindFile() function
1431 fullName = Dir_FindFile(base, Suff_FindPath(gn)); in ResolveMovedDepends()
1460 fullName = Dir_FindFile(gn->name, Suff_FindPath(gn)); in ResolveFullName()
H A Dparse.c1201 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile()
1203 fullname = Dir_FindFile(newName, &dirSearchPath); in FindInDirOfIncludingFile()
1221 fullname = Dir_FindFile(file, suffPath); in FindInQuotPath()
1223 fullname = Dir_FindFile(file, parseIncPath); in FindInQuotPath()
1225 fullname = Dir_FindFile(file, &dirSearchPath); in FindInQuotPath()
1272 fullname = Dir_FindFile(file, path); in IncludeFile()
H A Dsuff.c1146 char *file = Dir_FindFile(src->file, in FindThem()
1776 gn->path = Dir_FindFile(gn->name, in FindDepsRegularPath()
H A Dmain.c1690 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()
1694 name = Dir_FindFile(fname, sysInc); in ReadMakefile()
H A Darch.c1026 gn->path = Dir_FindFile(libName, path); in Arch_FindLib()
H A Dcond.c321 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
H A Dvar.c2627 path = Dir_FindFile(expr->name, searchPath); in ApplyModifier_Path()
H A DChangeLog958 o dir.c: split Dir_FindFile into separate functions
1381 document that the SearchPath of Dir_FindFile may be NULL
2224 - plug memory leak in Dir_FindFile, Var_LoopExpand,