Searched refs:Dir_FindFile (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | dir.h | 96 char *Dir_FindFile(const char *, Lst);
|
| H A D | dir.c | 880 dirpath = Dir_FindFile(word, path); in Dir_Expand() 1128 Dir_FindFile(const char *name, Lst path) in Dir_FindFile() function 1532 fullName = Dir_FindFile(gn->name, Suff_FindPath(gn)); in Dir_MTime() 1545 fullName = Dir_FindFile(cp, Suff_FindPath(gn)); in Dir_MTime()
|
| H A D | parse.c | 2218 fullname = Dir_FindFile(newName, parseIncPath); in Parse_include_file() 2220 fullname = Dir_FindFile(newName, dirSearchPath); in Parse_include_file() 2238 fullname = Dir_FindFile(file, suffPath); in Parse_include_file() 2242 fullname = Dir_FindFile(file, parseIncPath); in Parse_include_file() 2244 fullname = Dir_FindFile(file, dirSearchPath); in Parse_include_file() 2255 fullname = Dir_FindFile(file, in Parse_include_file()
|
| H A D | main.c | 1584 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile() 1586 name = Dir_FindFile(fname, in ReadMakefile()
|
| H A D | cond.c | 413 path = Dir_FindFile(arg, dirSearchPath); in CondDoExists()
|
| H A D | suff.c | 1382 if ((ptr = Dir_FindFile(s->file, s->suff->searchPath)) != NULL) { in SuffFindThem() 2244 gn->path = Dir_FindFile(gn->name, in SuffFindNormalDeps()
|
| H A D | arch.c | 1250 gn->path = Dir_FindFile(libName, path); in Arch_FindLib()
|
| H A D | var.c | 2853 newStr = Dir_FindFile(v->name, Suff_FindPath(gn)); in ApplyModifiers()
|
| H A D | ChangeLog | 153 - plug memory leak in Dir_FindFile, Var_LoopExpand,
|