Searched refs:date (Results 201 - 225 of 457) sorted by relevance

1234567891011>>

/freebsd-current/tools/test/stress2/misc/
H A Dfsck.sh53 backup=/tmp/fsck.sh.diskimage.`date +%Y%m%dT%H%M%S`.gz
54 core=/tmp/fsck.sh.core.`date +%Y%m%dT%H%M%S`
118 start=`date +%s`
119 while [ $((`date +%s` - start)) -lt 60 ]; do
139 /tmp/fsck_ffs.core.diskimage.`date +%Y%m%dT%H%M%S`; break 2; }
H A Dpfl.sh54 opt=$([ $((`date '+%s'` % 2)) -eq 0 ] && echo "-j" || echo "-U")
76 start=`date '+%s'`
78 if [ $((`date '+%s'`- start)) -gt 900 ]; then
H A Dsigreturn4.sh25 # Process 54680 (date) at 0x28905d50:
31 # arguments: date +%s
39 # 102765 Run CPU 2 date
202 start=`date +%s`
203 while [ $((`date +%s` - start)) -lt 300 ]; do
205 date +%T
H A Dkillpg2.sh178 start=`date +%s`
186 e=$((`date +%s` - start))
193 [ $((`date +%s` - start)) -ge 600 ] && break
H A Dforce11.sh34 backup=`dirname $diskimage`/force11.sh.diskimage.`date +%Y%m%dT%H%M%S`
50 start=`date +%s`
51 while [ $((`date +%s` - start)) -lt $((15 * 60)) ]; do
H A Dnamecache.sh75 start=`date '+%s'`
84 [ $((`date '+%s'` - start)) -gt 1200 ] && break
H A Dpause.sh43 start=`date +%s`
46 [ $((`date +%s` - $start)) -gt 1200 ] &&
H A Dpoll.sh43 start=`date +%s`
H A Dsendmsg2.sh19 start=`date +%s`
21 while [ $((`date +%s` - start)) -lt 300 ]; do
H A Dquota4.sh59 umount $([ $((`date '+%s'` % 2)) -eq 0 ] && echo "-f" || echo "") \
H A Dlinux.sh33 [ -x /compat/linux/bin/date ] || exit 0
44 /compat/linux/bin/bash -c "/compat/linux/bin/date"
H A Dsymlink5.sh79 t1=`date +%s`
87 t2=$((`date +%s` - t1))
H A Dradix.sh54 start=`date +%s`
61 [ $((`date +%s` - start)) -gt 300 ] && break
H A Dgraid1_10.sh64 start=`date +%s`
66 while [ $((`date +%s` - start)) -lt 120 ]; do
H A Dgraid1_2.sh69 start=`date '+%s'`
70 while [ $((`date '+%s'` - start)) -lt 300 ]; do
H A Dmmap2.sh42 start=`date '+%s'`
43 while [ $((`date '+%s'` - start)) -lt 600 ]; do
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh163 seconds=`date +%S`
186 seconds=`date +%S`
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh38 $dtrace -o $file -c date -s /dev/stdin <<EOF
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt.exp13 `/dev/null' is up to date.
/freebsd-current/contrib/ntp/scripts/stats/
H A Dsummary.sh9 DATE=`date +20%y%m%d`
/freebsd-current/libexec/rc/
H A Drc.shutdown76 date
/freebsd-current/release/
H A DMakefile.inc136 # Set the build date, primarily for snapshot builds.
38 BUILDDATE!= date +%Y%m%d
/freebsd-current/tools/tools/commitsdb/
H A Dmake_commit_db79 while ($e =~ s/^(date|branches):([^\n]*)\n//sg) {
/freebsd-current/usr.bin/mail/
H A Dhead.c56 fail(linebuf, "No date field");
60 fail(linebuf, "Date field not legal date");
139 * date string as documented in the manual. The template
173 isdate(char date[]) argument
178 if (cmatch(date, date_formats[i]))
/freebsd-current/crypto/openssl/util/
H A Dmkbuildinf.pl15 my $date = gmtime($ENV{'SOURCE_DATE_EPOCH'} || time()) . " UTC";
31 #define DATE "built on: $date"

Completed in 212 milliseconds

1234567891011>>