Lines Matching defs:stream
50 static FILE *stream;
150 stream = fopen(filename, "wt");
152 if (stream)
171 fprintf(stream, "<%s> %p %u Create\n", buf, (void *) p, serial);
172 debug_backtrace_print(stream, frames, STACK_LEN);
178 fprintf(stream, "<%s> %p %u AddRef %u\n", buf, (void *) p,
180 debug_backtrace_print(stream, frames, STACK_LEN);
185 fprintf(stream, "<%s> %p %u %s %u\n", buf, (void *) p, serial,
187 debug_backtrace_print(stream, frames, STACK_LEN);
192 fprintf(stream, "<%s> %p %u Destroy\n", buf, (void *) p, serial);
193 debug_backtrace_print(stream, frames, STACK_LEN);
196 fflush(stream);