Searched refs:Dir_FindFile (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | dir.h | 90 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE;
|
H A D | dir.c | 853 dirpath = Dir_FindFile(prefix, path); in SearchPath_ExpandMiddle() 1272 Dir_FindFile(const char *name, SearchPath *path) in Dir_FindFile() function 1354 fullName = Dir_FindFile(base, Suff_FindPath(gn)); in ResolveMovedDepends() 1383 fullName = Dir_FindFile(gn->name, Suff_FindPath(gn)); in ResolveFullName()
|
H A D | parse.c | 1247 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile() 1249 fullname = Dir_FindFile(newName, &dirSearchPath); in FindInDirOfIncludingFile() 1267 fullname = Dir_FindFile(file, suffPath); in FindInQuotPath() 1269 fullname = Dir_FindFile(file, parseIncPath); in FindInQuotPath() 1271 fullname = Dir_FindFile(file, &dirSearchPath); in FindInQuotPath()
|
H A D | main.c | 1695 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile() 1699 name = Dir_FindFile(fname, sysInc); in ReadMakefile()
|
H A D | suff.c | 1108 char *file = Dir_FindFile(src->file, in FindThem() 1719 gn->path = Dir_FindFile(gn->name, in FindDepsRegularPath()
|
H A D | arch.c | 914 gn->path = Dir_FindFile(libName, path); in Arch_FindLib()
|
H A D | cond.c | 303 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
|
H A D | ChangeLog | 487 Dir_FindFile will search .CURDIR first unless ".DOTLAST" is seen. 1747 o dir.c: split Dir_FindFile into separate functions 2170 document that the SearchPath of Dir_FindFile may be NULL 3013 - plug memory leak in Dir_FindFile, Var_LoopExpand,
|
H A D | var.c | 2647 path = Dir_FindFile(expr->name, searchPath); in ApplyModifier_Path()
|