Searched refs:date (Results 276 - 300 of 456) sorted by relevance

<<111213141516171819

/freebsd-current/tools/test/stress2/misc/
H A Dquota7.sh65 echo "`date '+%T'` mksnap_ffs $mntpoint $mntpoint/.snap/snap$i"
69 i=$(($(date '+%s') % 20 + 1))
H A Dquota9.sh87 umount $([ $((`date '+%s'` % 2)) -eq 0 ] &&
H A Dsyscall4.sh75 st=`date '+%s'`
76 while [ $((`date '+%s'` - st)) -lt $((10 * sleeptime)) ]; do
78 start=`date '+%s'`
79 while [ $((`date '+%s'` - start)) -lt $sleeptime ]; do
H A Dswapoff3.sh122 start=`date +%s`
123 while [ $((`date +%s` - start)) -lt 120 ]; do
H A Dfsck12.sh50 backup=/tmp/$prog.sh.diskimage.`date +%Y%m%dT%H%M%S`.gz
107 start=`date +%s`
108 while [ $((`date +%s` - start)) -lt 300 ]; do
/freebsd-current/sys/contrib/device-tree/scripts/
H A Dcronjob82 DATE=$(date +%Y%m%d)
/freebsd-current/tools/test/stress2/tools/
H A Dvmstat.sh43 start=`date '+%s'`
90 cmd="date '+%T'";
105 d=$(((`date '+%s'` - start) / 86400))
/freebsd-current/usr.sbin/crunch/examples/
H A Dfixit.conf16 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
/freebsd-current/libexec/rc/
H A Drc146 date
H A Ddebug.sh129 echo `date '+@ %s [%Y-%m-%d %H:%M:%S %Z]'` "$@"
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dlocale.inc51 // [category.time], date and time
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Devents_common.kshlib66 while [ $(( $(date +%s) - $(stat -c %Y $file) )) -lt $delay ]; do
/freebsd-current/usr.sbin/ac/
H A Dac.c284 char date[64]; local
291 (void)strftime(date, sizeof(date),
307 (void)printf("%s %11.2f\n", date, (double)total.tv_sec / 3600);
412 timerclear(&prev_secs); /* Minimum acceptable date == 1970. */
/freebsd-current/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject_002_pos.ksh82 now=`date '+%m/%d/%y %H:%M:%S'`
/freebsd-current/sbin/dump/
H A Doptr.c371 char *lastname, *date; local
390 date = (char *)ctime(&dtwalk->dd_ddate);
391 date[16] = '\0'; /* blast away seconds and year */
408 date);
/freebsd-current/release/
H A DMakefile.vagrant31 SNAPSHOT_DATE!= date +-${BUILDDATE}
34 VAGRANT_VERSION!= date +%Y.%m.%d
/freebsd-current/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh75 # Test add user with account expiration as an epoch date
80 DATE=`date -j -v+1d "+%s"`
86 # Test add user with account expiration as a DD-MM-YYYY date
91 DATE=`date -j -v+1d "+%d-%m-%Y"`
92 EPOCH=`date -j -f "%d-%m-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`
98 # Test add user with account expiration as a DD-MM-YYYY date
103 DATE=`date -j -v+1d "+%d-%b-%Y"`
104 EPOCH=`date -j -f "%d-%b-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`
110 # Test add user with account expiration as a relative date
115 EPOCH=`date
[all...]
/freebsd-current/usr.bin/msgs/
H A Dmsgs.c100 static char date[128]; variable
483 printf("Message %d:\nFrom %s %s", msg, from, date);
818 subj[0] = from[0] = date[0] = '\0';
843 strlcpy(date, in, sizeof date);
845 date[0] = '\n';
846 date[1] = '\0';
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_upnp.c219 /* Write the current date/time per RFC */
225 struct tm *date; local
229 date = gmtime(&t);
230 if (date == NULL)
233 &weekday_str[date->tm_wday * 4], date->tm_mday,
234 &month_str[date->tm_mon * 4], date->tm_year + 1900,
235 date->tm_hour, date
[all...]
/freebsd-current/sys/dev/iicbus/rtc/
H A Drv3032.c163 uint8_t date; member in struct:rv3032_timeregs
394 ct.day = FROMBCD(time_regs.date & 0x3f);
419 time_regs.date = TOBCD(ct.day);
/freebsd-current/contrib/tcpdump/
H A Dmakemib47 * This file was generated by tcpdump/makemib on `date`
/freebsd-current/share/examples/ipfw/
H A Dchange_rules.sh43 # the previous ones will be copied to ${firewall_script}.{date}. Mail
144 DATE=`date "+%Y%m%d%H%M"`
/freebsd-current/sys/dev/drm2/
H A Ddrm_platform.c168 driver->date, dev->primary->index);
/freebsd-current/sbin/ifconfig/
H A Dsfp.c76 vendor_info.name, vendor_info.pn, vendor_info.sn, vendor_info.date);
/freebsd-current/tests/sys/cddl/zfs/include/
H A Dlogapi.kshlib377 print `/bin/date +%H:%M:%S` "$@"

Completed in 250 milliseconds

<<111213141516171819