Searched defs:copystream (Results 1 - 1 of 1) 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

Completed in 55 milliseconds