Home
last modified time | relevance | path

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

/netbsd/external/gpl2/gmake/dist/
H A Dremake.c432 noexist = this_mtime == NONEXISTENT_MTIME; 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()
1215 if (mtime == NONEXISTENT_MTIME) in f_mtime()
1217 return NONEXISTENT_MTIME; in f_mtime()
1221 ? NONEXISTENT_MTIME in f_mtime()
1270 && mtime != NONEXISTENT_MTIME && mtime != NEW_MTIME in f_mtime()
1365 mtime = NONEXISTENT_MTIME; in name_mtime()
1369 return NONEXISTENT_MTIME; in name_mtime()
1525 if (mtime != NONEXISTENT_MTIME) in library_search()
[all …]
H A Dfiledef.h178 #define NONEXISTENT_MTIME 1 macro
H A 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()
H A Dcommands.c539 time_t file_date = (file->last_mtime == NONEXISTENT_MTIME in delete_target()
H A Dmain.c1927 any_remade |= (mtime != NONEXISTENT_MTIME in main()