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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dmain.c60 char *ifile = NULL; /* name of input file */ variable
103 if (ifile != NULL) {
107 ifile = argv[i];
176 if (ifile == NULL)
177 ifile = "stdin";
180 if (freopen(ifile,"r",stdin) == NULL) {
181 fprintf(stderr, "%s: can't open %s for input\n", prog, ifile);
216 fprintf(stderr,"%s: error in parsing %s\n",prog,ifile);

Completed in 522 milliseconds