Home
last modified time | relevance | path

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

1234

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dui-file.c549 tee->one = one; in tee_file_new()
550 tee->two = two; in tee_file_new()
551 tee->close_one = close_one; in tee_file_new()
552 tee->close_two = close_two; in tee_file_new()
568 if (tee->close_one) in tee_file_delete()
570 if (tee->close_two) in tee_file_delete()
573 xfree (tee); in tee_file_delete()
583 tee->one->to_flush (tee->one); in tee_file_flush()
584 tee->two->to_flush (tee->two); in tee_file_flush()
605 tee->one->to_fputs (linebuffer, tee->one); in tee_file_fputs()
[all …]
/openbsd/regress/usr.sbin/bgpd/integrationtests/
H A Dlladdr.sh93 route -T11 exec bgpctl show rib | tee lladdr.rdomain1.out
94 route -T11 exec bgpctl show fib | grep -v 'link#' | tee -a lladdr.rdomain1.out
95 route -T11 get 2001:db8:2::/48 | grep -v "if address" | tee -a lladdr.rdomain1.out
96 route -T11 get 2001:db8:12::/48 | grep -v "if address" | tee -a lladdr.rdomain1.out
98 route -T12 exec bgpctl show rib | tee lladdr.rdomain2.out
99 route -T12 exec bgpctl show fib | grep -v 'link#' | tee -a lladdr.rdomain2.out
100 route -T12 get 2001:db8:1::/48 | grep -v "if address" | tee -a lladdr.rdomain2.out
101 route -T12 get 2001:db8:11::/48 | grep -v "if address" | tee -a lladdr.rdomain2.out
H A Dmaxattr.sh109 route -T ${RDOMAIN1} exec bgpctl show rib out | tee maxattr.test1.out
111 route -T ${RDOMAIN2} exec bgpctl -s /var/run/bgpd.sock.12_2 show rib | tee -a maxattr.test1.out
113 route -T ${RDOMAIN2} exec bgpctl -s /var/run/bgpd.sock.12_3 show rib | tee -a maxattr.test1.out
129 route -T ${RDOMAIN1} exec bgpctl show rib out | tee maxattr.test2.out
131 route -T ${RDOMAIN2} exec bgpctl -s /var/run/bgpd.sock.12_2 show rib | tee -a maxattr.test2.out
133 route -T ${RDOMAIN2} exec bgpctl -s /var/run/bgpd.sock.12_3 show rib | tee -a maxattr.test2.out
H A Deval_all.sh128 grep -v 'Last update:' | tee eval_all.out
143 grep -v 'Last update:' | tee eval_all.out
158 grep -v 'Last update:' | tee eval_all.out
173 grep -v 'Last update:' | tee eval_all.out
188 grep -v 'Last update:' | tee eval_all.out
H A Dmed.sh115 route -T ${RDOMAIN1} exec bgpctl sh rib | tee med.out
129 route -T ${RDOMAIN1} exec bgpctl sh rib | tee med.out
143 route -T ${RDOMAIN1} exec bgpctl sh rib | tee med.out
153 route -T ${RDOMAIN1} exec bgpctl sh rib | tee med.out
H A Dextnh.sh83 route -T ${RDOMAIN1} exec bgpctl show rib | tee -a extnh.test1.out
85 route -T ${RDOMAIN2} exec bgpctl show rib | tee -a extnh.test1.out
H A Dixp.sh90 tee ixp.rdomain1.out
96 tee ixp.rdomain2.out
H A Dmrt.sh55 grep -v 'Last update:' | tee mrt-$i.out
H A Dmaxcomm.sh76 route -T ${RDOMAIN1} exec bgpctl sh rib | tee maxcomm.out
/openbsd/regress/usr.bin/libtool/
H A DMakefile139 ${LIBTOOL} --mode=compile ${CC} -c dummy.c|tee out0
145 ${LIBTOOL} --mode=compile --tag=disable-shared ${CC} -c dummy.c|tee out1
151 ${LIBTOOL} --mode=compile --tag=disable-static ${CC} -c dummy.c|tee out2
170 ${LIBTOOL} --mode=compile ${CC} -static -c dummy.c|tee out5
176 ${LIBTOOL} --mode=compile ${CC} -static -prefer-pic -c dummy.c|tee out6
181 ${LIBTOOL} --mode=compile ${CC} -static -fpie -c dummy.c|tee out7
193 ${LIBTOOL} --mode=compile ${CC} -shared -c dummy.c|tee out9
202 ${LIBTOOL} --mode=compile ${CC} -shared -static -c dummy.c|tee out11
246 @${LIBTOOL} --mode=link ${CC} -o e e.lo -la2|tee out.13
250 @${LIBTOOL} --mode=link ${CC} -pthread -o e e.lo -la2|tee out.14
[all …]
/openbsd/regress/sys/kern/mount/
H A DMakefile74 fsck -y /dev/r$$(<vnd)a 2>&1 | tee fsck-clean.log
75 fsck -f -y /dev/r$$(<vnd)a 2>&1 | tee fsck-force.log
107 fsck -y /dev/r$$(<vnd)a 2>&1 | tee fsck-clean.log
108 fsck -f -y /dev/r$$(<vnd)a 2>&1 | tee fsck-force.log
127 fsck -y /dev/r$$(<vnd)a 2>&1 | tee fsck-clean.log
128 fsck -f -y /dev/r$$(<vnd)a 2>&1 | tee fsck-force.log
/openbsd/distrib/special/tee/
H A DMakefile3 PROG= tee
5 .PATH: ${.CURDIR}/../../../usr.bin/tee
/openbsd/gnu/llvm/llvm/utils/release/
H A Dtest-release.sh326 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
432 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
441 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
468 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log > $redir
473 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log > $redir
491 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log ) ; then
502 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log ) ; then
680 ) 2>&1 | tee $LogDir/testing.$Release-$RC.log
/openbsd/regress/libexec/ld.so/ldd/
H A DMakefile10 ldd $@.in 2>&1 | tee $@.out | grep -q 'incomplete ELF header'
14 ldd $@.in 2>&1 | tee $@.out | grep -q 'incomplete program header'
/openbsd/regress/usr.sbin/rpki-client/
H A DMakefile.inc111 -n < ${.CURDIR}/../rrdp/notification.xml 2>&1 | tee rrdp-r1.out
115 -n < ${.CURDIR}/../rrdp/notification.xml 2>&1 | tee rrdp-r2.out
120 -d < ${.CURDIR}/../rrdp/delta.xml 2>&1 | tee rrdp-r3.out
125 -s < ${.CURDIR}/../rrdp/snapshot.xml 2>&1 | tee rrdp-r4.out
129 -n < ${.CURDIR}/../rrdp/xxe.xml 2>&1 | tee rrdp-r5.out
133 -n < ${.CURDIR}/../rrdp/billion_lol.xml 2>&1 | tee rrdp-r6.out
137 -n < ${.CURDIR}/../rrdp/notification_xmlns.xml 2>&1 | tee rrdp-r7.out
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/
H A DMakefile.am119 2>&1 | tee libstdc++-v3-abi.sum)
123 2>&1 | tee libstdc++-v3-abi.sum)
/openbsd/regress/sbin/bioctl/
H A DMakefile24 printf '%s\n' '${OLDPW}' | ${SUDO} tee ${PASSFILE} 1>/dev/null
52 tee -- ${ROUNDSFILE}
/openbsd/usr.bin/tee/
H A DMakefile3 PROG= tee
/openbsd/regress/usr.bin/ftp/
H A Dredirect.sh28 ${FTP} -4 -o/dev/null -v $req1 2>&1 | tee redirect.log
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2653.key25 6sKgH3jFR/B44MnUpXBXF0AJdW6tHgBI6oAvSS8q7wsTgZgZqqNdMVhFDM52/tee
/openbsd/distrib/special/
H A DMakefile10 signify slaacd sleep stty sync sysctl tee umount
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DREADME.txt100 local.tee $push6=, $4=, $pop5
160 ends up with a local.tee in its prolog which has an unused result, requiring
164 local.tee $push9=, 1, $pop8
H A DWebAssemblyInstrInfo.td300 "local.tee\t$res, $also, $src", "local.tee">;
318 // This is the actual local.tee instruction in wasm. TEEs are turned into
324 "local.tee\t$res, $local, $src", "local.tee\t$local",
/openbsd/regress/usr.sbin/rpki-client/libressl/
H A DMakefile32 redirloop.out 2>&1 | tee redirloop.err
/openbsd/usr.bin/spell/
H A Dspell.ksh109 tee -a $HISTFILE

1234