Home
last modified time | relevance | path

Searched refs:g_ofp (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c113 static FILE *g_ofp; variable
295 if (g_ofp == NULL) in oprintf()
299 n = vfprintf(g_ofp, fmt, ap); in oprintf()
307 clearerr(g_ofp); in oprintf()
532 if ((g_ofp = fopen(g_ofile = g_etcfile, "a")) == NULL) in etcsystem_add()
553 if (fclose(g_ofp) == EOF) in etcsystem_add()
1324 g_ofp = stdout;
1579 g_ofp = NULL;
1712 if (g_ofp == NULL && g_mode != DMODE_EXEC) {
1718 if (g_ofp == NULL && g_ofile != NULL) {
[all …]