Searched refs:Arch_LibOODate (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Darch.h59 Boolean Arch_LibOODate(struct GNode *);
H A Dmake.c188 oodate = Arch_LibOODate(gn) ||
H A Darch.c84 * Arch_LibOODate Special function to decide if a library node
1161 * Arch_LibOODate --
1197 Arch_LibOODate(GNode *gn) function
/freebsd-10.0-release/contrib/bmake/
H A Dnonints.h82 Boolean Arch_LibOODate(GNode *);
H A Darch.c124 * Arch_LibOODate Special function to decide if a library node
1250 * Arch_LibOODate --
1288 Arch_LibOODate(GNode *gn) function
H A Dmake.c268 oodate = (gn->mtime == 0 || Arch_LibOODate(gn) ||

Completed in 178 milliseconds