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);
179 fprintf(stream, "<%s> %p %u AddRef %u\n", buf, (void *) p,
181 debug_backtrace_print(stream, frames, STACK_LEN);
187 fprintf(stream, "<%s> %p %u %s %u\n", buf, (void *) p, serial,
189 debug_backtrace_print(stream, frames, STACK_LEN);
194 fprintf(stream, "<%s> %p %u Destroy\n", buf, (void *) p, serial);
195 debug_backtrace_print(stream, frames, STACK_LEN);
198 fflush(stream);