Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfiledef.h182 #define OLD_MTIME 2 macro
185 #define ORDINARY_MTIME_MIN (OLD_MTIME + 1)
Dvpath.c483 && (f->last_mtime == OLD_MTIME || f->last_mtime == NEW_MTIME)) in selective_vpath_search()
Dfile.c779 ts = s <= OLD_MTIME ? ORDINARY_MTIME_MIN : ORDINARY_MTIME_MAX; in file_timestamp_cons()
928 else if (f->last_mtime == OLD_MTIME) in print_file()
Dremake.c1257 if (mtime != OLD_MTIME && mtime != NEW_MTIME) in f_mtime()
Dmain.c1788 f->last_mtime = f->mtime_before_update = OLD_MTIME; in main()