Searched refs:g_ofp (Results 1 – 1 of 1) sorted by relevance
108 static FILE *g_ofp; variable288 if (g_ofp == NULL) in oprintf()292 n = vfprintf(g_ofp, fmt, ap); in oprintf()300 clearerr(g_ofp); in oprintf()526 if ((g_ofp = fopen(g_ofile = g_etcfile, "a")) == NULL) in etcsystem_add()547 if (fclose(g_ofp) == EOF) in etcsystem_add()1314 g_ofp = stdout;1548 g_ofp = NULL;1673 if (g_ofp == NULL && g_mode != DMODE_EXEC) {1679 if (g_ofp == NULL && g_ofile != NULL) {[all …]