Home
last modified time | relevance | path

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

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