Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Ddir.h90 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE;
H A Ddir.c853 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 Dparse.c1187 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile()
1189 fullname = Dir_FindFile(newName, &dirSearchPath); in FindInDirOfIncludingFile()
1207 fullname = Dir_FindFile(file, suffPath); in FindInQuotPath()
1209 fullname = Dir_FindFile(file, parseIncPath); in FindInQuotPath()
1211 fullname = Dir_FindFile(file, &dirSearchPath); in FindInQuotPath()
H A Dsuff.c1108 char *file = Dir_FindFile(src->file, in FindThem()
1719 gn->path = Dir_FindFile(gn->name, in FindDepsRegularPath()
H A Dmain.c1677 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()
1681 name = Dir_FindFile(fname, sysInc); in ReadMakefile()
H A Darch.c860 * as returned by Dir_FindFile.
866 gn->path = Dir_FindFile(libName, path); in Arch_FindLib()
H A Dcond.c310 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
H A Dvar.c2610 path = Dir_FindFile(expr->name, searchPath); in ApplyModifier_Path()