Lines Matching refs:strcmp
166 if (strcmp(name, arg) == 0 || strcmp(name, "*") == 0) {
170 if (strcmp(name, "?") == 0)
294 if (!strcmp(p,flags[i].name)) {
332 if ((flag & OPTNUM_UNLIMITED) && !strcmp(opt, "unlimited")) \
351 if (!strcmp(arg, "ansi"))
452 if (!strcmp(opt, "-enable")) {
456 if (!strcmp(opt, "-disable")) {
460 if (!strcmp(opt, "=last")) {
549 if (!strcmp(arg, "G") && *next)
565 if (!strcmp(arg, "gcc-base-dir"))
600 if (*next && !strcmp(arg, "include"))
602 else if (*next && !strcmp(arg, "imacros"))
604 else if (*next && !strcmp(arg, "isystem")) {
609 } else if (*next && !strcmp(arg, "idirafter")) {
620 if (!strcmp(arg, "MF") || !strcmp(arg,"MQ") || !strcmp(arg,"MT")) {
688 if (!strcmp(arg, "multiarch-dir")) {
705 if (!strcmp(arg, "nostdinc"))
723 if (!strcmp(arg, "o")) { // "-o foo"
747 if (!strcmp(arg, "c89") ||
748 !strcmp(arg, "iso9899:1990"))
751 else if (!strcmp(arg, "iso9899:199409"))
754 else if (!strcmp(arg, "c99") ||
755 !strcmp(arg, "c9x") ||
756 !strcmp(arg, "iso9899:1999") ||
757 !strcmp(arg, "iso9899:199x"))
760 else if (!strcmp(arg, "gnu89"))
763 else if (!strcmp(arg, "gnu99") || !strcmp(arg, "gnu9x"))
766 else if (!strcmp(arg, "c11") ||
767 !strcmp(arg, "c1x") ||
768 !strcmp(arg, "iso9899:2011"))
771 else if (!strcmp(arg, "gnu11"))
774 else if (!strcmp(arg, "c17") ||
775 !strcmp(arg, "c18") ||
776 !strcmp(arg, "iso9899:2017") ||
777 !strcmp(arg, "iso9899:2018"))
779 else if (!strcmp(arg, "gnu17") ||
780 !strcmp(arg, "gnu18"))
895 if (!strcmp(arg, "Wsparse-all")) {