Lines Matching refs:optarg
172 if(strcasecmp(optarg, a->name) == 0) {
180 printf("unknown algorithm: %s\n", optarg);
196 if (optarg != NULL) {
197 l = strtol(optarg, &ep, 10);
210 ifdefname = optarg;
235 most_recent_pat = xstrdup(optarg);
238 push_ignore_pats(optarg);
245 label[0] = optarg;
247 label[1] = optarg;
279 start = optarg;
295 if (optarg != NULL) {
296 l = strtol(optarg, &ep, 10);
306 width = (int) strtonum(optarg, 1, INT_MAX, &errstr);
313 read_excludes_file(optarg);
316 push_excludes(optarg);
327 group_format = optarg;
347 tabsize = (int) strtonum(optarg, 1, INT_MAX, &errstr);
360 if (optarg == NULL || strncmp(optarg, "auto", 4) == 0)
362 else if (strncmp(optarg, "always", 6) == 0)
364 else if (strncmp(optarg, "never", 5) == 0)
368 optarg);