Searched refs:g_ofile (Results 1 – 1 of 1) sorted by relevance
96 static const char *g_ofile = NULL; variable269 g_ofile ? g_ofile : "<stdout>"); in oprintf()461 if ((g_ofp = fopen(g_ofile = g_etcfile, "a")) == NULL) in etcsystem_add()462 fatal("failed to open output file '%s'", g_ofile); in etcsystem_add()483 fatal("failed to close output file '%s'", g_ofile); in etcsystem_add()485 error("added forceload directives to %s\n", g_ofile); in etcsystem_add()642 if (g_cmdc == 1 && g_ofile != NULL) { in link_prog()643 (void) strlcpy(dcp->dc_ofile, g_ofile, sizeof (dcp->dc_ofile)); in link_prog()1469 g_ofile = optarg; in main()1527 if (g_ofp == NULL && g_ofile != NULL) { in main()[all …]