Searched refs:Dir_FindFile (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/bmake/ |
| H A D | dir.h | 87 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE;
|
| H A D | dir.c | 856 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 D | parse.c | 1889 fullname = Dir_FindFile(newName, parseIncPath); in IncludeFile() 1891 fullname = Dir_FindFile(newName, in IncludeFile() 1913 fullname = Dir_FindFile(file, suffPath); in IncludeFile() 1916 fullname = Dir_FindFile(file, parseIncPath); in IncludeFile() 1918 fullname = Dir_FindFile(file, in IncludeFile() 1931 fullname = Dir_FindFile(file, path); in IncludeFile()
|
| H A D | main.c | 1689 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile() 1693 name = Dir_FindFile(fname, sysInc); in ReadMakefile()
|
| H A D | suff.c | 1146 char *file = Dir_FindFile(src->file, in FindThem() 1778 gn->path = Dir_FindFile(gn->name, in FindDepsRegularPath()
|
| H A D | arch.c | 1027 gn->path = Dir_FindFile(libName, path); in Arch_FindLib()
|
| H A D | cond.c | 315 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
|
| H A D | var.c | 2617 path = Dir_FindFile(expr->name, searchPath); in ApplyModifier_Path()
|
| H A D | ChangeLog | 574 o dir.c: split Dir_FindFile into separate functions 997 document that the SearchPath of Dir_FindFile may be NULL 1840 - plug memory leak in Dir_FindFile, Var_LoopExpand,
|