Searched refs:iotrace_file (Results 1 – 1 of 1) sorted by relevance
211 static FILE *iotrace_file = 0; variable215 vfprintf(iotrace_file, zFormat, ap); in io_trace_callback()217 fflush(iotrace_file); in io_trace_callback()240 if( iotrace_file ){ in test_io_trace()241 if( iotrace_file!=stdout && iotrace_file!=stderr ){ in test_io_trace()242 fclose(iotrace_file); in test_io_trace()244 iotrace_file = 0; in test_io_trace()249 iotrace_file = stdout; in test_io_trace()251 iotrace_file = stderr; in test_io_trace()253 iotrace_file = fopen(argv[1], "w"); in test_io_trace()