Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dremake.c432 noexist = this_mtime == NONEXISTENT_MTIME; in update_file_1()
656 if (d_mtime == NONEXISTENT_MTIME && !d->file->intermediate) in update_file_1()
679 else if (d_mtime == NONEXISTENT_MTIME) in update_file_1()
951 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) in check_dep()
979 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) in check_dep()
1215 if (mtime == NONEXISTENT_MTIME) in f_mtime()
1217 return NONEXISTENT_MTIME; in f_mtime()
1221 ? NONEXISTENT_MTIME in f_mtime()
1229 if (mtime == NONEXISTENT_MTIME && search && !file->ignore_vpath) in f_mtime()
1270 && mtime != NONEXISTENT_MTIME && mtime != NEW_MTIME in f_mtime()
[all …]
Dfiledef.h178 #define NONEXISTENT_MTIME 1 macro
Dfile.c676 f2->last_mtime = NONEXISTENT_MTIME; in snap_deps()
677 f2->mtime_before_update = NONEXISTENT_MTIME; in snap_deps()
926 else if (f->last_mtime == NONEXISTENT_MTIME) in print_file()
Dcommands.c539 time_t file_date = (file->last_mtime == NONEXISTENT_MTIME in delete_target()
Dmain.c1927 any_remade |= (mtime != NONEXISTENT_MTIME in main()