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

/freebsd-9.3-release/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 ||\
55 ${TIME} ${SSH} -F $OBJ/ssh_proxy 999.999.999.999 true
H A Dkextype.sh6 TIME=/usr/bin/time
/freebsd-9.3-release/lib/libz/
H A Dinflate.h23 TIME, /* i: waiting for modification time (gzip) */ enumerator in enum:__anon5382
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c704 state->mode = TIME;
705 case TIME:
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h25 TIME, /* i: waiting for modification time (gzip) */ enumerator in enum:__anon6104
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
H A Dinflate.c658 state->mode = TIME;
660 case TIME:
/freebsd-9.3-release/usr.bin/ipcs/
H A Dipcs.c105 #define TIME 16 macro
120 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
162 option |= TIME;
344 if (option & TIME)
383 if (option & TIME)
424 if (option & TIME)
463 if (option & TIME)
508 if (option & TIME)
537 if (option & TIME)
/freebsd-9.3-release/usr.bin/systat/
H A Dvmstat.c127 static enum state { BOOT, TIME, RUN } state = TIME; enumerator in enum:state
392 #define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;}
393 #define Q(fld) {t=cur.fld[i]; cur.fld[i]-=last.fld[i]; if(state==TIME) last.fld[i]=t;}
394 #define Y(fld) {t = s.fld; s.fld -= s1.fld; if(state == TIME) s1.fld = t;}
396 if(state == TIME) s1.nchstats.fld = t;}
459 if (state == TIME)
532 case TIME:
591 state = TIME;
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_termios.c254 svr4_to_bsd_char(V,TIME);
355 bsd_to_svr4_char(V,TIME);

Completed in 128 milliseconds