Searched defs:ostream (Results 1 – 3 of 3) sorted by relevance
62 class ostream { class64 ostream(FILE * fileptr) : fp(fileptr) {} in ostream() function in ostream
120 z_stream ostream; member
1146 FILE * ostream = fopen (output_filename, FOPEN_WB); in open_output_file() local