Searched defs:tee (Results 1 - 1 of 1) sorted by relevance

/illumos-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...]

Completed in 2001 milliseconds