Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Ddir.h96 char *Dir_FindFile(const char *, Lst);
H A Ddir.c880 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 Dparse.c2218 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 Dmain.c1584 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()
1586 name = Dir_FindFile(fname, in ReadMakefile()
H A Dcond.c413 path = Dir_FindFile(arg, dirSearchPath); in CondDoExists()
H A Dsuff.c1382 if ((ptr = Dir_FindFile(s->file, s->suff->searchPath)) != NULL) { in SuffFindThem()
2244 gn->path = Dir_FindFile(gn->name, in SuffFindNormalDeps()
H A Darch.c1250 gn->path = Dir_FindFile(libName, path); in Arch_FindLib()
H A Dvar.c2853 newStr = Dir_FindFile(v->name, Suff_FindPath(gn)); in ApplyModifiers()
H A DChangeLog153 - plug memory leak in Dir_FindFile, Var_LoopExpand,