Home
last modified time | relevance | path

Searched refs:Suff_FindPath (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Dnonints.h162 Lst Suff_FindPath(GNode *);
H A Ddir.c1532 fullName = Dir_FindFile(gn->name, Suff_FindPath(gn)); in Dir_MTime()
1545 fullName = Dir_FindFile(cp, Suff_FindPath(gn)); in Dir_MTime()
H A Dsuff.c1693 Dir_Expand(cgn->name, Suff_FindPath(cgn), explist); in SuffExpandWildcards()
1751 Suff_FindPath(GNode* gn) in Suff_FindPath() function
H A Dvar.c2853 newStr = Dir_FindFile(v->name, Suff_FindPath(gn)); in ApplyModifiers()