Lines Matching refs:stream
75 stream: 0, nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 1, flags: 0
78 stream: 0, nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0
82 stream: 0, nextc: 0, end: 0, buf: 0, bufsize: 0, fd: MEM_OUT, flags: 0
122 if (memout.stream != NULL)
140 fwrite(p, 1, len, dest->stream); in outmem()
206 fputs(p, file->stream); in outstr()
244 fflush(dest->stream); in flushout()
402 output.stream = stdout; in initstreams()
403 errout.stream = stderr; in initstreams()
410 memout.stream = open_memstream(&memout.buf, &memout.bufsize); in openmemout()
418 error = fclose(memout.stream); in __closememout()
419 memout.stream = NULL; in __closememout()