Searched refs:tee (Results 1 - 25 of 43) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libast/common/disc/
H A Dsfdctee.c24 /* A discipline to tee the output to a stream to another stream.
25 ** This is similar to what the "tee" program does. As implemented
31 /* the discipline structure for tee-ing */
34 Sfio_t* tee; /* the stream to tee to */ member in struct:_tee_s
35 int status; /* if tee stream is still ok */
46 Sfdisc_t* disc; /* the tee discipline */
51 /* tee data if still ok */
52 if(te->status == 0 && sfwrite(te->tee,buf,size) != (ssize_t)size)
77 int sfdctee(Sfio_t* f, Sfio_t* tee) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
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
H A Dtst.ufunc.ksh67 script | tee /dev/fd/2 | grep 'ksh`[a-zA-Z_]' > /dev/null
H A Dtst.umod.ksh65 script | tee /dev/fd/2 | grep -w ksh > /dev/null
H A Dtst.usym.ksh66 script | tee /dev/fd/2 | grep 'ksh`[a-zA-Z_]' > /dev/null
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/modules/
H A DMakefile.targ134 $(LINT.c) ../common/cap.c 2>&1 | tee -a $(LINTOUT)
137 $(LINT.c) ../common/dyn.c 2>&1 | tee -a $(LINTOUT)
140 $(LINT.c) ../common/ehdr.c 2>&1 | tee -a $(LINTOUT)
143 $(LINT.c) ../common/phdr.c 2>&1 | tee -a $(LINTOUT)
146 $(LINT.c) ../common/shdr.c 2>&1 | tee -a $(LINTOUT)
149 $(LINT.c) ../common/str.c 2>&1 | tee -a $(LINTOUT)
152 $(LINT.c) ../common/sym.c 2>&1 | tee -a $(LINTOUT)
155 $(LINT.c) ../common/syminfo.c 2>&1 | tee -a $(LINTOUT)
/opensolaris-onvv-gate/usr/src/cmd/sgs/link_audit/
H A DMakefile.targ103 ../common/env.c 2>&1 | tee -a $(LINTOUT)
107 ../common/env.c 2>&1 | tee -a $(LINTOUT)
112 ../common/env.c 2>&1 | tee -a $(LINTOUT)
116 ../common/env.c 2>&1 | tee -a $(LINTOUT)
119 $(LINT.c) ../common/dumpbind.c 2>&1 | tee -a $(LINTOUT)
123 ../common/env.c 2>&1 | tee -a $(LINTOUT)
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dnightly.sh147 tee -a "$mail_msg_file" >> "$LOGFILE"
153 tee -a "$mail_msg_file" >> "$LOGFILE"
164 tee -a "$mail_msg_file" >> "$LOGFILE"
254 ) | tee -a $mail_msg_file >> $LOGFILE
259 tee -a $mail_msg_file >> $LOGFILE
298 tee -a $mail_msg_file >> $LOGFILE
314 tee -a $mail_msg_file >> $LOGFILE
317 echo "removing ${i}." | tee -a $mail_msg_file >> $LOGFILE
322 echo "hybridizing ${i}." | tee -a $mail_msg_file >> $LOGFILE
337 tee
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/0@0/
H A DMakefile.targ47 $(LINT.c) $(SRCS) 2>&1 | tee -a $(LINTOUT)
/opensolaris-onvv-gate/usr/src/cmd/sgs/unifdef/i386/
H A DMakefile66 $(LINT.c) $(SRCS) 2>&1 | tee -a $(LINTOUT)
/opensolaris-onvv-gate/usr/src/cmd/sgs/unifdef/sparc/
H A DMakefile66 $(LINT.c) $(SRCS) 2>&1 | tee -a $(LINTOUT)
/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/
H A DMakefile.targ96 $(LINT.c) $(COMSRCS) $(LDLIBS) 2>&1 | tee -a $(LINTPOUT)
99 $(LINT.c) $(LIBSRCS) $(LDLIBS) 2>&1 | tee -a $(LINTPOUT)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dinplace.t36 `echo foo | tee .a .b .c`;
H A Diprefix.t36 `echo foo | tee .a .b .c`;
/opensolaris-onvv-gate/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h171 ASTCMDLIST(tee)
172 BINCMDLIST(tee)
173 GNUCMDLIST(tee)
/opensolaris-onvv-gate/usr/src/cmd/sgs/m4/i386/
H A DMakefile98 $(LINT.c) $(YSRCS) 2>&1 | tee -a $(LINTOUT)
101 $(LINT.c) $(XPG4SRCS) 2>&1 | tee -a $(LINTOUT)
/opensolaris-onvv-gate/usr/src/cmd/sgs/m4/sparc/
H A DMakefile97 $(LINT.c) $(YSRCS) 2>&1 | tee -a $(LINTOUT)
100 $(LINT.c) $(XPG4SRCS) 2>&1 | tee -a $(LINTOUT)
/opensolaris-onvv-gate/usr/src/cmd/ksh/builtins/
H A DMakefile52 tee \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A DInstallPerl207 | 2>&1 tee configure.log
223 ./Configure -S | 2>&1 tee -a configure.log
231 dmake -j $DmakeJobs | 2>&1 tee make.log
232 /usr/ccs/bin/make test | 2>&1 tee test.log
/opensolaris-onvv-gate/usr/src/cmd/sgs/error/i386/
H A DMakefile66 $(LINT.c) $(SRCS) 2>&1 | tee -a $(LINTOUT)
/opensolaris-onvv-gate/usr/src/cmd/sgs/error/sparc/
H A DMakefile66 $(LINT.c) $(SRCS) 2>&1 | tee -a $(LINTOUT)
/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/
H A DMakefile.targ99 $(LINT.c) $(MACHSRCS) $(LDLIBS) 2>&1 | tee -a $(LINTPOUT)
102 $(LINT.c) $(LIBSRCS) $(LDLIBS) 2>&1 | tee -a $(LINTPOUT)
/opensolaris-onvv-gate/usr/src/cmd/sgs/tsort/i386/
H A DMakefile68 $(LINT.c) $(SRCS) 2>&1 | tee -a $(LINTOUT)

Completed in 402 milliseconds

12