Lines Matching refs:stream
130 outs->stream = file;
185 if(outs->fopened && !outs->stream)
187 if(!outs->fopened && outs->stream)
193 /* standard stream */
194 if(!outs->stream || outs->s_isreg || outs->fopened)
206 if(!outs->stream && !tool_create_output_file(outs, per->config))
221 fhnd = _get_osfhandle(fileno(outs->stream));
223 if(isatty(fileno(outs->stream)) &&
352 rc = fwrite(buffer, sz, nmemb, outs->stream);
365 int res = fflush(outs->stream);