Searched refs:yyerror2 (Results 1 – 3 of 3) sorted by relevance
/external/selinux/checkpolicy/ |
D | policy_define.c | 87 void yyerror2(const char *fmt, ...) in yyerror2() function 177 yyerror2("duplicate declaration of class %s", id); in define_class() 212 yyerror2("forgot to include type in permissive definition?"); in define_permissive() 221 yyerror2("type %s is not within scope", type); in define_permissive() 228 yyerror2("type is not defined: %s", type); in define_permissive() 234 yyerror2("attributes may not be permissive: %s\n", type); in define_permissive() 266 yyerror2("invalid policy capability name %s", id); in define_polcap() 312 yyerror2("duplicate initial SID %s", id); in define_initial_sid() 342 yyerror2("class %s is not within scope", id); in read_classes() 347 yyerror2("unknown class %s", id); in read_classes() [all …]
|
D | module_compiler.c | 44 extern void yyerror2(const char *fmt, ...); 186 yyerror2("role %s doesn't exist, is implicit bounds of %s", in role_implicit_bounds() 194 yyerror2("role %s has inconsistent bounds %s/%s", in role_implicit_bounds() 354 yyerror2("duplicate declaration of type/attribute"); in declare_type() 390 yyerror2("user %s doesn't exist, is implicit bounds of %s", in user_implicit_bounds() 398 yyerror2("user %s has inconsistent bounds %s/%s", in user_implicit_bounds() 827 yyerror2 in require_class()
|
D | ChangeLog | 150 * Use yyerror2() where appropriate from Todd C. Miller.
|