Home
last modified time | relevance | path

Searched refs:Targ_FmtTime (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bmake/
H A Dtarg.c374 Targ_FmtTime(time_t tm) in Targ_FmtTime() function
489 Targ_FmtTime(gn->mtime), in Targ_PrintNode()
H A Dmake.c276 Targ_FmtTime(gn->mtime)); in GNode_IsOODate()
577 gn->mtime == 0 ? "nonexistent" : Targ_FmtTime(gn->mtime)); in Make_Recheck()
581 gn->name, Targ_FmtTime(gn->mtime)); in Make_Recheck()
H A Ddir.c416 Targ_FmtTime(cst->cst_mtime), pathname); in cached_stats()
437 Targ_FmtTime(sys_st.st_mtime), pathname); in cached_stats()
H A Darch.c941 RANLIBMAG, Targ_FmtTime(tocModTime)); in RanlibOODate()
H A Dmake.h947 const char *Targ_FmtTime(time_t) MAKE_ATTR_USE;