Searched defs:yyerror2 (Results 1 - 1 of 1) sorted by relevance

/external/checkpolicy/
H A Dpolicy_define.c82 void yyerror2(char *fmt, ...) function
172 yyerror2("duplicate declaration of class %s", id);
207 yyerror2("forgot to include type in permissive definition?");
216 yyerror2("type %s is not within scope", type);
223 yyerror2("type is not defined: %s", type);
229 yyerror2("attributes may not be permissive: %s\n", type);
261 yyerror2("invalid policy capability name %s", id);
307 yyerror2("duplicate initial SID %s", id);
337 yyerror2("class %s is not within scope", id);
342 yyerror2("unknow
[all...]

Completed in 90 milliseconds