Home
last modified time | relevance | path

Searched refs:yyerror2 (Results 1 – 2 of 2) sorted by relevance

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