HomeSort by relevance Sort by last modified time
    Searched refs:yyerror2 (Results 1 - 2 of 2) sorted by null

  /external/selinux/checkpolicy/
policy_define.c 91 void yyerror2(const char *fmt, ...) function
181 yyerror2("duplicate declaration of class %s", id);
216 yyerror2("forgot to include type in permissive definition?");
225 yyerror2("type %s is not within scope", type);
232 yyerror2("type is not defined: %s", type);
238 yyerror2("attributes may not be permissive: %s\n", type);
270 yyerror2("invalid policy capability name %s", id);
316 yyerror2("duplicate initial SID %s", id);
346 yyerror2("class %s is not within scope", id);
351 yyerror2("unknown class %s", id)
    [all...]
module_compiler.c 44 extern void yyerror2(const char *fmt, ...);
72 yyerror2("Duplicate declaration of %s", flavor_str[symbol_type]);
75 yyerror2("Could not declare %s here", flavor_str[symbol_type]);
234 yyerror2("role %s doesn't exist, is implicit bounds of %s",
242 yyerror2("role %s has inconsistent bounds %s/%s",
296 yyerror2("Identifier %s used as both an attribute and a role",
432 yyerror2("Identifier %s used as both an attribute and a type",
479 yyerror2("user %s doesn't exist, is implicit bounds of %s",
487 yyerror2("user %s has inconsistent bounds %s/%s",
846 yyerror2
    [all...]

Completed in 105 milliseconds