Searched refs:ftrace (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sbin/routed/
H A Dtrace.c55 FILE *ftrace; /* output trace file */ variable
172 (void)fprintf(ftrace, "-- %s --\n", ts(now.tv_sec));
183 if (ftrace != NULL) {
186 vfprintf(ftrace, p, args);
188 (void)fputc('\n',ftrace);
189 fflush(ftrace);
203 if (ftrace != NULL && zap_stdio) {
204 if (ftrace != stdout)
205 fclose(ftrace);
206 ftrace
[all...]
H A Dmain.c125 ftrace = stdout;
869 if (ftrace != NULL) {
870 if (ftrace == stdout)
871 (void)fputs("routed: ", ftrace);
873 (void)vfprintf(ftrace, p, args);
875 (void)fputc('\n', ftrace);
935 if (ftrace != NULL) {
937 (void)vfprintf(ftrace, p, args);
939 (void)fputc('\n', ftrace);
H A Drdisc.c121 if (!TRACEPACKETS || ftrace == NULL)
127 (void)fprintf(ftrace, "%s Router Ad"
138 (void)fprintf(ftrace, "\t%s preference=%d",
142 (void)fputc('\n',ftrace);
H A Ddefs.h497 extern FILE *ftrace; /* output trace file */

Completed in 56 milliseconds