Searched refs:is_strictly_before (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/make/ |
H A D | engine.c | 278 if (is_strictly_before(parent->youngest->mtime, child->mtime)) { in Make_TimeStamp() 372 if (is_strictly_before(gn->mtime, child->mtime) || in Make_DoAllVar() 373 (!is_strictly_before(child->mtime, starttime) && in Make_DoAllVar() 471 } else if (is_strictly_before(gn->mtime, gn->youngest->mtime) || in Make_OODate() 481 if (is_strictly_before(gn->mtime, gn->youngest->mtime)) in Make_OODate()
|
H A D | compat.c | 205 if (is_strictly_before(gn->mtime, gn->youngest->mtime)) in CompatMake() 211 if (is_strictly_before(sib->mtime, in CompatMake()
|
H A D | timestamp.h | 54 #define is_strictly_before(t1, t2) timespeccmp(&(t1), &(t2), <) macro
|