Lines Matching refs:strcasecmp
439 if (strcasecmp(optarg, "skip") == 0)
441 else if (strcasecmp(optarg, "read") == 0)
447 if (strcasecmp("recurse", optarg) == 0) {
450 } else if (strcasecmp("skip", optarg) == 0)
452 else if (strcasecmp("read", optarg) == 0)
567 if (strcasecmp("binary", optarg) == 0)
569 else if (strcasecmp("without-match", optarg) == 0)
571 else if (strcasecmp("text", optarg) == 0)
578 if (optarg == NULL || strcasecmp("auto", optarg) == 0 ||
579 strcasecmp("tty", optarg) == 0 ||
580 strcasecmp("if-tty", optarg) == 0) {
585 strcasecmp(term, "dumb") != 0)
587 } else if (strcasecmp("always", optarg) == 0 ||
588 strcasecmp("yes", optarg) == 0 ||
589 strcasecmp("force", optarg) == 0) {
591 } else if (strcasecmp("never", optarg) != 0 &&
592 strcasecmp("none", optarg) != 0 &&
593 strcasecmp("no", optarg) != 0)