Lines Matching refs:mtime
183 FILE_TIMESTAMP mtime = MTIME (file); in update_goal_chain() local
187 mtime != file->mtime_before_update) in update_goal_chain()
473 FILE_TIMESTAMP mtime; in update_file_1() local
479 mtime = file_mtime (d->file); in update_file_1()
540 d->changed = ((file_mtime (d->file) != mtime) in update_file_1()
557 FILE_TIMESTAMP mtime = file_mtime (d->file); in update_file_1() local
595 || file_mtime (d->file) != mtime); in update_file_1()
946 FILE_TIMESTAMP mtime; in check_dep() local
949 mtime = file_mtime (file); in check_dep()
951 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) in check_dep()
957 FILE_TIMESTAMP mtime; in check_dep() local
977 mtime = file_mtime (file); in check_dep()
979 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) in check_dep()
1146 FILE_TIMESTAMP mtime; in f_mtime() local
1171 mtime = f_mtime (arfile, search); in f_mtime()
1215 if (mtime == NONEXISTENT_MTIME) in f_mtime()
1220 mtime = (member_date == (time_t) -1 in f_mtime()
1227 mtime = name_mtime (file->name); in f_mtime()
1229 if (mtime == NONEXISTENT_MTIME && search && !file->ignore_vpath) in f_mtime()
1233 if (vpath_search (&name, &mtime) in f_mtime()
1236 && library_search (&name, &mtime))) in f_mtime()
1238 if (mtime != UNKNOWN_MTIME) in f_mtime()
1241 file->last_mtime = mtime; in f_mtime()
1257 if (mtime != OLD_MTIME && mtime != NEW_MTIME) in f_mtime()
1258 mtime = name_mtime (name); in f_mtime()
1270 && mtime != NONEXISTENT_MTIME && mtime != NEW_MTIME in f_mtime()
1275 FILE_TIMESTAMP adjusted_mtime = mtime; in f_mtime()
1310 (FILE_TIMESTAMP_S (mtime) - FILE_TIMESTAMP_S (now) in f_mtime()
1311 + ((FILE_TIMESTAMP_NS (mtime) - FILE_TIMESTAMP_NS (now)) in f_mtime()
1332 if (mtime != NONEXISTENT_MTIME && file->command_state == cs_not_started in f_mtime()
1337 file->last_mtime = mtime; in f_mtime()
1342 return mtime; in f_mtime()
1357 FILE_TIMESTAMP mtime; in name_mtime() local
1363 mtime = FILE_TIMESTAMP_STAT_MODTIME (name, st); in name_mtime()
1365 mtime = NONEXISTENT_MTIME; in name_mtime()
1413 if (ltime > mtime) in name_mtime()
1414 mtime = ltime; in name_mtime()
1441 return mtime; in name_mtime()
1472 FILE_TIMESTAMP mtime; in library_search() local
1524 mtime = name_mtime (libbuf); in library_search()
1525 if (mtime != NONEXISTENT_MTIME) in library_search()
1529 *mtime_ptr = mtime; in library_search()
1564 mtime = name_mtime (buf); in library_search()
1565 if (mtime != NONEXISTENT_MTIME) in library_search()
1569 *mtime_ptr = mtime; in library_search()