Searched refs:TIME (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/bsddialog/examples_utility/
H A Dtimebox.sh17 TIME=$(./bsddialog --title " timebox " --timebox "Hello World!" 8 25 \
31 echo "[OK] $TIME"
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dtime53 TIME=$(bsddialog --backtitle "$OSNAME Installer" \
60 2>&1 1>&5) && date $TIME
/freebsd-current/usr.bin/limits/tests/
H A Dlimits_test.sh31 TIME=/usr/bin/time
60 limits -H -t 3 $TIME -p sh -c 'while : ; do : ; done'
79 limits -S -t 3 $TIME -p sh -c 'while : ; do : ; done'
/freebsd-current/crypto/openssh/regress/
H A Dkextype.sh6 TIME=/usr/bin/time
/freebsd-current/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry.h235 #ifndef TIME
/freebsd-current/usr.bin/ipcs/
H A Dipcs.c105 #define TIME 16 macro
121 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
163 option |= TIME;
330 if (option & TIME)
369 if (option & TIME)
410 if (option & TIME)
449 if (option & TIME)
494 if (option & TIME)
523 if (option & TIME)
/freebsd-current/sys/contrib/zlib/
H A Dinflate.h23 TIME, /* i: waiting for modification time (gzip) */ enumerator in enum:__anon86
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c689 state->mode = TIME;
691 case TIME:
/freebsd-current/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh118 TIME=`${PW} usershow test | awk -F ':' '{print $7}'`
119 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
120 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
166 TIME=`${PW} usershow test | awk -F ':' '{print $6}'`
167 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
168 atf_fail "Expiration time($TIME) wa
[all...]
/freebsd-current/usr.bin/systat/
H A Dvmstat.c125 static enum state { BOOT, TIME, RUN } state = TIME; enumerator in enum:state
360 #define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;}
361 #define Q(fld) {t=cur_dev.fld[i]; cur_dev.fld[i]-=last_dev.fld[i]; if(state==TIME) last_dev.fld[i]=t;}
362 #define Y(fld) {t = s.fld; s.fld -= s1.fld; if(state == TIME) s1.fld = t;}
364 if(state == TIME) s1.nchstats.fld = t;}
427 if (state == TIME)
503 case TIME:
561 state = TIME;
/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c127 #define TIME(FN) \ macro
139 TIME(st_atimespec);
140 TIME(st_mtimespec);
141 TIME(st_ctimespec);
142 TIME(st_birthtimespec);
149 #undef TIME macro

Completed in 215 milliseconds