Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c112 static const char *g_ofile = NULL; variable
305 g_ofile ? g_ofile : "<stdout>"); in oprintf()
532 if ((g_ofp = fopen(g_ofile = g_etcfile, "a")) == NULL) in etcsystem_add()
533 fatal("failed to open output file '%s'", g_ofile); in etcsystem_add()
554 fatal("failed to close output file '%s'", g_ofile); in etcsystem_add()
556 error("added forceload directives to %s\n", g_ofile); in etcsystem_add()
728 if (g_cmdc == 1 && g_ofile != NULL) { in link_prog()
729 (void) strlcpy(dcp->dc_ofile, g_ofile, sizeof (dcp->dc_ofile)); in link_prog()
1660 g_ofile = optarg;
1718 if (g_ofp == NULL && g_ofile != NULL) {
[all …]