Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfiledef.h186 #define ORDINARY_MTIME_MAX ((FILE_TIMESTAMP_S (NEW_MTIME) \ macro
Dfile.c775 if (! (s <= FILE_TIMESTAMP_S (ORDINARY_MTIME_MAX) in file_timestamp_cons()
776 && product <= ts && ts <= ORDINARY_MTIME_MAX)) in file_timestamp_cons()
779 ts = s <= OLD_MTIME ? ORDINARY_MTIME_MIN : ORDINARY_MTIME_MAX; in file_timestamp_cons()
Dremake.c435 else if (ORDINARY_MTIME_MIN <= this_mtime && this_mtime <= ORDINARY_MTIME_MAX in update_file_1()