Searched refs:shared_log (Results 1 – 1 of 1) sorted by relevance
154 static FILE *shared_log; variable662 tcp->outf = shared_log; /* if not -ff mode, the same file is for all */ in newoutf()1223 params_for_tracee.fd_to_close = (shared_log != stderr) ? fileno(shared_log) : -1; in startup_child()1664 shared_log = stderr; in init()1892 shared_log = strace_popen(outfname + 1); in init()1895 shared_log = strace_fopen(outfname); in init()1906 setvbuf(shared_log, buf, _IOLBF, BUFSIZ); in init()2021 call_summary(shared_log); in cleanup()2434 if (shared_log != stderr) in main()2435 fclose(shared_log); in main()