Lines Matching refs:optarg
119 extern char *optarg;
150 if (strcmp(optarg, "s") == 0) {
153 } else if (strcmp(optarg, "p") == 0) {
167 stock_include_file = optarg;
171 if ((listfile = fopen(optarg, "w")) == NULL) {
172 perror(optarg);
175 listfilename = optarg;
179 if (strcmp(optarg, "ostdinc")) {
181 appname, ch, optarg);
187 if ((ofile = fopen(optarg, "w")) == NULL) {
188 perror(optarg);
191 ofilename = optarg;
195 if ((regdiagfile = fopen(optarg, "w")) == NULL) {
196 perror(optarg);
199 regdiagfilename = optarg;
202 if ((regfile = fopen(optarg, "w")) == NULL) {
203 perror(optarg);
206 regfilename = optarg;
212 if (strcmp(optarg, "-") == 0) {
233 perror(optarg);
236 include_dir->directory = strdup(optarg);
238 perror(optarg);