trace.c | 55 FILE *ftrace = stdout; /* output trace file */ variable in typeref:typename:FILE * 173 (void)fprintf(ftrace, "-- %s --\n", ts(now.tv_sec)); 184 if (ftrace != 0) { 187 vfprintf(ftrace, p, args); 189 (void)fputc('\n',ftrace); 190 fflush(ftrace); 204 if (ftrace != 0 && zap_stdio) { 205 if (ftrace != stdout) 206 fclose(ftrace); 207 ftrace = 0 [all...] |