Lines Matching refs:strncmp
1341 if (strncmp (tokstart, tokentab3[i].operator, 3) == 0) in yylex()
1350 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0) in yylex()
1646 if (strncmp (tokstart, "unsigned", 8) == 0) in yylex()
1649 && strncmp (tokstart, "template", 8) == 0) in yylex()
1651 if (strncmp (tokstart, "volatile", 8) == 0) in yylex()
1655 if (strncmp (tokstart, "struct", 6) == 0) in yylex()
1657 if (strncmp (tokstart, "signed", 6) == 0) in yylex()
1659 if (strncmp (tokstart, "sizeof", 6) == 0) in yylex()
1661 if (strncmp (tokstart, "double", 6) == 0) in yylex()
1667 if (strncmp (tokstart, "false", 5) == 0) in yylex()
1669 if (strncmp (tokstart, "class", 5) == 0) in yylex()
1672 if (strncmp (tokstart, "union", 5) == 0) in yylex()
1674 if (strncmp (tokstart, "short", 5) == 0) in yylex()
1676 if (strncmp (tokstart, "const", 5) == 0) in yylex()
1680 if (strncmp (tokstart, "enum", 4) == 0) in yylex()
1682 if (strncmp (tokstart, "long", 4) == 0) in yylex()
1686 if (strncmp (tokstart, "true", 4) == 0) in yylex()
1691 if (strncmp (tokstart, "int", 3) == 0) in yylex()