Searched defs:g_ofp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c171 static FILE *g_ofp = stdout; variable
173 static FILE *g_ofp = NULL; variable
336 if (g_ofp == NULL)
340 n = vfprintf(g_ofp, fmt, ap);
348 clearerr(g_ofp);
540 if ((g_ofp = fopen(g_ofile = g_etcfile, "a")) == NULL)
561 if (fclose(g_ofp) == EOF)
1272 g_ofp = stdout;
1545 g_ofp = NULL;
1678 if (g_ofp
[all...]

Completed in 47 milliseconds