OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftrace
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/routed/
trace.c
55
FILE *
ftrace
= stdout; /* output trace file */
variable
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
...]
main.c
123
ftrace
= stdout;
874
if (
ftrace
!= 0) {
875
if (
ftrace
== stdout)
876
(void)fputs("routed: ",
ftrace
);
878
(void)vfprintf(
ftrace
, p, args);
880
(void)fputc('\n',
ftrace
);
940
if (
ftrace
!= 0) {
942
(void)vfprintf(
ftrace
, p, args);
943
(void)fputc('\n',
ftrace
);
rdisc.c
124
if (!TRACEPACKETS ||
ftrace
== 0)
130
(void)fprintf(
ftrace
, "%s Router Ad"
141
(void)fprintf(
ftrace
, "\t%s preference=%d",
145
(void)fputc('\n',
ftrace
);
defs.h
502
extern FILE *
ftrace
; /* output trace file */
Completed in 36 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026