Home
last modified time | relevance | path

Searched refs:TIME (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/usr.bin/limits/tests/
H A Dlimits_test.sh31 TIME=/usr/bin/time
60 $TIME -p limits -H -t 3 sh -c 'while : ; do : ; done'
79 $TIME -p limits -S -t 3 sh -c 'while : ; do : ; done'
/freebsd/usr.bin/ipcs/
H A Dipcs.c105 #define TIME 16 macro
121 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME; in main()
163 option |= TIME; in main()
330 if (option & TIME) in print_kmsqheader()
369 if (option & TIME) in print_kmsqptr()
410 if (option & TIME) in print_kshmheader()
449 if (option & TIME) in print_kshmptr()
494 if (option & TIME) in print_ksemheader()
523 if (option & TIME) in print_ksemptr()
/freebsd/contrib/bsddialog/examples_utility/
H A Dtimebox.sh17 TIME=$(./bsddialog --title " timebox " --timebox "Hello World!" 8 25 \
31 echo "[OK] $TIME"
/freebsd/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh117 TIME=`${PW} usershow test | awk -F ':' '{print $7}'`
118 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
119 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
165 TIME=`${PW} usershow test | awk -F ':' '{print $6}'`
166 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
167 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dtime53 TIME=$(bsddialog --backtitle "$OSNAME Installer" \
60 2>&1 1>&5) && date $TIME
/freebsd/usr.bin/systat/
H A Dvmstat.c125 static enum state { BOOT, TIME, RUN } state = TIME; enumerator
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]=…
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) in showkre()
503 case TIME: in showkre()
561 state = TIME; in cmdkre()
/freebsd/crypto/openssh/regress/
H A Dkextype.sh6 TIME=/usr/bin/time
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c127 #define TIME(FN) \ in lookup_complex() macro
139 TIME(st_atimespec); in lookup_complex()
140 TIME(st_mtimespec); in lookup_complex()
141 TIME(st_ctimespec); in lookup_complex()
142 TIME(st_birthtimespec); in lookup_complex()
149 #undef TIME in lookup_complex()
/freebsd/contrib/pam-krb5/module/
H A Doptions.c66 { K(renew_lifetime), true, TIME (0) },
70 { K(ticket_lifetime), true, TIME (0) },
/freebsd/sys/contrib/zlib/
H A Dinflate.h23 TIME, /* i: waiting for modification time (gzip) */ enumerator
H A Dinflate.c689 state->mode = TIME; in inflate()
691 case TIME: in inflate()
/freebsd/contrib/pam-krb5/pam-util/
H A Doptions.h112 #define TIME(def) TYPE_TIME, { 0, (def), NULL, NULL } macro
/freebsd/contrib/lib9p/pytest/
H A DREADME17 ONE TIME ONLY: copy testconf.ini.sample to testconf.ini, adjust to taste
/freebsd/usr.sbin/ntp/ntpd/
H A Dleap-seconds1 # ATOMIC TIME
9 # ASTRONOMICAL TIME (UT1) is the time scale based on the rate of rotation of the earth.
/freebsd/contrib/tzdata/
H A Dleap-seconds.list1 # ATOMIC TIME
9 # ASTRONOMICAL TIME (UT1) is the time scale based on the rate of rotation of the earth.
/freebsd/crypto/openssl/
H A DNOTES-DJGPP.md35 RUN-TIME CAVEAT LECTOR
/freebsd/crypto/openssh/
H A DREADME.privsep43 UID PID PPID C STIME TTY TIME COMMAND
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords107 time TIME
/freebsd/contrib/ntp/html/hints/
H A Daix27 on VMIN (or MIN) VTIME (or TIME).
/freebsd/contrib/pam-krb5/tests/pam-util/
H A Doptions-t.c67 { K(expires), true, TIME (10) },
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td86 def TIME : SysReg<"time", 0xC01>;
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-quic-introduction.pod80 =head1 QUIC TIME BASED EVENTS
/freebsd/crypto/heimdal/lib/asn1/
H A Dkrb5.asn1119 KRB5-PADATA-ENC-UNIX-TIME(5),
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer481 #>>&20 ulelong x \b, RAW TIME %#8.8x
/freebsd/sys/contrib/zlib/doc/
H A Drfc1952.txt364 MTIME (Modification TIME)

12