Lines Matching refs:strcasecmp
456 if (strcasecmp(optarg, "skip") == 0)
458 else if (strcasecmp(optarg, "read") == 0)
464 if (strcasecmp("recurse", optarg) == 0) {
467 } else if (strcasecmp("skip", optarg) == 0)
469 else if (strcasecmp("read", optarg) == 0)
588 if (strcasecmp("binary", optarg) == 0)
590 else if (strcasecmp("without-match", optarg) == 0)
592 else if (strcasecmp("text", optarg) == 0)
599 if (optarg == NULL || strcasecmp("auto", optarg) == 0 ||
600 strcasecmp("tty", optarg) == 0 ||
601 strcasecmp("if-tty", optarg) == 0) {
606 strcasecmp(term, "dumb") != 0)
608 } else if (strcasecmp("always", optarg) == 0 ||
609 strcasecmp("yes", optarg) == 0 ||
610 strcasecmp("force", optarg) == 0) {
612 } else if (strcasecmp("never", optarg) != 0 &&
613 strcasecmp("none", optarg) != 0 &&
614 strcasecmp("no", optarg) != 0)