Lines Matching refs:mtime
20 USE_TAR(NEWTOY(tar, "&(restrict)(full-time)(no-recursion)(numeric-owner)(no-same-permissions)(overwrite)(exclude)*(mode):(mtime):(group):(owner):(to-command):o(no-same-owner)p(same-permissions)k(keep-old)c(create)|h(dereference)x(extract)|t(list)|v(verbose)J(xz)j(bzip2)z(gzip)S(sparse)O(to-stdout)m(touch)X(exclude-from)*T(files-from)*C(directory):f(file):a[!txc][!jzJa]", TOYFLAG_USR|TOYFLAG_BIN))
33 o Ignore owner h Follow symlinks m Ignore mtime
38 --mode MODE Adjust modes --mtime TIME Override timestamps
52 char *to_command, *owner, *group, *mtime, *mode;
76 time_t mtime;
82 char name[100], mode[8], uid[8], gid[8],size[12], mtime[12], chksum[8],
126 ITOO(tmp.mtime, 0);
224 if (TT.mtime) st->st_mtime = TT.mtt;
232 ITOO(hdr.mtime, st->st_mtime);
526 // Apply mtime.
532 // defer mtime updates until contents written.
535 *(long long *)sl->str = TT.hdr.mtime;
539 } else wsettime(TT.hdr.name, TT.hdr.mtime);
651 TT.hdr.mtime = OTOI(tar.mtime);
712 struct tm *lc = localtime(TT.mtime ? &TT.mtt : &TT.hdr.mtime);
744 xsetenv(xmprintf("TAR_MTIME=%llo", (long long)TT.hdr.mtime), 0);
796 if (TT.mtime) xparsedate(TT.mtime, &TT.mtt, (void *)&s, 1);