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

/freebsd-10-stable/usr.bin/limits/tests/
H A Dlimits_test.sh32 TIME=/usr/bin/time
43 limits -H -t 3 $TIME -p sh -c 'while : ; do : ; done'
57 limits -S -t 3 $TIME -p sh -c 'while : ; do : ; done'
/freebsd-10-stable/crypto/openssh/regress/
H A Dkeytype.sh6 TIME=`which time 2>/dev/null`
7 if test ! -x "$TIME"; then
8 TIME=""
30 ${TIME} ${SSHKEYGEN} -b $bits -q -N '' -t $type -f $OBJ/key.$kt ||\
67 ${TIME} ${SSH} -F $OBJ/ssh_proxy 999.999.999.999 true
H A Dkextype.sh6 TIME=/usr/bin/time
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h25 TIME, /* i: waiting for modification time (gzip) */ enumerator in enum:__anon6814
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
H A Dinflate.c658 state->mode = TIME;
660 case TIME:
/freebsd-10-stable/usr.bin/ipcs/
H A Dipcs.c105 #define TIME 16 macro
120 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
162 option |= TIME;
329 if (option & TIME)
368 if (option & TIME)
409 if (option & TIME)
448 if (option & TIME)
493 if (option & TIME)
522 if (option & TIME)
/freebsd-10-stable/contrib/zlib/
H A Dinflate.h23 TIME, /* i: waiting for modification time (gzip) */ enumerator in enum:__anon490
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c724 state->mode = TIME;
725 case TIME:
/freebsd-10-stable/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh119 TIME=`${PW} usershow test | awk -F ':' '{print $7}'`
120 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
121 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
167 TIME=`${PW} usershow test | awk -F ':' '{print $6}'`
168 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
169 atf_fail "Expiration time($TIME) wa
[all...]
/freebsd-10-stable/usr.bin/systat/
H A Dvmstat.c128 static enum state { BOOT, TIME, RUN } state = TIME; enumerator in enum:state
391 #define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;}
392 #define Q(fld) {t=cur.fld[i]; cur.fld[i]-=last.fld[i]; if(state==TIME) last.fld[i]=t;}
393 #define Y(fld) {t = s.fld; s.fld -= s1.fld; if(state == TIME) s1.fld = t;}
395 if(state == TIME) s1.nchstats.fld = t;}
458 if (state == TIME)
532 case TIME:
591 state = TIME;
/freebsd-10-stable/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
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_termios.c254 svr4_to_bsd_char(V,TIME);
355 bsd_to_svr4_char(V,TIME);

Completed in 269 milliseconds