Searched refs:outf (Results 1 - 4 of 4) 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/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh44 outf=/tmp/sched.args.$$
48 $dtrace -c '/usr/bin/sleep 10' -o $outf -qs /dev/stdin <<EOF
109 ' $outf
120 rm $outf
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmacros.h540 GLfloat outf = UBYTE_TO_FLOAT( outub ); \
541 GLfloat dstf = LINTERP( t, outf, inf ); \
548 GLfloat outf = CHAN_TO_FLOAT( outc ); \
549 GLfloat dstf = LINTERP( t, outf, inf ); \
556 #define INTERP_F( t, dstf, outf, inf ) \
557 dstf = LINTERP( t, outf, inf )
/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 239 milliseconds