Searched refs:copystream (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libmail/common/
H A Dcopystream.c34 * copystream - copy one FILE stream to another
37 * int copystream(FILE *infp, FILE *outfp)
40 * copystream() copies one stream to another. The stream
52 copystream(FILE *infp, FILE *outfp) function
/illumos-gate/usr/src/lib/libmail/inc/
H A Dlibmail.h61 extern int copystream(FILE *infp, FILE *outfp);
79 extern int copystream();
/illumos-gate/usr/src/lib/libmail/
H A DMakefile.com31 OBJECTS= abspath.o casncmp.o copystream.o delempty.o \
/illumos-gate/usr/src/cmd/mail/
H A Dcksaved.c118 copystream(Istream, Ostream);
H A Dmkdead.c97 if (!copystream(tmpf, malf))
H A Dcopyback.c68 if (!copystream(malf, tmpf)) {

Completed in 56 milliseconds