/illumos-gate/usr/src/tools/scripts/ |
H A D | nightly | 136 ) | tee -a $mail_msg_file >> $LOGFILE 141 tee -a $mail_msg_file >> $LOGFILE 192 tee -a $SRC/${INSTALLOG}.out >> $LOGFILE 200 egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \ 222 | tee $TMPDIR/build_warnings${SUFFIX} >> $mail_msg_file 305 tee -a ${signing_file} >> $LOGFILE 331 tee -a $SRC/pkg/${INSTALLOG}.out >> $LOGFILE 341 tee $TMPDIR/package >> $mail_msg_file 372 2>&1 | tee -a ${TOOLS}/$INSTALLOG.out >> $LOGFILE 379 egrep -v warning | tee $TMPDIR/bootstrap_errors >> $mail_msg_file [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfdctee.c | 34 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 D | zloop.bash | 87 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 D | illumos_cmdlist.h | 165 ASTCMDLIST(tee) 166 BINCMDLIST(tee) 167 GNUCMDLIST(tee)
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies | 65 'tee', 172 'tee', 304 'tee', 516 'tee', 586 'tee', 844 'tee', 991 'tee', 1142 'tee', 1237 'tee', 1334 'tee', [all …]
|
H A D | implicit_dependencies.pretty | 305 'tee', 560 'tee', 706 'tee', 856 'tee', 950 'tee', 1046 'tee', 1173 'tee', 1296 'tee', 1387 'tee', 1457 'tee', [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 264 'tee', 337 'tee', 450 'tee', 531 'tee', 604 'tee', 674 'tee', 744 'tee', 814 'tee', 906 'tee', 999 'tee', [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | coprocess.sh | 360 tee=$(whence -p tee) 363 $tee -a /dev/null <&p > /dev/null
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | C+probe | 441 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 D | tst.ufunc.ksh | 65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null
|
H A D | tst.umod.ksh | 64 script | tee /dev/fd/2 | egrep '(ksh|libshell)' > /dev/null
|
H A D | tst.usym.ksh | 65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null
|
H A D | tst.func.ksh | 70 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
|
H A D | tst.mod.ksh | 66 script | tee /dev/fd/2 | grep unix > /dev/null
|
H A D | tst.sym.ksh | 66 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | manifest-import | 72 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/contrib/ast/src/lib/libcmd/ |
H A D | RELEASE | 3 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/tools/smatch/src/smatch_scripts/ |
H A D | test_generic.sh | 65 C=1 $TARGET 2>&1 | tee $LOG
|
H A D | test_kernel.sh | 69 C=1 $BUILD_PARAM $TARGET 2>&1 | tee $LOG
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.reap.ksh | 102 script 2>&1 | tee test.out
|
H A D | tst.noreap.ksh | 110 script 2>&1 | tee test.out
|
H A D | tst.noreapring.ksh | 105 script 2>&1 | tee test.out
|
/illumos-gate/usr/src/test/smbsrv-tests/tests/smbtorture/ |
H A D | runst-rpc.ksh | 81 tee $outfile
|
H A D | runst-smb2.ksh | 81 tee $outfile
|
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/ |
H A D | illumos_4149_builtin_head.sh | 49 done | tee $t1 > $t2
|