Lines Matching refs:optarg
399 if (optarg == NULL) {
408 l = strtoll(optarg, &ep, 10);
436 if (strcasecmp(optarg, "skip") == 0)
438 else if (strcasecmp(optarg, "read") == 0)
444 if (strcasecmp("recurse", optarg) == 0) {
447 } else if (strcasecmp("skip", optarg) == 0)
449 else if (strcasecmp("read", optarg) == 0)
460 char *string = optarg;
471 read_patterns(optarg);
503 mlimit = mcount = strtoll(optarg, &ep, 10);
565 if (strcasecmp("binary", optarg) == 0)
567 else if (strcasecmp("without-match", optarg) == 0)
569 else if (strcasecmp("text", optarg) == 0)
576 if (optarg == NULL || strcasecmp("auto", optarg) == 0 ||
577 strcasecmp("tty", optarg) == 0 ||
578 strcasecmp("if-tty", optarg) == 0) {
585 } else if (strcasecmp("always", optarg) == 0 ||
586 strcasecmp("yes", optarg) == 0 ||
587 strcasecmp("force", optarg) == 0) {
589 } else if (strcasecmp("never", optarg) != 0 &&
590 strcasecmp("none", optarg) != 0 &&
591 strcasecmp("no", optarg) != 0)
596 label = optarg;
606 add_fpattern(optarg, INCL_PAT);
610 add_fpattern(optarg, EXCL_PAT);
614 add_dpattern(optarg, INCL_PAT);
618 add_dpattern(optarg, EXCL_PAT);