Lines Matching refs:ERROR

303             ERROR
311 ERROR("Illegal modifier index (%d, must be 0..%d)\n",
329 ERROR("Cannot determine modifier index for \"%s\"\n",
360 ERROR("Modifier index must be a name or number, %s ignored\n",
393 ERROR
425 ERROR("Identifier \"%s\" of type int is unknown\n",
436 ERROR("Default \"%s.%s\" of type boolean is unknown\n",
465 ERROR("%s of boolean values not permitted\n", bogus);
468 ERROR("Unary \"+\" operator not permitted for boolean values\n");
500 ERROR("Found constant of type %s, expected a number\n",
515 ERROR("Numeric identifier \"%s\" unknown\n",
526 ERROR("Numeric default \"%s.%s\" unknown\n",
564 ERROR("The ! operator cannot be applied to a number\n");
619 ERROR
635 ERROR("Identifier \"%s\" of type int is unknown\n",
646 ERROR("Default \"%s.%s\" of type int is unknown\n",
684 ERROR("The ! operator cannot be applied to an integer\n");
724 ERROR("Found constant of type %s, expected a string\n",
742 ERROR("Identifier \"%s\" of type string not found\n",
753 ERROR("Default \"%s.%s\" of type string not found\n",
801 ERROR("%s of string values not permitted\n", bogus);
807 ERROR("The ! operator cannot be applied to a string\n");
814 ERROR("The + operator cannot be applied to a string\n");
838 ERROR("Found constant of type %s, expected a key name\n",
851 ERROR("Identifier \"%s\" of type string not found\n",
862 ERROR("Default \"%s.%s\" of type key name not found\n",
888 ERROR("%s of key name values not permitted\n", bogus);
894 ERROR("The ! operator cannot be applied to a key name\n");
901 ERROR("The + operator cannot be applied to a key name\n");
919 ERROR("Found a %s where an enumerated value was expected\n",
927 ERROR("Illegal identifier %s (expected one of: ",
958 ERROR
972 ERROR("Identifier \"%s\" of type int is unknown\n",
983 ERROR("Default \"%s.%s\" of type int is unknown\n",
994 ERROR("Unexpected %s in mask expression\n", bogus);
1016 ERROR("Cannot %s masks\n",
1041 ERROR("The %s operator cannot be used with a mask\n",