Lines Matching refs:mtime
197 struct timespec mtime; /* time stamp... */ member
252 n->mtime = t; in record_stamp()
255 n->mtime = t; in record_stamp()
549 struct timespec mtime; in Dir_FindFileComplexi() local
551 ts_set_from_stat(stb, mtime); in Dir_FindFileComplexi()
571 time_to_string(&mtime), file); in Dir_FindFileComplexi()
572 record_stamp(file, mtime); in Dir_FindFileComplexi()
611 struct timespec mtime; in Dir_FindFileComplexi() local
613 ts_set_from_stat(stb, mtime); in Dir_FindFileComplexi()
615 printf("Caching %s for %s\n", time_to_string(&mtime), in Dir_FindFileComplexi()
617 record_stamp(q, mtime); in Dir_FindFileComplexi()
705 struct timespec mtime; in Dir_MTime() local
708 return gn->mtime; in Dir_MTime()
728 time_to_string(&entry->mtime), fullName); in Dir_MTime()
729 mtime = entry->mtime; in Dir_MTime()
733 ts_set_from_stat(stb, mtime); in Dir_MTime()
740 ts_set_out_of_date(mtime); in Dir_MTime()
745 gn->mtime = mtime; in Dir_MTime()
746 return gn->mtime; in Dir_MTime()