Home
last modified time | relevance | path

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

/third_party/selinux/checkpolicy/
Dpolicy_define.c65 extern void yyerror2(const char *fmt, ...);
89 void yyerror2(const char *fmt, ...) in yyerror2() function
180 yyerror2("duplicate declaration of class %s", id); in define_class()
215 yyerror2("forgot to include type in permissive definition?"); in define_permissive()
224 yyerror2("type %s is not within scope", type); in define_permissive()
231 yyerror2("type is not defined: %s", type); in define_permissive()
237 yyerror2("attributes may not be permissive: %s\n", type); in define_permissive()
269 yyerror2("invalid policy capability name %s", id); in define_polcap()
315 yyerror2("duplicate initial SID %s", id); in define_initial_sid()
345 yyerror2("class %s is not within scope", 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()
235 yyerror2("role %s doesn't exist, is implicit bounds of %s", in role_implicit_bounds()
243 yyerror2("role %s has inconsistent bounds %s/%s", in role_implicit_bounds()
297 yyerror2("Identifier %s used as both an attribute and a role", in create_role()
433 yyerror2("Identifier %s used as both an attribute and a type", in create_type()
480 yyerror2("user %s doesn't exist, is implicit bounds of %s", in user_implicit_bounds()
488 yyerror2("user %s has inconsistent bounds %s/%s", in user_implicit_bounds()
848 yyerror2 in require_class()