Home
last modified time | relevance | path

Searched refs:tee (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd-14.2/crypto/openssh/.github/
H A Drun_test.sh12 hostname | $SUDO tee $sshconf/shosts.equiv >/dev/null
13 echo "EnableSSHKeysign yes" | $SUDO tee $sshconf/ssh_config >/dev/null
19 $SUDO tee -a $sshconf/ssh_known_hosts >/dev/null
/freebsd-14.2/tools/build/make_check/
H A Dcheck.mk8 ${MK} ${MK_ARG} 2>&1 | tee out-new
10 make ${MK_ARG} 2>&1 | tee out-old
/freebsd-14.2/usr.sbin/periodic/etc/daily/
H A D440.status-mailq34 esac | tee /dev/stderr |
55 esac | tee /dev/stderr |
H A D480.status-ntpd20 synchronized=$(ntpq -pn | tee /dev/stderr | grep '^\*')
H A D430.status-uptime26 rc=$($prog | tee /dev/stderr | wc -l)
H A D140.clean-rwho41 -delete $print | tee /dev/stderr | wc -l)
H A D120.clean-preserve41 -delete $print | tee /dev/stderr | wc -l)
/freebsd-14.2/contrib/capsicum-test/
H A Dcapability-fd-pair.cc51 TEST(CapabilityPair, tee) { in TEST() argument
82 EXPECT_NOTCAPABLE(tee(cap_in_wo, cap_out_rw, 4, SPLICE_F_NONBLOCK)); in TEST()
83 EXPECT_NOTCAPABLE(tee(cap_in_rw, cap_out_ro, 4, SPLICE_F_NONBLOCK)); in TEST()
84 EXPECT_OK(tee(cap_in_rw, cap_out_rw, 4, SPLICE_F_NONBLOCK)); in TEST()
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/firmware/
H A Dlinaro,optee-tz.txt18 in drivers/tee/optee/optee_smc.h
21 in drivers/tee/optee/optee_smc.h
/freebsd-14.2/tools/test/stress2/misc/
H A Dzfs13.sh66 ls -ls | grep output | tee $log1
69 ls -ls | grep output | tee $log2
H A Druby.sh37 ruby -v 2>&1 | tee $log | grep warning && s=1 || s=0
/freebsd-14.2/sbin/md5/
H A Dmd5.c684 MDInput(const Algorithm_t *alg, FILE *f, char *buf, bool tee) in MDInput() argument
699 if (tee && fwrite(block, 1, len, stdout) != len) in MDInput()
709 if (tee && putchar('\n') == EOF) in MDInput()
717 if (tee && in MDInput()
737 if (tee && putchar(byte) == EOF) in MDInput()
752 if (tee && putchar('\n') == EOF) in MDInput()
/freebsd-14.2/usr.bin/tee/
H A DMakefile3 PROG= tee
/freebsd-14.2/crypto/openssl/util/
H A Dcheck-malloc-errs12 ) | tee /tmp/out$$
/freebsd-14.2/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dstatechange-slot_off.sh50 echo "off" | tee "$ZEVENT_VDEV_ENC_SYSFS_PATH/power_status"
/freebsd-14.2/usr.sbin/periodic/etc/security/
H A D400.passwdless44 tee /dev/stderr | wc -l)
H A D300.chkuid045 tee /dev/stderr |
H A D900.tcpwrap61 tee /dev/stderr | wc -l)
H A D800.loginfail61 tee /dev/stderr | wc -l)
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.umod.ksh65 script | tee /dev/fd/2 | egrep -w 'ksh(93)?' > /dev/null
H A Dtst.usym.ksh66 script | tee /dev/fd/2 | egrep 'ksh(93)?`[a-zA-Z_]' > /dev/null
H A Dtst.ufunc.ksh67 script | tee /dev/fd/2 | egrep 'ksh(93)?`[a-zA-Z_]' > /dev/null
H A Dtst.mod.ksh66 script | tee /dev/fd/2 | grep kernel > /dev/null
H A Dtst.func.ksh70 script | tee /dev/fd/2 | grep mtx_lock > /dev/null
H A Dtst.sym.ksh66 script | tee /dev/fd/2 | grep mtx_lock > /dev/null

12345