Searched refs:Dir_MTime (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/bmake/
H A Ddir.h98 int Dir_MTime(GNode *, Boolean);
H A Dmake.c225 (void)Dir_MTime(gn, 1);
412 (void)Dir_MTime(gn, 0);
580 time_t mtime = Dir_MTime(gn, 1);
622 * the Dir_MTime occurs, thus leading us to believe that the file
1342 (void)Dir_MTime(gn, 0);
H A Ddir.c116 * Dir_MTime Return the modification time of a node. The file
215 * filesystem overhead would have to be incurred in Dir_MTime, it made
217 * in a cache for when Dir_MTime was actually called.
1500 * Dir_MTime --
1517 Dir_MTime(GNode *gn, Boolean recheck) function
H A Djob.c1282 } else if (Dir_MTime(gn, 0) == 0 && (gn->type & OP_SPECIAL) == 0) {

Completed in 71 milliseconds