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

/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dtest.cc13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c422 local int outf(void *how, unsigned char *buf, unsigned len) function
433 ret = blast(inf, stdin, outf, stdout);

Completed in 52 milliseconds