Searched refs:Dir_FindFile (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | dir.h | 88 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE;
|
| H A D | dir.c | 873 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 D | parse.c | 1201 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 D | suff.c | 1146 char *file = Dir_FindFile(src->file, in FindThem() 1776 gn->path = Dir_FindFile(gn->name, in FindDepsRegularPath()
|
| H A D | main.c | 1690 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile() 1694 name = Dir_FindFile(fname, sysInc); in ReadMakefile()
|
| H A D | arch.c | 1026 gn->path = Dir_FindFile(libName, path); in Arch_FindLib()
|
| H A D | cond.c | 321 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
|
| H A D | var.c | 2627 path = Dir_FindFile(expr->name, searchPath); in ApplyModifier_Path()
|
| H A D | ChangeLog | 958 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,
|