Lines Matching refs:strcasecmp
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)
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) {
583 strcasecmp(term, "dumb") != 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)