HomeSort by: relevance | last modified time | path
    Searched defs:ftrace (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
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...]
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...]

Completed in 48 milliseconds