Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/tools/scripts/
H A Dnightly135 ) | tee -a $mail_msg_file >> $LOGFILE
140 tee -a $mail_msg_file >> $LOGFILE
304 tee -a ${signing_file} >> $LOGFILE
1004 tee -a $LOGFILE >>$mail_msg_file
1188 tee -a $mail_msg_file >> $LOGFILE
1528 tee -a $mail_msg_file >> $LOGFILE
1534 tee -a $mail_msg_file >> $LOGFILE
1689 tee -a $LOGFILE | \
1862 tee -a $LOGFILE < \
1973 tee -a $LOGFILE >> $mail_msg_file
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdctee.c34 Sfio_t* tee; /* the stream to tee to */ member
52 if(te->status == 0 && sfwrite(te->tee,buf,size) != (ssize_t)size)
77 int sfdctee(Sfio_t* f, Sfio_t* tee) in sfdctee() argument
79 int sfdctee(f, tee) in sfdctee()
81 Sfio_t* tee; /* stream to tee to */
93 te->tee = tee;
/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash87 echo "*** core @ $coredir/$coreid/core:" | /bin/tee -a ztest.cores
88 echo "$corestatus" | /bin/tee -a ztest.cores
89 echo "$corestack" | /bin/tee -a ztest.cores
90 echo "" | /bin/tee -a ztest.cores
176 echo "$desc" | /bin/tee -a ztest.history
/illumos-gate/usr/src/cmd/ast/libshell/common/
H A Dillumos_cmdlist.h165 ASTCMDLIST(tee)
166 BINCMDLIST(tee)
167 GNUCMDLIST(tee)
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies65 'tee',
172 'tee',
304 'tee',
516 'tee',
1237 'tee',
1334 'tee',
1586 'tee',
1982 'tee',
2342 'tee',
8090 'tee',
[all …]
H A Dimplicit_dependencies.pretty950 'tee',
1046 'tee',
1173 'tee',
1296 'tee',
1387 'tee',
1618 'tee',
3490 'tee',
3928 'tee',
4028 'tee',
6293 'tee',
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies.pretty674 'tee',
744 'tee',
814 'tee',
906 'tee',
999 'tee',
1234 'tee',
2117 'tee',
2280 'tee',
2350 'tee',
4123 'tee',
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh360 tee=$(whence -p tee)
363 $tee -a /dev/null <&p > /dev/null
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe441 if test `realcppC=./cpp $cc -Dprobe -E flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1
443 elif test `cppC=./cpp $cc -Dprobe -E flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1
445 elif test `_CPPNAME=./cpp $cc -Dprobe -E flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1
447 elif test `_CPP=./cpp $cc -Dprobe -E flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1
449 elif test `$cc -Dprobe -E -%p+. flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1 && test `$cc …
451 elif test `$cc -Dprobe -E -Yp,. flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1
453 elif test `$cc -Dprobe -E -Qpath $tmpdir flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1
455 elif test `$cc -Dprobe -E -tp -B./ flags.$src 2>err.out | tee cpp.out | grep -c '[-]Dprobe'` -eq 1 …
457 elif test `$cc -Dprobe -E -B./ flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1
459 elif test `$cc -Dprobe -E -tp -h./ -B flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufunc.ksh65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null
H A Dtst.umod.ksh64 script | tee /dev/fd/2 | egrep '(ksh|libshell)' > /dev/null
H A Dtst.usym.ksh65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null
H A Dtst.func.ksh70 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
H A Dtst.mod.ksh66 script | tee /dev/fd/2 | grep unix > /dev/null
H A Dtst.sym.ksh66 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmanifest-import72 echo "WARNING: svccfg apply $1 failed" | tee /dev/msglog
497 /usr/sbin/svccfg cleanup | /usr/bin/tee /dev/msglog
501 /usr/sbin/svccfg cleanup -a | /usr/bin/tee /dev/msglog
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dtest_generic.sh65 C=1 $TARGET 2>&1 | tee $LOG
H A Dtest_kernel.sh69 C=1 $BUILD_PARAM $TARGET 2>&1 | tee $LOG
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE3 12-05-31 cat,head,tee: use errno==EPIPE => ERROR_PIPE(errno)
18 10-12-01 tee.c: add iterrupt logic for slow open(1) -- needs to be generalized
63 09-06-19 tee.c: add ERROR_CALLBACK for tee_cleanup() sfio discipline pop
71 09-03-03 tee.c: clean up sfio disciplines on error
103 07-11-11 tee.c: drop ancient bsd compatibility "-" operand => SIGINT
146 06-10-10 tee.c: add --linebuffer, -l
276 join,logname,paste,pathchk,tail,tee: long options
293 98-03-11 cat,cp,rev,tee: fix sfmove() error checks
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reap.ksh102 script 2>&1 | tee test.out
H A Dtst.noreap.ksh110 script 2>&1 | tee test.out
H A Dtst.noreapring.ksh105 script 2>&1 | tee test.out
/illumos-gate/usr/src/test/smbsrv-tests/tests/smbtorture/
H A Drunst-rpc.ksh81 tee $outfile
H A Drunst-smb2.ksh81 tee $outfile
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dillumos_4149_builtin_head.sh49 done | tee $t1 > $t2

12