Searched refs:mtime (Results 1 - 25 of 160) sorted by relevance

1234567

/freebsd-10.1-release/tools/regression/pjdfstest/tests/rmdir/
H A D00.t24 mtime=`${fstest} stat ${n0} mtime`
25 test_check $time -lt $mtime
/freebsd-10.1-release/bin/pax/
H A Dtables.h70 * with -u, the mtime for every node in the archive must always be available
78 time_t mtime; /* files last modification time */ member in struct:ftm
146 time_t mtime; /* access and mod time to reset to */ member in struct:atdir
166 time_t mtime; /* mtime to set */ member in struct:dirdata
H A Dtar.h95 char mtime[12]; /* modification time */ member in struct:__anon10
134 char mtime[12]; /* modification time */ member in struct:__anon11
/freebsd-10.1-release/tools/regression/pjdfstest/tests/mknod/
H A D11.t67 mtime=`${fstest} stat ${n0} mtime`
68 test_check $time -lt $mtime
71 mtime=`${fstest} stat . mtime`
72 test_check $time -lt $mtime
H A D00.t62 mtime=`${fstest} stat ${n0} mtime`
63 test_check $time -lt $mtime
66 mtime=`${fstest} stat . mtime`
67 test_check $time -lt $mtime
/freebsd-10.1-release/tools/regression/pjdfstest/tests/open/
H A D00.t56 # Update parent directory ctime/mtime if file didn't exist.
63 mtime=`${fstest} stat ${n0} mtime`
64 test_check $time -lt $mtime
67 mtime=`${fstest} stat . mtime`
68 test_check $time -lt $mtime
73 # Don't update parent directory ctime/mtime if file existed.
75 dmtime=`${fstest} stat . mtime`
79 mtime
[all...]
/freebsd-10.1-release/tools/regression/pjdfstest/tests/symlink/
H A D00.t27 mtime=`${fstest} stat ${n0} mtime`
28 test_check $time -lt $mtime
/freebsd-10.1-release/contrib/file/src/
H A Dtar.h59 char mtime[12]; member in struct:record::header
/freebsd-10.1-release/contrib/libarchive/cpio/test/
H A Dtest_option_t.c36 time_t mtime; local
86 mtime = 1;
91 strftime(date2, sizeof(date), "%b %d %Y", localtime(&mtime));
94 strftime(date2, sizeof(date), "%b %e %Y", localtime(&mtime));
/freebsd-10.1-release/tools/regression/pjdfstest/tests/unlink/
H A D00.t141 mtime=`${fstest} stat ${n0} mtime`
142 test_check $time -lt $mtime
152 mtime=`${fstest} stat ${n0} mtime`
153 test_check $time -lt $mtime
163 mtime=`${fstest} stat ${n0} mtime`
164 test_check $time -lt $mtime
174 mtime
[all...]
/freebsd-10.1-release/contrib/sendmail/contrib/
H A Dre-mqueue.pl156 $atime,$mtime,$ctime,$blksize,$blocks) = stat($dfile);
157 if (! defined $mtime) {
163 if (($mtime + $age) > $now) {
164 printf ("%s is %d seconds old - skipping\n", $dfile, $now-$mtime) if ($debug);
/freebsd-10.1-release/crypto/openssh/
H A Dsftp-common.h41 u_int32_t mtime; member in struct:Attrib
/freebsd-10.1-release/tools/regression/pjdfstest/tests/mkdir/
H A D00.t62 mtime=`${fstest} stat ${n0} mtime`
63 test_check $time -lt $mtime
66 mtime=`${fstest} stat . mtime`
67 test_check $time -lt $mtime
/freebsd-10.1-release/tools/regression/pjdfstest/tests/mkfifo/
H A D00.t62 mtime=`${fstest} stat ${n0} mtime`
63 test_check $time -lt $mtime
66 mtime=`${fstest} stat . mtime`
67 test_check $time -lt $mtime
/freebsd-10.1-release/usr.bin/make/
H A Dmake.c103 * Set the cmtime field of a parent node based on the mtime stamp in its
110 * The cmtime of the parent node will be changed if the mtime
117 if (cgn->mtime > pgn->cmtime) {
118 pgn->cmtime = cgn->mtime;
137 * The mtime field of the node and the cmtime field of its parents
152 if (gn->mtime != 0) {
154 Targ_FmtTime(gn->mtime)));
219 } else if (gn->mtime < gn->cmtime ||
220 (gn->cmtime == 0 && (gn->mtime == 0 || (gn->type & OP_DOUBLEDEP)))) {
224 * either doesn't exist (mtime
[all...]
H A Darch.c1045 * The mtime field of the given node is filled in with the value
1053 int64_t mtime; local
1055 mtime = ArchStatMember(Var_Value(ARCHIVE, gn),
1058 if (mtime == INT_MIN) {
1059 mtime = 0;
1061 gn->mtime = (int)mtime; /* XXX */
1062 return (gn->mtime);
1075 * The mtime field is filled in.
1104 gn->mtime
1199 int64_t mtime; /* The table-of-contents's mod time */ local
[all...]
/freebsd-10.1-release/etc/periodic/daily/
H A D120.clean-preserve41 rc=$(find . ! -name . -mtime +$daily_clean_preserve_days \
H A D140.clean-rwho41 rc=$(find . ! -name . -mtime +$daily_clean_rwho_days \
/freebsd-10.1-release/contrib/bmake/
H A Dmake.c157 * Set the cmgn field of a parent node based on the mtime stamp in its
168 * The cmgn of the parent node will be changed if the mtime
175 if (pgn->cmgn == NULL || cgn->mtime > pgn->cmgn->mtime) {
211 * The mtime field of the node and the cmgn field of its parents
227 if (gn->mtime != 0) {
228 fprintf(debug_file, "modified %s...", Targ_FmtTime(gn->mtime));
259 ((gn->mtime==0) || Arch_IsLib(gn))) {
268 oodate = (gn->mtime == 0 || Arch_LibOODate(gn) ||
297 } else if ((gn->cmgn != NULL && gn->mtime < g
577 time_t mtime = Dir_MTime(gn, 1); local
686 time_t mtime = -1; local
[all...]
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_mtree.c34 time_t mtime; member in struct:__anon1678
72 archive_entry_set_mtime(ae, entries[i].mtime, 0);
73 assert(entries[i].mtime == archive_entry_mtime(ae));
127 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae));
H A Dtest_write_format_mtree_classic.c35 time_t mtime; member in struct:__anon1679
132 archive_entry_set_mtime(ae, entries[i].mtime, 0);
133 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae));
171 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae));
H A Dtest_write_format_mtree_classic_indent.c35 time_t mtime; member in struct:__anon1680
134 archive_entry_set_mtime(ae, entries[i].mtime, 0);
135 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae));
173 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae));
/freebsd-10.1-release/etc/periodic/security/
H A D800.loginfail49 find ${LOG} -name 'auth.log.*' -mtime -2 |
H A D900.tcpwrap49 find ${LOG} -name 'messages.*' -mtime -2 |
/freebsd-10.1-release/contrib/amd/amd/
H A Dinfo_hesiod.c174 time_t mtime; local
177 error = hesiod_search(m, map, "/defaults", &val, &mtime);

Completed in 153 milliseconds

1234567