Searched refs:shared_log (Results 1 – 1 of 1) sorted by relevance
153 static FILE *shared_log; variable662 tcp->outf = shared_log; /* if not -ff mode, the same file is for all */ in newoutf()1228 params_for_tracee.fd_to_close = (shared_log != stderr) ? fileno(shared_log) : -1; in startup_child()1457 shared_log = stderr; in init()1683 shared_log = strace_popen(outfname + 1); in init()1686 shared_log = strace_fopen(outfname); in init()1697 setvbuf(shared_log, buf, _IOLBF, BUFSIZ); in init()1812 call_summary(shared_log); in cleanup()2296 if (shared_log != stderr) in main()2297 fclose(shared_log); in main()