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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dmain.c59 char *ofile = NULL; /* name of -o file */ variable
136 ofile = argv[++i];
189 if (ofile == NULL)
190 ofile = "stdout";
193 (void)unlink(ofile);
195 if (freopen(ofile,"w",stdout) == NULL) {
196 fprintf(stderr, "%s: can't open %s for output\n", prog, ofile);

Completed in 8 milliseconds