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

1234567

/freebsd-current/tools/test/stress2/tools/
H A Dptsleak.sh33 n=`find /dev/pts -mtime +15m 2>/dev/null | wc -l`
H A Dptyleak.sh33 n=`find /dev -mtime +15m 2>/dev/null | \
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-mtime.mk1 # $NetBSD: varmod-mtime.mk,v 1.10 2024/04/20 10:18:55 rillig Exp $
3 # Tests for the ':mtime' variable modifier, which maps each word of the
12 # didn't exist, the ':mtime' modifier would return the current time.
13 .if ${MAKEFILE:mtime} >= ${start}
18 # For a file that doesn't exist, the ':mtime' modifier returns the current
23 not_found_mtime:= ${no/such/file:L:mtime}
29 # The ':mtime' modifier accepts a timestamp in seconds as an optional
32 .if ${no/such/file:L:mtime=0} != "0"
39 .if ${no/such/file:L:mtime=00042} != "42"
45 # expect+2: while evaluating variable "no/such/file": Invalid argument '123x' for modifier ':mtime'
[all...]
/freebsd-current/contrib/pjdfstest/tests/rmdir/
H A D00.t25 mtime=`${fstest} stat ${n0} mtime`
26 test_check $time -lt $mtime
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_option_t.c35 time_t mtime; local
89 mtime = 1;
94 tmptr = localtime_s(&tmbuf, &mtime) ? NULL : &tmbuf;
96 tmptr = localtime_r(&mtime, &tmbuf);
98 tmptr = localtime(&mtime);
/freebsd-current/contrib/pjdfstest/tests/mknod/
H A D11.t68 mtime=`${fstest} stat ${n0} mtime`
69 test_check $time -lt $mtime
72 mtime=`${fstest} stat . mtime`
73 test_check $time -lt $mtime
H A D00.t63 mtime=`${fstest} stat ${n0} mtime`
64 test_check $time -lt $mtime
67 mtime=`${fstest} stat . mtime`
68 test_check $time -lt $mtime
/freebsd-current/bin/pax/
H A Dtables.h69 * with -u, the mtime for every node in the archive must always be available
77 time_t mtime; /* files last modification time */ member in struct:ftm
145 time_t mtime; /* access and mod time to reset to */ member in struct:atdir
165 time_t mtime; /* mtime to set */ member in struct:dirdata
/freebsd-current/contrib/pjdfstest/tests/open/
H A D00.t57 # Update parent directory ctime/mtime if file didn't exist.
64 mtime=`${fstest} stat ${n0} mtime`
65 test_check $time -lt $mtime
68 mtime=`${fstest} stat . mtime`
69 test_check $time -lt $mtime
74 # Don't update parent directory ctime/mtime if file existed.
76 dmtime=`${fstest} stat . mtime`
80 mtime
[all...]
/freebsd-current/contrib/pjdfstest/tests/symlink/
H A D00.t28 mtime=`${fstest} stat ${n0} mtime`
29 test_check $time -lt $mtime
/freebsd-current/contrib/pjdfstest/tests/utimensat/
H A D02.t24 orig_mtime=`$fstest lstat ${n0} mtime`
27 expect $orig_mtime lstat ${n0} mtime
31 expect $DATE2 lstat ${n0} mtime
H A D05.t35 expect $DATE2 lstat ${n0} mtime
37 expect $DATE4 lstat ${n2} mtime
41 expect $DATE6 lstat ${n0} mtime
47 expect $DATE4 lstat ${n2} mtime
H A D04.t5 desc="utimensat can set mtime < atime or vice versa"
27 expect $DATE2 lstat ${n0} mtime
31 expect $DATE1 lstat ${n0} mtime
H A D01.t24 old_mtime=`$fstest lstat ${n0} mtime`
29 new_mtime=`$fstest lstat ${n0} mtime`
38 echo "not ok 4 new mtime is implausibly far in the future"
41 echo "not ok 4 mtime was not updated"
H A D03.t28 expect $DATE1 lstat ${n0} mtime
33 expect $DATE2 lstat ${n0} mtime
H A D00.t27 expect $DATE2 lstat ${n0} mtime
H A D09.t29 expect $DATE2 lstat ${n0} mtime
/freebsd-current/contrib/file/src/
H A Dtar.h59 char mtime[12]; member in struct:record::header
/freebsd-current/contrib/pjdfstest/tests/unlink/
H A D00.t142 mtime=`${fstest} stat ${n0} mtime`
143 test_check $time -lt $mtime
153 mtime=`${fstest} stat ${n0} mtime`
154 test_check $time -lt $mtime
164 mtime=`${fstest} stat ${n0} mtime`
165 test_check $time -lt $mtime
175 mtime
[all...]
/freebsd-current/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-current/usr.sbin/cron/cron/
H A Dstructs.h69 time_t mtime; /* last modtime of crontab */ member in struct:_user
75 time_t mtime; /* last modtime on spooldir */ member in struct:_cron_db
/freebsd-current/crypto/openssh/
H A Dsftp-common.h42 u_int32_t mtime; member in struct:Attrib
/freebsd-current/contrib/pjdfstest/tests/mkdir/
H A D00.t63 mtime=`${fstest} stat ${n0} mtime`
64 test_check $time -lt $mtime
67 mtime=`${fstest} stat . mtime`
68 test_check $time -lt $mtime
/freebsd-current/contrib/pjdfstest/tests/mkfifo/
H A D00.t63 mtime=`${fstest} stat ${n0} mtime`
64 test_check $time -lt $mtime
67 mtime=`${fstest} stat . mtime`
68 test_check $time -lt $mtime
/freebsd-current/usr.sbin/periodic/etc/security/
H A D900.tcpwrap45 find ${LOG} -name 'messages.*' -mtime -2 |

Completed in 206 milliseconds

1234567