Lines Matching refs:mtime
39 static void set_mtime(const char *target, time_t mtime) in set_mtime() argument
41 if (target && strcmp(target, "-") && mtime != 0L) { in set_mtime()
44 tv[0].tv_sec = mtime; in set_mtime()
46 tv[1].tv_sec = mtime; in set_mtime()
53 utbuf.actime = mtime; in set_mtime()
54 utbuf.modtime = mtime; in set_mtime()
106 time_t mtime; in _unix_write() local
113 File->Class->get_data(File, &mtime, 0, 0, 0); in _unix_write()
116 mtime = 0L; in _unix_write()
187 set_mtime(unixFile, mtime); in _unix_write()
218 time_t mtime; in unix_copydir() local
226 File->Class->get_data(File, &mtime, 0, 0, 0); in unix_copydir()
228 mtime = 0L; in unix_copydir()
251 set_mtime(unixFile, mtime); in unix_copydir()