Searched refs:shared_log (Results 1 – 1 of 1) sorted by relevance
155 static FILE *shared_log; variable683 tcp->outf = shared_log; /* if not -ff mode, the same file is for all */ in newoutf()1251 params_for_tracee.fd_to_close = (shared_log != stderr) ? fileno(shared_log) : -1; in startup_child()1476 shared_log = stderr; in init()1701 shared_log = strace_popen(outfname + 1); in init()1704 shared_log = strace_fopen(outfname); in init()1713 setvbuf(shared_log, buf, _IOLBF, BUFSIZ); in init()1828 call_summary(shared_log); in cleanup()2311 if (shared_log != stderr) in main()2312 fclose(shared_log); in main()