Home
last modified time | relevance | path

Searched refs:TIME (Results 1 – 25 of 34) 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/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) was not within $EPOCH - $BUF seconds."
/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/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/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/crypto/openssh/regress/
H A Dkextype.sh6 TIME=/usr/bin/time
/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/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.
H A Dnorthamerica396 # I haven't found a photo of this clock, nor have I tracked down the TIME
405 # TIME magazine reported:
1343 # "It's about TIME", _Canadian Geographic_ (September-October 1998)
H A Dafrica563 # THE TIME BILL (No. XXVII of 2008) Explanatory Memorandum states the
/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/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td86 def TIME : SysReg<"time", 0xC01>;
H A DRISCVInstrInfo.td959 def : InstAlias<"rdtime $rd", (CSRRS GPR:$rd, TIME.Encoding, X0)>;
1918 def : Pat<(i64 (readsteadycounter)), (CSRRS TIME.Encoding, (XLenVT X0))>;
/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
H A Dfilesystems1613 >8320 lelong 0 TIME optimization
1643 >128 lelong 0 TIME optimization
/freebsd/sys/contrib/zlib/doc/
H A Drfc1952.txt364 MTIME (Modification TIME)

12