Home
last modified time | relevance | path

Searched refs:Arch_LibOODate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Darch.c977 Arch_LibOODate(GNode *gn) in Arch_LibOODate() function
H A Dmake.h836 bool Arch_LibOODate(GNode *) MAKE_ATTR_USE;
H A Dmake.c318 oodate = gn->mtime == 0 || Arch_LibOODate(gn) || in GNode_IsOODate()